@@ -789,13 +789,13 @@ void update_display(){
789
789
}
790
790
else if ((sensor_values .current_state == STANDBY ) && !standby_state_written_to_LCD ){
791
791
UG_FillFrame (210 ,66 ,230 ,268 , RGB_to_BRG (C_ORANGE ));
792
- LCD_PutStr (214 , 73 , "S" , FONT_arial_20X23 , RGB_to_BRG (C_BLACK ), RGB_to_BRG (C_ORANGE ));
793
- LCD_PutStr (214 , 99 , "T" , FONT_arial_20X23 , RGB_to_BRG (C_BLACK ), RGB_to_BRG (C_ORANGE ));
794
- LCD_PutStr (214 , 129 , "A" , FONT_arial_20X23 , RGB_to_BRG (C_BLACK ), RGB_to_BRG (C_ORANGE ));
795
- LCD_PutStr (214 , 158 , "N" , FONT_arial_20X23 , RGB_to_BRG (C_BLACK ), RGB_to_BRG (C_ORANGE ));
796
- LCD_PutStr (214 , 191 , "D" , FONT_arial_20X23 , RGB_to_BRG (C_BLACK ), RGB_to_BRG (C_ORANGE ));
797
- LCD_PutStr (214 , 217 , "B" , FONT_arial_20X23 , RGB_to_BRG (C_BLACK ), RGB_to_BRG (C_ORANGE ));
798
- LCD_PutStr (214 , 247 , "Y" , FONT_arial_20X23 , RGB_to_BRG (C_BLACK ), RGB_to_BRG (C_ORANGE ));
792
+ LCD_PutStr (213 , 73 , "S" , FONT_arial_20X23 , RGB_to_BRG (C_BLACK ), RGB_to_BRG (C_ORANGE ));
793
+ LCD_PutStr (213 , 102 , "T" , FONT_arial_20X23 , RGB_to_BRG (C_BLACK ), RGB_to_BRG (C_ORANGE ));
794
+ LCD_PutStr (213 , 131 , "A" , FONT_arial_20X23 , RGB_to_BRG (C_BLACK ), RGB_to_BRG (C_ORANGE ));
795
+ LCD_PutStr (213 , 160 , "N" , FONT_arial_20X23 , RGB_to_BRG (C_BLACK ), RGB_to_BRG (C_ORANGE ));
796
+ LCD_PutStr (213 , 189 , "D" , FONT_arial_20X23 , RGB_to_BRG (C_BLACK ), RGB_to_BRG (C_ORANGE ));
797
+ LCD_PutStr (213 , 218 , "B" , FONT_arial_20X23 , RGB_to_BRG (C_BLACK ), RGB_to_BRG (C_ORANGE ));
798
+ LCD_PutStr (213 , 247 , "Y" , FONT_arial_20X23 , RGB_to_BRG (C_BLACK ), RGB_to_BRG (C_ORANGE ));
799
799
standby_state_written_to_LCD = 1 ;
800
800
sleep_state_written_to_LCD = 0 ;
801
801
}
0 commit comments