
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 EMwin ttf font.
PostHi, You should create the font only once, you could do this in the "case WM_CREATE" of the callback or in the MainTask after GUI_Init() has been called. But note that all the data needs to be static and has to stay valid the entire time the font is… -
SEGGER - Florian -
Replied to the thread LISTVIEW Get All data to buffer and Set again.
PostHi, The user data set to windows or widgets refers to additional data being allocated when the window/widget is created. This data is part of the memory block associated with the window and can be accessed with <WIDGET>_GetUserData(). You can find a… -
SEGGER - Florian -
Replied to the thread Simple KEYBOARD widget example.
PostHi Viktor, I have just updated the wiki example. The old example "KEYBOARD_Usage" has been renamed to "KEYBOARD_Advanced". And now there is also a stripped-down version called "KEYBOARD_Simple". This one only shows how to use a predefined layout. The… -
SEGGER - Florian -
Replied to the thread Simple KEYBOARD widget example.
PostHi, I agree, the example in the wiki is a bit overblown if a file system is not required. We will provide a simpler example soon, I will let you know once it is published. Best regards, Florian