Skip to content

Commit 5a20131

Browse files
committed
Update position of STANDBY text
1 parent 4c8a26f commit 5a20131

File tree

1 file changed

+7
-7
lines changed
  • AxxSolder_firmware/Core/Src

1 file changed

+7
-7
lines changed

AxxSolder_firmware/Core/Src/main.c

+7-7
Original file line numberDiff line numberDiff line change
@@ -789,13 +789,13 @@ void update_display(){
789789
}
790790
else if((sensor_values.current_state == STANDBY) && !standby_state_written_to_LCD){
791791
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));
799799
standby_state_written_to_LCD = 1;
800800
sleep_state_written_to_LCD = 0;
801801
}

0 commit comments

Comments
 (0)