TFT_THEME

MarlinFirmware/Marlin#26077
This commit is contained in:
Scott Lahteine 2023-07-16 20:54:17 -05:00
parent 0180b179c5
commit b16ac69de2
348 changed files with 2784 additions and 0 deletions

View file

@ -3430,6 +3430,14 @@
*/
#define TFT_FONT NOTOSANS
/**
* TFT Theme for Color_UI. Choose one of the following or add a new one to 'Marlin/src/lcd/tft/themes' directory
*
* BLUE_MARLIN - Default theme with 'midnight blue' background
* BLACK_MARLIN - Theme with 'black' background
*/
#define TFT_THEME BLACK_MARLIN
//#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.