
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 Nuvoton And EmwinGui builder.
PostHi, The controller ILI9341 is supported by GUIDRV_FlexColor. Specifically, it is supported by the module GUIDRV_FLEXCOLOR_F66709. Attached I have an example configuration for this module. You will need to adapt the read/write interface from/to the… -
SEGGER - Florian -
Replied to the thread Nuvoton And AppWizard.
PostHi, Do you want to retrieve the gauge values? You could react on a value change of the gauge. Just add an interaction: ID_GAUGE -> VALUE_CHANGED -> SET_VALUE -> ID_TEXT (the object you want to send the value to). Then the gauge value will be displayed… -
SEGGER - Florian -
Replied to the thread AppWizard Runtime Error (SimError).
PostHi Rowel, Which version of AppWizard are you using? And could you send us a project that allows us to reproduce this issue? Thank you! Best regards, Florian -
SEGGER - Florian -
Replied to the thread Issue with fonts created in Appwizard.
PostHi, Which version of FontCvt are you using? I am having no problems loading the file with V6.26. In the screenshot it looks like the filter option (aka. "View all chars") is active (except that the right-most button in the toolbar is not pressed). Did… -
SEGGER - Florian -
Replied to the thread Use of Appwizard with NXP emWIn libraries for custom board.
PostHi, In the earlier trial versions there were not any BSPs included. This meant the user was mostly limited to the simulation and had to add their own BSPs to the trial version to run a project on the hardware. I don't know which video you are referring… -
SEGGER - Florian -
Replied to the thread Issue with fonts created in Appwizard.
PostHi, Could you send me the XBF file that causes the behavior in the 2nd screenshot? Thanks and best regards, Florian -
SEGGER - Florian -
Replied to the thread Simple KEYBOARD widget example.
PostHi Viktor, Yes, as of right now the KEYBOARD widget does not send any notifications to its parent window. It is not necessary to react on notifications because the KEYBOARD stores the pressed keys into the key buffer. This will automatically trigger a…