mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-10 08:17:53 -06:00
parent
79ce2294dd
commit
ef071f10a2
333 changed files with 2997 additions and 12 deletions
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3184,6 +3184,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3159,6 +3159,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3159,6 +3159,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3237,6 +3237,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3238,6 +3238,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3159,6 +3159,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3160,6 +3160,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3160,6 +3160,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3252,6 +3252,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3163,6 +3163,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3163,6 +3163,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3161,6 +3161,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3160,6 +3160,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3160,6 +3160,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3170,6 +3170,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3170,6 +3170,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3170,6 +3170,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3170,6 +3170,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3165,6 +3165,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3165,6 +3165,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3165,6 +3165,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3161,6 +3161,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3159,6 +3159,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3159,6 +3159,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3201,6 +3201,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3178,6 +3178,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3159,6 +3159,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3174,6 +3174,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3156,6 +3156,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3180,6 +3180,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3180,6 +3180,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3162,15 +3162,20 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
#define COLOR_BACKGROUND COLOR_DARK
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
#if ENABLED(TFT_LVGL_UI)
|
||||
//#define MKS_WIFI_MODULE // MKS WiFi module
|
||||
#endif
|
||||
|
|
|
@ -3162,15 +3162,20 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
#define COLOR_BACKGROUND COLOR_DARK
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
#if ENABLED(TFT_LVGL_UI)
|
||||
//#define MKS_WIFI_MODULE // MKS WiFi module
|
||||
#endif
|
||||
|
|
|
@ -3177,16 +3177,21 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
/* Biqu BX Dark Theme */
|
||||
#define COLOR_BACKGROUND COLOR_DARK
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
#if ENABLED(TFT_LVGL_UI)
|
||||
//#define MKS_WIFI_MODULE // MKS WiFi module
|
||||
#endif
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3159,6 +3159,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3172,6 +3172,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3159,6 +3159,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3160,6 +3160,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3164,6 +3164,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3159,6 +3159,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3174,6 +3174,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3159,6 +3159,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3159,6 +3159,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3167,6 +3167,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3167,6 +3167,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3173,6 +3173,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3161,6 +3161,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3173,6 +3173,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3161,6 +3161,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3162,6 +3162,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3187,6 +3187,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3192,6 +3192,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3169,6 +3169,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3170,6 +3170,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3170,6 +3170,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3171,6 +3171,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3159,6 +3159,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3164,6 +3164,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3159,6 +3159,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3164,6 +3164,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3163,6 +3163,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3159,6 +3159,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3161,6 +3161,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3159,6 +3159,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3166,6 +3166,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3159,6 +3159,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3162,6 +3162,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3162,6 +3162,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3164,6 +3164,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3171,6 +3171,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3159,6 +3159,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3158,6 +3158,15 @@
|
|||
//#define TFT_LVGL_UI
|
||||
|
||||
#if ENABLED(TFT_COLOR_UI)
|
||||
/**
|
||||
* TFT Font for Color_UI. Choose one of the following:
|
||||
*
|
||||
* NOTOSANS - Default font with antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* UNIFONT - Lightweight font, no antialiasing. Supports Latin Extended and non-Latin characters.
|
||||
* HELVETICA - Lightweight font, no antialiasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only.
|
||||
*/
|
||||
#define TFT_FONT NOTOSANS
|
||||
|
||||
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
|
||||
#endif
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue