ellensp
4 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/dogm_Statusscreen.h
|
|
@ -1370,7 +1370,7 @@ |
|
|
|
#define STATUS_LOGO_X 0 |
|
|
|
#endif |
|
|
|
#ifndef STATUS_LOGO_Y |
|
|
|
#define STATUS_LOGO_Y _MIN(0U, ((20 - (STATUS_LOGO_HEIGHT)) / 2) |
|
|
|
#define STATUS_LOGO_Y _MIN(0U, (20 - (STATUS_LOGO_HEIGHT)) / 2) |
|
|
|
#endif |
|
|
|
#ifndef STATUS_LOGO_HEIGHT |
|
|
|
#define STATUS_LOGO_HEIGHT (sizeof(status_logo_bmp) / (STATUS_LOGO_BYTEWIDTH)) |
|
|
|