Browse Source

Include ui_common for MARLIN_LOGO_FULL_SIZE (#20963)

vanilla_fb_2.0.x
Victor Oliveira 4 years ago
committed by GitHub
parent
commit
1f12273de1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Marlin/src/lcd/tft/tft_image.cpp

1
Marlin/src/lcd/tft/tft_image.cpp

@ -25,6 +25,7 @@
#if HAS_GRAPHICAL_TFT
#include "tft_image.h"
#include "ui_common.h"
const tImage NoLogo = { nullptr, 0, 0, NOCOLORS };

Loading…
Cancel
Save