COMPACT_MARLIN_BOOT_LOGO

MarlinFirmware/Marlin#26011
This commit is contained in:
Scott Lahteine 2023-06-23 20:23:04 -05:00
parent d5add8caae
commit 71460fc697
345 changed files with 690 additions and 0 deletions

View file

@ -3330,6 +3330,8 @@
#define TFT_FONT NOTOSANS
//#define TFT_SHARED_IO // I/O is shared between TFT display and other devices. Disable async data transfer.
#define COMPACT_MARLIN_BOOT_LOGO // Use compressed data to save Flash space.
#endif
#if ENABLED(TFT_LVGL_UI)