Move DOGM progress bar up 1px (#18060)

This commit is contained in:
Leo 2020-05-22 22:41:32 +02:00 committed by GitHub
parent 62e903c463
commit 8292136f77
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {