I'm working on stm32f469 discovery board for GUI application , using stm32cubemx 5.4 and graphics framework stemWin, where I want to display integers from 1 to 5, my delay function is not working I guess, only 1st value 1 is displaying on the screen.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-05-10 8:53 PM
This is the application code, which I'm writing on GUI_App.c ,
for (uint8_t i = 1; i < 5; i++) {
GUI_DispDecAt(i, (LCD_GetXSize() - 150) / 2, (LCD_GetYSize() - 20) / 2,
1);
GUI_Delay(1000);
}
can anyone please guide me through this, thanks in advance!
Labels:
- Labels:
-
STemWin
-
STM32F4 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-01-07 11:39 AM
Hi @Community member
Are you able to solve this problem?
I am also facing the similar issue, please help if you are able to find the solution
