Skip to content

Commit

Permalink
Update marlinui_TFTGLCD.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jul 19, 2021
1 parent 290241e commit 44ebf1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Marlin/src/lcd/TFTGLCD/marlinui_TFTGLCD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
TFTGLCD lcd;

#define ICON_LOGO B00000001
#define ICON_TEMP1 B00000010 //hotend 1
#define ICON_TEMP2 B00000100 //hotend 2
#define ICON_TEMP3 B00001000 //hotend 3
#define ICON_TEMP1 B00000010 // Hotend 1
#define ICON_TEMP2 B00000100 // Hotend 2
#define ICON_TEMP3 B00001000 // Hotend 3
#define ICON_BED B00010000
#define ICON_FAN B00100000
#define ICON_HOT B01000000 //when any T > 50deg
#define ICON_HOT B01000000 // When any T > 50deg
#define PIC_MASK 0x7F

// LEDs not used, for compatibility with Smoothieware
Expand Down

0 comments on commit 44ebf1c

Please sign in to comment.