🧑‍💻 Improve TFT Color UI layout / theme (#26077)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Alexander Gavrilenko
2023-07-17 10:53:36 +03:00
committed by GitHub
parent 4d6e5c12b3
commit 244de2458a
189 changed files with 23074 additions and 4425 deletions

View File

@@ -3303,6 +3303,15 @@
*/
#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
* ANET_BLACK - Theme used for Anet ET4/5
*/
#define TFT_THEME BLACK_MARLIN
//#define TFT_SHARED_IO // I/O is shared between TFT display and other devices. Disable async data transfer.
#endif