diff --git a/Src/main.c b/Src/main.c index 59d81e9..03086aa 100644 --- a/Src/main.c +++ b/Src/main.c @@ -196,6 +196,18 @@ int main(void) sPaint_time.Sec = sTime.Seconds; // printf("hour %i :",sPaint_time.Hour); // printf("min %i :",sPaint_time.Min); + if(system_mode!=Offscreen){ + + Paint_Clear(WHITE); + Paint_DrawArray(); + Paint_DrawCurrent(); + Paint_Selector(System_CustomHeartbeat(2),selector_pos, system_mode); + + }else{ + Paint_Clear(WHITE); + Paint_DrawString_EN(0,0,"You can remove the monitor",&Font16,WHITE,BLACK); + } + Paint_Drawonoff(System_fire()); Paint_DrawArray(); Paint_DrawCurrent();