
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 Running a function at the end of WHEEL_MoveToPosEx(...).
PostHi Sarthak, Yes, WHEEL_MoveToPosEx() runs an animation but there is no interface to hook in custom code into this animation. My guess is, you want to create a GUI for selecting a date, and based on the month, you want to show a different amount of… -
SEGGER - Florian -
Replied to the thread Can we access WHEEL properties such as mode (WHEEL_MODE_STOP or WHEEL_MODE_ENDLESS) and WHEEL type (text or bitmap wheel).
PostHi Sarthak, Unfortunately, there currently are no such API functions to retrieve information about the current WHEEL mode(s). We will consider adding such functions with future updates. Best regards, Florian -
SEGGER - Florian -
Replied to the thread AppWizard API.
PostHi, Can you please go more into detail, what exactly you are looking for? You can find the entire public emWin API in the emWin manual and all public AppWizard-related API functions in the AppWizard manual. Best regards, Florian -
SEGGER - Florian -
Replied to the thread Unable to use custom WHEEL_SetOwnerDraw function.
PostHi Sarthak, I agree with Anthony here. For what you are trying to do, the routine WHEEL_SetOverlay() is the best fit. The WHEEL_OwnerDraw() does not currently support commands at all, the routine simply draws everything in one go. So this interface can…