Skip to content

Commit

Permalink
Move DOGM progress bar up 1px (MarlinFirmware#18060)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Quake authored and vgadreau committed May 29, 2020
1 parent 6faeb35 commit 91ba747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/dogm/status_screen_DOGM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
#endif

#define PROGRESS_BAR_X 54
#define PROGRESS_BAR_Y (EXTRAS_BASELINE + 2)
#define PROGRESS_BAR_Y (EXTRAS_BASELINE + 1)
#define PROGRESS_BAR_WIDTH (LCD_PIXEL_WIDTH - PROGRESS_BAR_X)

FORCE_INLINE void _draw_centered_temp(const int16_t temp, const uint8_t tx, const uint8_t ty) {
Expand Down

0 comments on commit 91ba747

Please sign in to comment.