kbaser
Joined: 26 Jul 2009 Posts: 5
|
FAST_GLCD not working with 18F |
Posted: Sun Jul 04, 2010 6:24 am |
|
|
Hi everybody,
After displaying correct shapes oh 18F4620(by adding longer delay_cycles() parameters) , I just wanted to test FAST_LCD. But I I can soo nothing on the display. I just add #define FAST_LCD before HDM64GS12.c ,
-------------------------
#define FAST_GLCD
#include <HDM64GS12.c>
#include <graphics.c>
-------------------------
I noticed RAM usage increased from 0% to 25% after compling, but I can not see ant pixels on the display.
If I remove #define FAST_GLCD it works, could you please share your experience
complier version : 4.068 |
|