2020-05-10 08: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!
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