Leo
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/lcd/dogm/status_screen_DOGM.cpp
|
@ -104,7 +104,7 @@ |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#define PROGRESS_BAR_X 54 |
|
|
#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) |
|
|
#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) { |
|
|
FORCE_INLINE void _draw_centered_temp(const int16_t temp, const uint8_t tx, const uint8_t ty) { |
|
|