sarthak Community Member
- Member since Aug 19th 2024
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
sarthak -
Posted the thread Relevant WHEEL APIs for Bitmap not available.
ThreadHi, I have created a screen with multiple wheels for user input into a text box. These are the types of wheel I have created: 1. Text wheel 2. Action wheel I realized that WHEEL apis commonly available for text wheels are not easily accessible for… -
sarthak -
Replied to the thread Running a function at the end of WHEEL_MoveToPosEx(...).
PostHi Florian, Thank you for the response! Quote from SEGGER - Florian: “dynamically switch out the content list ” I am not sure how to do this dynamically. It would be great if you could give an example. Here in the API: int WHEEL_AddBitmaps … -
sarthak -
Posted the thread Can we access WHEEL properties such as mode (WHEEL_MODE_STOP or WHEEL_MODE_ENDLESS) and WHEEL type (text or bitmap wheel).
ThreadHi, I was wondering if it is possible to access these wheel properties using emWIN APIs specific to the wheel. Here are the properties: 1. wheel mode (WHEEL_MODE_STOP or WHEEL_MODE_ENDLESS) 2. WHEEL type (text wheel or bitmap wheel) Are these… -
sarthak -
Posted the thread Running a function at the end of WHEEL_MoveToPosEx(...).
ThreadHi, I have a WHEEL implementation and I want to run a function at the end of WHEEL_MoveToPosEx(...) function. Currently, I call WHEEL_MoveToPosEx(...) with a Period of 100 ms. I am sure that WHEEL_MoveToPosEx(...) runs an animation under the hood. Is… -
sarthak -
Posted the thread Unable to use custom WHEEL_SetOwnerDraw function.
ThreadHi, I am trying to create a custom draw function for the WHEEL widget. From the documentation, here segger.com/doc/UM03001_emWin.html#User_drawn_widgets I have to handle 5 cases in my custom draw function i.e. WIDGET_ITEM_GET_XSIZE,… -
sarthak -
Replied to the thread Unable to use XBF font on hardware with emFile file system.
PostSolved! I was facing the issue importing the XBF Font example specifically onto our hardware. The example was working fine with the simulator on Windows but it was printing nothing on our hardware. I believe the issue was timing. On the simulator,…