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 Button animation effect.

    Post
    Hi, AppWizard does not have a feature like this. The closest thing you could do (without user code) is trigger a GIF animation on a button press. The image object would be at the same position as the button while the button itself is invisible. But of…
  • SEGGER - Florian -

    Replied to the thread EMwin ttf font.

    Post
    Hi, 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.

    Post
    Hi, 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.

    Post
    Hi 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.

    Post
    Hi, 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