Andy_AN2 Community Member
- Member since Nov 7th 2013
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Andy_AN2 -
Replied to the thread How to synchronize GUIDRV_FLEXCOLOR writing to SSD1963 with the Tearing Signal of the SSD1963.
PostHello Sven, your comments are of great help thank you. Only a few points are left. You wrote: "Not sure why the hook function is not being called. Did you already replaced the multibuffering function by the cache functions?" Yes, at that time I did… -
Andy_AN2 -
Replied to the thread How to synchronize GUIDRV_FLEXCOLOR writing to SSD1963 with the Tearing Signal of the SSD1963.
PostHello Sven, I solved my last issue regarding the animation of "emWin", "now", "supports", "!!!Movies!!!" a little. There is a memory device that holds the text (hMemText) and another one (hMemWork) which is always the destination for rotation… -
Andy_AN2 -
Replied to the thread How to synchronize GUIDRV_FLEXCOLOR writing to SSD1963 with the Tearing Signal of the SSD1963.
PostHello Sven, Thank you for your reply indeed, I made some progress especially with LCD_ControlCache(LCD_CC_LOCK). But please let me explain first: I did some testing of the GUI_SetRefreshHook() function yesterday already, just to check how often it is… -
Andy_AN2 -
Replied to the thread How to synchronize GUIDRV_FLEXCOLOR writing to SSD1963 with the Tearing Signal of the SSD1963.
PostHello, I just found the GUI_SetRefreshHook() function in the manual and will give it a try... Thanks Andy -
Andy_AN2 -
Posted the thread How to synchronize GUIDRV_FLEXCOLOR writing to SSD1963 with the Tearing Signal of the SSD1963.
ThreadHello to all, I use emwin 6.10 together with a SSD1963 coupled via 16Bit interface. I use cached driver: GUIDRV_FlexColor_SetFunc(pDevice, &PortAPI, GUIDRV_FLEXCOLOR_F66720, GUIDRV_FLEXCOLOR_M16C1B16); The display workes fine as soon as it comes to…