
SEGGER - Florian Administrator
- Member since Oct 24th 2019
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
SEGGER - Florian -
Replied to the thread Performance issue with FreeType 2.12.1..
PostHi Martin, You can try to update to FreeType 2.13.2 but we have not tested this version yet, so I cannot give you any kind of warranty for it to work with our glue code. The latest version that we ship with our glue code is 2.13. I would recommend… -
SEGGER - Florian -
Replied to the thread Emwin video play in child window..
PostHi, Which emWin version are you using? The MOVIE code prior to emWin V6.30 (before the release of the MOVIE widget) did not work with the window manager. Which means the movie frames were not clipped when drawn in a window. This is one reason why the… -
SEGGER - Florian -
Replied to the thread Performance issue with FreeType 2.12.1..
PostHi Martin, Thanks for letting us know. We got reports about the poor cache performance very shortly after we updated to FT 2.12.1. So we immediately updated to FT 2.13 as soon as we could. You can download the library with the emWin glue code on our… -
SEGGER - Florian -
Replied to the thread emWin Library Pixel format issue.
PostHi Miren, In your LCDConf.c in line 1039 call to GUI_DCACHE_SetClearCacheHook() is commented out. You would have to set this hook function so that the data cache will be cleared. Then, you need also need to add a call to GUI_DCACHE_Clear() at the… -
SEGGER - Florian -
Replied to the thread AppWizard Custom Keypad.
PostHi Ravi, Attached I have the code for the numpad layout. In the manual there is a detailed explanation of what the layout is composed of. You will have to rearrange the character codes in the given arrays to what you require. You can also remove lines… -
SEGGER - Florian -
Replied to the thread emWin Library Pixel format issue.
PostHi, This looks like the data cache is not cleared before a DMA2D (ChromeArt accelerator) operation. The DMA2D is disabled for rotated configurations, therefore this should only occur when the display rotation is disabled. Could you please send me your… -
SEGGER - Florian -
Replied to the thread Keeping a knob motion on a swipelist.
PostHi, Can you pass WM_CF_SHOW | WM_CF_MOTION_R as the create flags for the KNOB? The flag for radial motion is not set automatically. Because the flag is not required if the KNOB has no swipeable parent, which means there is no other widget that can… -
SEGGER - Florian -
Replied to the thread Display distorted on screen swipe.
PostHi, This looks like you haven't set another screen as the right motion partner. Is this the case in your project? If so, when you would swipe the screen to the left and there is no other screen object that would be redrawn. Because nothing is redrawn,…