Browse Source

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

thisiskeithb 4 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,6 +34,7 @@
34 34
 //
35 35
 // Status Screen Logo bitmap
36 36
 //
37
+#define STATUS_LOGO_Y            8
37 38
 #define STATUS_LOGO_WIDTH       39
38 39
 
39 40
 const unsigned char status_logo_bmp[] PROGMEM = {

Loading…
Cancel
Save