Browse Source

Include ui_common for MARLIN_LOGO_FULL_SIZE (#20963)

Victor Oliveira 3 years ago
parent
commit
1f12273de1
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/lcd/tft/tft_image.cpp

+ 1
- 0
Marlin/src/lcd/tft/tft_image.cpp View File

25
 #if HAS_GRAPHICAL_TFT
25
 #if HAS_GRAPHICAL_TFT
26
 
26
 
27
 #include "tft_image.h"
27
 #include "tft_image.h"
28
+#include "ui_common.h"
28
 
29
 
29
 const tImage NoLogo                 = { nullptr, 0, 0, NOCOLORS };
30
 const tImage NoLogo                 = { nullptr, 0, 0, NOCOLORS };
30
 
31
 

Loading…
Cancel
Save