Andrzej Beginner
- Member since Sep 1st 2018
- Last Activity
- , Reading thread STM32F746G-Discovery
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Andrzej -
Replied to the thread STM32F746G-Discovery.
PostHi Florian I am using STM32CubeMX. Maybe the axes can be changed there? For now, the proposal with adding the LCDConf.c file reports errors. Best regards -
Andrzej -
Replied to the thread STM32F746G-Discovery.
PostIn which file should I put it? -
Andrzej -
Replied to the thread STM32F746G-Discovery.
PostOK. But I had to set pixel x 2 to get what I wanted: GUI_RECT Rect1 = {0, 0, 640, 120}; I have one more problem. I want to rotate 90 degrees SPINBOX. Can it be done by skinning? -
Andrzej -
Replied to the thread STM32F746G-Discovery.
PostWhat does this mean + 40? -
Andrzej -
Replied to the thread STM32F746G-Discovery.
PostHi I want to put NUMBER on position x = 250, y = 40. I have the following code. Why can't I do that? How to declare GUI_RECT?static void _cbCallback(WM_MESSAGE * pMsg) {
WM_HWIN hWin;
WM_HWIN hItem;
int NCode;
int Id;
GUI_RECT Rect =
… -
Andrzej -
Replied to the thread STM32F746G-Discovery.
PostThanks for the clarification. All the time I mean WIDGET with vertical descriptions. -
Andrzej -
Replied to the thread STM32F746G-Discovery.
PostCan you convert WIDGET EDIT and SPINBOX in a similar way? -
Andrzej -
Replied to the thread STM32F746G-Discovery.
PostThank you. -
Andrzej -
Replied to the thread STM32F746G-Discovery.
PostI want to rotate the inscription on the button. What's wrong here? #define ID_WINDOW_0 (GUI_ID_USER + 0x00) #define ID_BUTTON_0 (GUI_ID_USER + 0x01) // START #define ID_BUTTON_1 (GUI_ID_USER + 0x02) // STOP #define ID_BUTTON_2 (GUI_ID_USER + 0x03) //… -
Andrzej -
Replied to the thread STM32F746G-Discovery.
PostWhat is the difference between _cbButton and cbButton? -
Andrzej -
Replied to the thread STM32F746G-Discovery.
PostThank you! -
Andrzej -
Replied to the thread STM32F746G-Discovery.
PostThank you! How do you flip the button 90 and the text on it? -
Andrzej -
Posted the thread STM32F746G-Discovery.
ThreadWhen to use _cbCallback and when _cbDialog?