Browse Source

Move DOGM progress bar up 1px (#18060)

Leo 5 years ago
parent
commit
8292136f77
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/dogm/status_screen_DOGM.cpp

+ 1
- 1
Marlin/src/lcd/dogm/status_screen_DOGM.cpp View File

104
 #endif
104
 #endif
105
 
105
 
106
 #define PROGRESS_BAR_X 54
106
 #define PROGRESS_BAR_X 54
107
-#define PROGRESS_BAR_Y (EXTRAS_BASELINE + 2)
107
+#define PROGRESS_BAR_Y (EXTRAS_BASELINE + 1)
108
 #define PROGRESS_BAR_WIDTH (LCD_PIXEL_WIDTH - PROGRESS_BAR_X)
108
 #define PROGRESS_BAR_WIDTH (LCD_PIXEL_WIDTH - PROGRESS_BAR_X)
109
 
109
 
110
 FORCE_INLINE void _draw_centered_temp(const int16_t temp, const uint8_t tx, const uint8_t ty) {
110
 FORCE_INLINE void _draw_centered_temp(const int16_t temp, const uint8_t tx, const uint8_t ty) {

Loading…
Cancel
Save