Browse Source

Fix Ender-3 Status Screen Y Offset (#15136)

thisiskeithb 6 years ago
parent
commit
f6505c8ee2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      config/examples/Creality/Ender-3/_Statusscreen.h

+ 1
- 0
config/examples/Creality/Ender-3/_Statusscreen.h View File

34
 //
34
 //
35
 // Status Screen Logo bitmap
35
 // Status Screen Logo bitmap
36
 //
36
 //
37
+#define STATUS_LOGO_Y            8
37
 #define STATUS_LOGO_WIDTH       39
38
 #define STATUS_LOGO_WIDTH       39
38
 
39
 
39
 const unsigned char status_logo_bmp[] PROGMEM = {
40
 const unsigned char status_logo_bmp[] PROGMEM = {

Loading…
Cancel
Save