mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 06:57:39 -06:00
parent
0180b179c5
commit
b16ac69de2
348 changed files with 2784 additions and 0 deletions
|
@ -3335,6 +3335,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue