Search Results
Search results 1-3 of 3.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello, I am using NXP LPC1768 controller with SSD1963. The lib version is 5.38b. I config Emwin display driver as 'GUIDRV_FlexColor'. The problem is my screen becomes blank when i use the cmd "WM_SetCreateFlags(WM_CF_MEMDEV);"(Line 124). And it is work fine without the cmd,but flickering problems arise. The memory size I allocate in "GUIConf.c" is 32KB. I simulate the code in Win32 with same memory size ,and is work fine(both with and without the cmd). I also run the example " MEMDEV_Banding.c "…