cilmagemlu Community Member
- Member since Jul 10th 2023
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
cilmagemlu -
Replied to the thread Creating rotated rounded rectangles.
PostHello, Quote from BramPeeters: “Sidenote: I am using stemwin, so I don't have access to the latest versions anymore I am afraid. ” The latest versions are compiled by SEGGER. You can find it here: emWin: STM32 microcontrollers. If your rectangles are… -
cilmagemlu -
Replied to the thread GUI_DEVICE_CreateAndLink multiple layer problem.
PostHello, one of the boards I'm using is nearly with the same MCU (STM32H745) and the same library but "-OS0". Just checked in GUI_ConfDefaults.h that library compiled with GUI_NUM_LAYERS set to 1 (at least in v6.46). That means there is no Multilayer… -
cilmagemlu -
Replied to the thread How to keep Display/Touch coordinates consistent when setting orientation?.
PostHello, GUI_TOUCH_SetOrientation() is intended to be used with pure analog touchscreen without a controller connected to your MCU. In this case you should just pass some info for the analog touchscreen driver using dedicated APIs so emWin could calculate… -
cilmagemlu -
Replied to the thread Show Value on SCREEN show > using WM_INIT_DIALOG?.
PostYes, I'm using STM32 and just checked WM_NOTIFY_VIS_CHANGED is not working cause it is precompiled library with WM_SUPPORT_NOTIFY_VIS_CHANGED set to 0. If you're using emWin sources you can just rebuild it with WM_SUPPORT_NOTIFY_VIS_CHANGED set to… -
cilmagemlu -
Replied to the thread Show Value on SCREEN show > using WM_INIT_DIALOG?.
PostHello, it is not entirely clear what job are you using when switching the screens. In your first message it was about SHOWSCREEN job. Logically the screen was hidden before you show it and the visibility is changed. Otherwise everything can be. -
cilmagemlu -
Replied to the thread Show Value on SCREEN show > using WM_INIT_DIALOG?.
PostHello, just checked WM_INIT_DIALOG is called every time SHOWSCREEN job working even the screen is in persistent mode. It's a little strange as if you're using just emWin without APPWizard engine WM_INIT_DIALOG logically sent to a dialog only once when… -
cilmagemlu -
Replied to the thread APPW_JOB_SETBKCOLOR does not work for Button object.
PostHello, oh, glad that it worked. However, as you said, we are waiting for the correct stuff in the next versions to avoid such a workarounds in the software. -
cilmagemlu -
Replied to the thread APPW_JOB_SETBKCOLOR does not work for Button object.
PostHello, yes, seems that APPW_JOB_SETBKCOLOR is not working when called from the code for the button object. But it is working within APPWizard interactions. So just create a variable in APPWizard (for ex. ID_VAR_BKCOL), then create an interaction with …