diff --git a/config/default/Configuration.h b/config/default/Configuration.h index 410899f74b..f8da3826e4 100644 --- a/config/default/Configuration.h +++ b/config/default/Configuration.h @@ -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 diff --git a/config/examples/3DFabXYZ/Migbot/Configuration.h b/config/examples/3DFabXYZ/Migbot/Configuration.h index 5713bbbb6f..45b313e3be 100644 --- a/config/examples/3DFabXYZ/Migbot/Configuration.h +++ b/config/examples/3DFabXYZ/Migbot/Configuration.h @@ -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 diff --git a/config/examples/ADIMLab/Gantry v1/Configuration.h b/config/examples/ADIMLab/Gantry v1/Configuration.h index 0b3feadd4e..8bf48aaec9 100644 --- a/config/examples/ADIMLab/Gantry v1/Configuration.h +++ b/config/examples/ADIMLab/Gantry v1/Configuration.h @@ -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 diff --git a/config/examples/ADIMLab/Gantry v2/Configuration.h b/config/examples/ADIMLab/Gantry v2/Configuration.h index 5d93fda40d..8782777888 100644 --- a/config/examples/ADIMLab/Gantry v2/Configuration.h +++ b/config/examples/ADIMLab/Gantry v2/Configuration.h @@ -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 diff --git a/config/examples/Alfawise/U20-bltouch/Configuration.h b/config/examples/Alfawise/U20-bltouch/Configuration.h index 4ce09f2a53..0ecbb3e62a 100644 --- a/config/examples/Alfawise/U20-bltouch/Configuration.h +++ b/config/examples/Alfawise/U20-bltouch/Configuration.h @@ -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 diff --git a/config/examples/Alfawise/U20/Configuration.h b/config/examples/Alfawise/U20/Configuration.h index edd04ddbbe..5f28936e9b 100644 --- a/config/examples/Alfawise/U20/Configuration.h +++ b/config/examples/Alfawise/U20/Configuration.h @@ -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 diff --git a/config/examples/AliExpress/CL-260/Configuration.h b/config/examples/AliExpress/CL-260/Configuration.h index bd5e8ccdec..11e8ae27b0 100644 --- a/config/examples/AliExpress/CL-260/Configuration.h +++ b/config/examples/AliExpress/CL-260/Configuration.h @@ -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 diff --git a/config/examples/AliExpress/UM2pExt/Configuration.h b/config/examples/AliExpress/UM2pExt/Configuration.h index 0dc8ed7a57..45064fd0ab 100644 --- a/config/examples/AliExpress/UM2pExt/Configuration.h +++ b/config/examples/AliExpress/UM2pExt/Configuration.h @@ -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 diff --git a/config/examples/Anet/A2/Configuration.h b/config/examples/Anet/A2/Configuration.h index 1ca1fb5de6..96d1a1f1a7 100644 --- a/config/examples/Anet/A2/Configuration.h +++ b/config/examples/Anet/A2/Configuration.h @@ -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 diff --git a/config/examples/Anet/A2plus/Configuration.h b/config/examples/Anet/A2plus/Configuration.h index 57331f4e86..b40860e576 100644 --- a/config/examples/Anet/A2plus/Configuration.h +++ b/config/examples/Anet/A2plus/Configuration.h @@ -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 diff --git a/config/examples/Anet/A6/Configuration.h b/config/examples/Anet/A6/Configuration.h index c21c38948c..f027281b5d 100644 --- a/config/examples/Anet/A6/Configuration.h +++ b/config/examples/Anet/A6/Configuration.h @@ -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 diff --git a/config/examples/Anet/A8/Configuration.h b/config/examples/Anet/A8/Configuration.h index 15d4de6b7f..7bf9832866 100644 --- a/config/examples/Anet/A8/Configuration.h +++ b/config/examples/Anet/A8/Configuration.h @@ -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 diff --git a/config/examples/Anet/A8plus/Configuration.h b/config/examples/Anet/A8plus/Configuration.h index 6fcd38c672..b67bd4ebaa 100644 --- a/config/examples/Anet/A8plus/Configuration.h +++ b/config/examples/Anet/A8plus/Configuration.h @@ -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 diff --git a/config/examples/Anet/A9/Configuration.h b/config/examples/Anet/A9/Configuration.h index 6653025d54..9675a2eb34 100644 --- a/config/examples/Anet/A9/Configuration.h +++ b/config/examples/Anet/A9/Configuration.h @@ -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 diff --git a/config/examples/Anet/E10/Configuration.h b/config/examples/Anet/E10/Configuration.h index 6806df5e2d..6bc85a1af1 100644 --- a/config/examples/Anet/E10/Configuration.h +++ b/config/examples/Anet/E10/Configuration.h @@ -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 diff --git a/config/examples/Anet/E16/BTT SKR 1.3/Configuration.h b/config/examples/Anet/E16/BTT SKR 1.3/Configuration.h index 491407f320..32c36ebfd0 100644 --- a/config/examples/Anet/E16/BTT SKR 1.3/Configuration.h +++ b/config/examples/Anet/E16/BTT SKR 1.3/Configuration.h @@ -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 diff --git a/config/examples/Anet/E16/Stock/Configuration.h b/config/examples/Anet/E16/Stock/Configuration.h index 9b9e9bbc80..98af3e12ac 100644 --- a/config/examples/Anet/E16/Stock/Configuration.h +++ b/config/examples/Anet/E16/Stock/Configuration.h @@ -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 diff --git a/config/examples/Anet/ET4+/Configuration.h b/config/examples/Anet/ET4+/Configuration.h index f8b61d4e1d..65d687f602 100644 --- a/config/examples/Anet/ET4+/Configuration.h +++ b/config/examples/Anet/ET4+/Configuration.h @@ -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 diff --git a/config/examples/Anet/ET4-Pro/Configuration.h b/config/examples/Anet/ET4-Pro/Configuration.h index 9eb67202a3..b58017ff50 100644 --- a/config/examples/Anet/ET4-Pro/Configuration.h +++ b/config/examples/Anet/ET4-Pro/Configuration.h @@ -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 diff --git a/config/examples/Anet/ET4/Configuration.h b/config/examples/Anet/ET4/Configuration.h index 735a5d8858..fa825a9263 100644 --- a/config/examples/Anet/ET4/Configuration.h +++ b/config/examples/Anet/ET4/Configuration.h @@ -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 diff --git a/config/examples/Anet/ET4X/Configuration.h b/config/examples/Anet/ET4X/Configuration.h index 77cea5c221..f2dcf80d60 100644 --- a/config/examples/Anet/ET4X/Configuration.h +++ b/config/examples/Anet/ET4X/Configuration.h @@ -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 diff --git a/config/examples/Anet/ET5-Pro/Configuration.h b/config/examples/Anet/ET5-Pro/Configuration.h index cbc6d8b6c4..1b12053251 100644 --- a/config/examples/Anet/ET5-Pro/Configuration.h +++ b/config/examples/Anet/ET5-Pro/Configuration.h @@ -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 diff --git a/config/examples/Anet/ET5/Configuration.h b/config/examples/Anet/ET5/Configuration.h index 45b040b7d0..2c3a84c18e 100644 --- a/config/examples/Anet/ET5/Configuration.h +++ b/config/examples/Anet/ET5/Configuration.h @@ -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 diff --git a/config/examples/Anet/ET5X/Configuration.h b/config/examples/Anet/ET5X/Configuration.h index 71a55edac7..a29d87bdc0 100644 --- a/config/examples/Anet/ET5X/Configuration.h +++ b/config/examples/Anet/ET5X/Configuration.h @@ -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 diff --git a/config/examples/AnyCubic/Chiron/Configuration.h b/config/examples/AnyCubic/Chiron/Configuration.h index 933576e395..ba1de35860 100644 --- a/config/examples/AnyCubic/Chiron/Configuration.h +++ b/config/examples/AnyCubic/Chiron/Configuration.h @@ -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 diff --git a/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration.h b/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration.h index be9b528b74..58dfe6911e 100644 --- a/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration.h +++ b/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration.h @@ -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 diff --git a/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration.h b/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration.h index 7eb5b3428b..d571d1a5b2 100644 --- a/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration.h +++ b/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration.h @@ -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 diff --git a/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration.h b/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration.h index 03fa9f7be7..c32e96b42b 100644 --- a/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration.h +++ b/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration.h @@ -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 diff --git a/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration.h b/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration.h index c6e1856803..9908fdf0e1 100644 --- a/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration.h +++ b/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration.h @@ -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 diff --git a/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h b/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h index 05152ff0a1..aa01b5b6d3 100644 --- a/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h +++ b/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h @@ -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 diff --git a/config/examples/AnyCubic/i3/Configuration.h b/config/examples/AnyCubic/i3/Configuration.h index c7e38df8c7..e630dc6ca8 100644 --- a/config/examples/AnyCubic/i3/Configuration.h +++ b/config/examples/AnyCubic/i3/Configuration.h @@ -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 diff --git a/config/examples/ArmEd/Configuration.h b/config/examples/ArmEd/Configuration.h index 6fa50b612e..f803b7b150 100644 --- a/config/examples/ArmEd/Configuration.h +++ b/config/examples/ArmEd/Configuration.h @@ -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 diff --git a/config/examples/Artillery/Genius Pro/Configuration.h b/config/examples/Artillery/Genius Pro/Configuration.h index 39cf243e1c..38e4644a22 100644 --- a/config/examples/Artillery/Genius Pro/Configuration.h +++ b/config/examples/Artillery/Genius Pro/Configuration.h @@ -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 diff --git a/config/examples/Artillery/Genius/BLTouch/Configuration.h b/config/examples/Artillery/Genius/BLTouch/Configuration.h index 0c3bbed36d..0b0e4d8044 100644 --- a/config/examples/Artillery/Genius/BLTouch/Configuration.h +++ b/config/examples/Artillery/Genius/BLTouch/Configuration.h @@ -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 diff --git a/config/examples/Artillery/Genius/V1/Configuration.h b/config/examples/Artillery/Genius/V1/Configuration.h index 9b3836ef80..c5ea740e55 100644 --- a/config/examples/Artillery/Genius/V1/Configuration.h +++ b/config/examples/Artillery/Genius/V1/Configuration.h @@ -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 diff --git a/config/examples/Artillery/Hornet/Configuration.h b/config/examples/Artillery/Hornet/Configuration.h index 301c0b5874..d5fec5c545 100644 --- a/config/examples/Artillery/Hornet/Configuration.h +++ b/config/examples/Artillery/Hornet/Configuration.h @@ -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 diff --git a/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration.h b/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration.h index 4a8250e038..1866075ef6 100644 --- a/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration.h +++ b/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration.h @@ -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 diff --git a/config/examples/Artillery/Sidewinder X1/V1/Configuration.h b/config/examples/Artillery/Sidewinder X1/V1/Configuration.h index 6cb1278a78..d84c85bc64 100644 --- a/config/examples/Artillery/Sidewinder X1/V1/Configuration.h +++ b/config/examples/Artillery/Sidewinder X1/V1/Configuration.h @@ -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 diff --git a/config/examples/Artillery/Sidewinder X2/Configuration.h b/config/examples/Artillery/Sidewinder X2/Configuration.h index 065a45ab9d..07b5bb8ec8 100644 --- a/config/examples/Artillery/Sidewinder X2/Configuration.h +++ b/config/examples/Artillery/Sidewinder X2/Configuration.h @@ -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 diff --git a/config/examples/Azteeg/X5GT/Configuration.h b/config/examples/Azteeg/X5GT/Configuration.h index dc652bbfa6..e861c32056 100644 --- a/config/examples/Azteeg/X5GT/Configuration.h +++ b/config/examples/Azteeg/X5GT/Configuration.h @@ -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 diff --git a/config/examples/BIBO/TouchX/cyclops/Configuration.h b/config/examples/BIBO/TouchX/cyclops/Configuration.h index 7a65669060..f1e3d357b6 100644 --- a/config/examples/BIBO/TouchX/cyclops/Configuration.h +++ b/config/examples/BIBO/TouchX/cyclops/Configuration.h @@ -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 diff --git a/config/examples/BIBO/TouchX/default/Configuration.h b/config/examples/BIBO/TouchX/default/Configuration.h index 7cd2d3e097..ecbadded4a 100644 --- a/config/examples/BIBO/TouchX/default/Configuration.h +++ b/config/examples/BIBO/TouchX/default/Configuration.h @@ -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 diff --git a/config/examples/BIQU/B1 - SKR 1.4/Configuration.h b/config/examples/BIQU/B1 - SKR 1.4/Configuration.h index d60955e413..c75fb7d4a1 100644 --- a/config/examples/BIQU/B1 - SKR 1.4/Configuration.h +++ b/config/examples/BIQU/B1 - SKR 1.4/Configuration.h @@ -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 diff --git a/config/examples/BIQU/B1 - SKR 2/Configuration.h b/config/examples/BIQU/B1 - SKR 2/Configuration.h index bd02c4a366..a9f9d40376 100644 --- a/config/examples/BIQU/B1 - SKR 2/Configuration.h +++ b/config/examples/BIQU/B1 - SKR 2/Configuration.h @@ -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 diff --git a/config/examples/BIQU/B1 SE Plus/Configuration.h b/config/examples/BIQU/B1 SE Plus/Configuration.h index d7bf825627..193b34f29c 100644 --- a/config/examples/BIQU/B1 SE Plus/Configuration.h +++ b/config/examples/BIQU/B1 SE Plus/Configuration.h @@ -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 diff --git a/config/examples/BIQU/B1 SE/Configuration.h b/config/examples/BIQU/B1 SE/Configuration.h index 9cb1ebd02c..329a35c18f 100644 --- a/config/examples/BIQU/B1 SE/Configuration.h +++ b/config/examples/BIQU/B1 SE/Configuration.h @@ -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 diff --git a/config/examples/BIQU/BX/Configuration.h b/config/examples/BIQU/BX/Configuration.h index df2f34dec1..892cb9fbdf 100644 --- a/config/examples/BIQU/BX/Configuration.h +++ b/config/examples/BIQU/BX/Configuration.h @@ -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 diff --git a/config/examples/BIQU/Thunder Standard/Configuration.h b/config/examples/BIQU/Thunder Standard/Configuration.h index 88e18e7c96..140d3a8a13 100644 --- a/config/examples/BIQU/Thunder Standard/Configuration.h +++ b/config/examples/BIQU/Thunder Standard/Configuration.h @@ -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 diff --git a/config/examples/BQ/Hephestos/Configuration.h b/config/examples/BQ/Hephestos/Configuration.h index 56bcb3b789..68ff0ec662 100644 --- a/config/examples/BQ/Hephestos/Configuration.h +++ b/config/examples/BQ/Hephestos/Configuration.h @@ -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 diff --git a/config/examples/BQ/Hephestos_2/Configuration.h b/config/examples/BQ/Hephestos_2/Configuration.h index b0cd6bef2a..003d8da23c 100644 --- a/config/examples/BQ/Hephestos_2/Configuration.h +++ b/config/examples/BQ/Hephestos_2/Configuration.h @@ -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 diff --git a/config/examples/BQ/WITBOX/Configuration.h b/config/examples/BQ/WITBOX/Configuration.h index 563040f68c..3f0d343a71 100644 --- a/config/examples/BQ/WITBOX/Configuration.h +++ b/config/examples/BQ/WITBOX/Configuration.h @@ -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 diff --git a/config/examples/CTC/A13/Configuration.h b/config/examples/CTC/A13/Configuration.h index 5fb83621bf..61c521d5a9 100644 --- a/config/examples/CTC/A13/Configuration.h +++ b/config/examples/CTC/A13/Configuration.h @@ -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 diff --git a/config/examples/CTC/Bizer/Configuration.h b/config/examples/CTC/Bizer/Configuration.h index 44f2da2712..ac07a89cbe 100644 --- a/config/examples/CTC/Bizer/Configuration.h +++ b/config/examples/CTC/Bizer/Configuration.h @@ -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 diff --git a/config/examples/CTC/i3 2560 Rev A/no probe/Configuration.h b/config/examples/CTC/i3 2560 Rev A/no probe/Configuration.h index 3bff7cee07..599c8ae9cb 100644 --- a/config/examples/CTC/i3 2560 Rev A/no probe/Configuration.h +++ b/config/examples/CTC/i3 2560 Rev A/no probe/Configuration.h @@ -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 diff --git a/config/examples/Cartesio/Configuration.h b/config/examples/Cartesio/Configuration.h index a2936592c2..90089a992b 100644 --- a/config/examples/Cartesio/Configuration.h +++ b/config/examples/Cartesio/Configuration.h @@ -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 diff --git a/config/examples/Copymaster3D/300/Configuration.h b/config/examples/Copymaster3D/300/Configuration.h index c5af47270e..55bb1a29fd 100644 --- a/config/examples/Copymaster3D/300/Configuration.h +++ b/config/examples/Copymaster3D/300/Configuration.h @@ -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 diff --git a/config/examples/Copymaster3D/400/Configuration.h b/config/examples/Copymaster3D/400/Configuration.h index 5633c86f80..3f3d63c367 100644 --- a/config/examples/Copymaster3D/400/Configuration.h +++ b/config/examples/Copymaster3D/400/Configuration.h @@ -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 diff --git a/config/examples/Copymaster3D/500/Configuration.h b/config/examples/Copymaster3D/500/Configuration.h index e2bfcafb09..9b194ef16e 100644 --- a/config/examples/Copymaster3D/500/Configuration.h +++ b/config/examples/Copymaster3D/500/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration.h index 3d1bd8cdfd..065588ae51 100644 --- a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration.h b/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration.h index 0eed8c35d4..3729687ca8 100644 --- a/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration.h +++ b/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration.h b/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration.h index 99fb4ded90..5fae5a5f2c 100644 --- a/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration.h +++ b/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10 S4/CrealityV1/Configuration.h b/config/examples/Creality/CR-10 S4/CrealityV1/Configuration.h index 7e9a6236fa..2668590516 100644 --- a/config/examples/Creality/CR-10 S4/CrealityV1/Configuration.h +++ b/config/examples/Creality/CR-10 S4/CrealityV1/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration.h b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration.h index 6dce464519..641f5ecb48 100644 --- a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration.h +++ b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration.h b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration.h index 4298896511..28a924676e 100644 --- a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration.h +++ b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10 S5/CrealityV1/Configuration.h b/config/examples/Creality/CR-10 S5/CrealityV1/Configuration.h index 0ef019567e..f331046762 100644 --- a/config/examples/Creality/CR-10 S5/CrealityV1/Configuration.h +++ b/config/examples/Creality/CR-10 S5/CrealityV1/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10 S5/CrealityV2.2-BLTouch/Configuration.h b/config/examples/Creality/CR-10 S5/CrealityV2.2-BLTouch/Configuration.h index e0a1735be1..929eb3b739 100644 --- a/config/examples/Creality/CR-10 S5/CrealityV2.2-BLTouch/Configuration.h +++ b/config/examples/Creality/CR-10 S5/CrealityV2.2-BLTouch/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10 V2/Configuration.h b/config/examples/Creality/CR-10 V2/Configuration.h index c16f868db0..3f3d764ee5 100644 --- a/config/examples/Creality/CR-10 V2/Configuration.h +++ b/config/examples/Creality/CR-10 V2/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10 V3/Configuration.h b/config/examples/Creality/CR-10 V3/Configuration.h index 905c775344..b239b85905 100644 --- a/config/examples/Creality/CR-10 V3/Configuration.h +++ b/config/examples/Creality/CR-10 V3/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration.h index 4b4bf9c391..c9a6c5b4c8 100644 --- a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10/CrealityV1/Configuration.h b/config/examples/Creality/CR-10/CrealityV1/Configuration.h index a4363be713..7921cbfc12 100644 --- a/config/examples/Creality/CR-10/CrealityV1/Configuration.h +++ b/config/examples/Creality/CR-10/CrealityV1/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration.h b/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration.h index 967f44b496..0328685cb4 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration.h b/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration.h index c87d5cd15e..854c945a7d 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration.h index 6b141481ae..8051d00184 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration.h b/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration.h index f68748c117..2f4a4cb280 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-10S/CrealityV1/Configuration.h b/config/examples/Creality/CR-10S/CrealityV1/Configuration.h index d3c09beb05..72ffef82d9 100644 --- a/config/examples/Creality/CR-10S/CrealityV1/Configuration.h +++ b/config/examples/Creality/CR-10S/CrealityV1/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-20 Pro/Configuration.h b/config/examples/Creality/CR-20 Pro/Configuration.h index 72f9d56de3..da83bbe7e5 100644 --- a/config/examples/Creality/CR-20 Pro/Configuration.h +++ b/config/examples/Creality/CR-20 Pro/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration.h b/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration.h index 93f6daf028..edb6c43e3c 100644 --- a/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration.h +++ b/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-20/Stock/Configuration.h b/config/examples/Creality/CR-20/Stock/Configuration.h index 18963bbf66..f5ebde78b6 100644 --- a/config/examples/Creality/CR-20/Stock/Configuration.h +++ b/config/examples/Creality/CR-20/Stock/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-30 PrintMill/Configuration.h b/config/examples/Creality/CR-30 PrintMill/Configuration.h index f575b8c27d..52e6c50d57 100644 --- a/config/examples/Creality/CR-30 PrintMill/Configuration.h +++ b/config/examples/Creality/CR-30 PrintMill/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-6 SE/Configuration.h b/config/examples/Creality/CR-6 SE/Configuration.h index 54d3530e8d..14044f2bc8 100644 --- a/config/examples/Creality/CR-6 SE/Configuration.h +++ b/config/examples/Creality/CR-6 SE/Configuration.h @@ -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 diff --git a/config/examples/Creality/CR-8/Configuration.h b/config/examples/Creality/CR-8/Configuration.h index 85ec724ec3..36ef9e5709 100644 --- a/config/examples/Creality/CR-8/Configuration.h +++ b/config/examples/Creality/CR-8/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration.h b/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration.h index d107a6fa7d..c572378407 100644 --- a/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration.h +++ b/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-2/Configuration.h b/config/examples/Creality/Ender-2/Configuration.h index e28354e429..5dedbb13a7 100644 --- a/config/examples/Creality/Ender-2/Configuration.h +++ b/config/examples/Creality/Ender-2/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 Max/Configuration.h b/config/examples/Creality/Ender-3 Max/Configuration.h index 902b276e47..ce5f3ced03 100644 --- a/config/examples/Creality/Ender-3 Max/Configuration.h +++ b/config/examples/Creality/Ender-3 Max/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration.h index de22abad9b..d7c4455a7b 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration.h index 9b194ff9b9..6a98ded8da 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h index 7971c642d0..a23a8c434e 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration.h index 2eb4c30c61..6bb8b74a7d 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration.h index 707d37b30f..67dbae6759 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration.h b/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration.h index 97e4f88dd7..2b5c961938 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration.h b/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration.h index 56c67b8c7d..da4d54eb2d 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration.h b/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration.h index 70d4c34e07..2a28f32fff 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 S1/STM32F1/Configuration.h b/config/examples/Creality/Ender-3 S1/STM32F1/Configuration.h index 5494d44ffe..7136d60166 100644 --- a/config/examples/Creality/Ender-3 S1/STM32F1/Configuration.h +++ b/config/examples/Creality/Ender-3 S1/STM32F1/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 S1/STM32F4/Configuration.h b/config/examples/Creality/Ender-3 S1/STM32F4/Configuration.h index 528cdc6ce8..20676dfc6f 100644 --- a/config/examples/Creality/Ender-3 S1/STM32F4/Configuration.h +++ b/config/examples/Creality/Ender-3 S1/STM32F4/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 V2 Neo/Configuration.h b/config/examples/Creality/Ender-3 V2 Neo/Configuration.h index 622bdc1731..1244b5e718 100644 --- a/config/examples/Creality/Ender-3 V2 Neo/Configuration.h +++ b/config/examples/Creality/Ender-3 V2 Neo/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration.h index dd022df0d4..816fc0a4eb 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration.h index 8668535d5c..1c9f264516 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/CrealityUI/Configuration.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/CrealityUI/Configuration.h index dbece82be4..af4321163c 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/CrealityUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/CrealityUI/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/MarlinUI/Configuration.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/MarlinUI/Configuration.h index 7a308175fa..9b842ee9bf 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/MarlinUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/MarlinUI/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration.h b/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration.h index 4afdbd64fe..68975b8852 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration.h b/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration.h index 5c30d01015..964cbf3e40 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration.h index d13715d811..6490403cb0 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration.h @@ -3157,6 +3157,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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration.h index 4c8aef90cf..992c1922f5 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration.h index 7296e7430e..8b0d32aa24 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration.h @@ -3157,6 +3157,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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration.h index 823e5c331d..53d91aa908 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration.h @@ -3157,6 +3157,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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration.h index 9283816de8..41cafc9ee8 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration.h @@ -3157,6 +3157,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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration.h index dec2e297ea..7c61f119ac 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration.h index 687a0bfd78..e5f7f14513 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration.h @@ -3157,6 +3157,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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration.h index 989be27efc..2ffc19266c 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration.h @@ -3157,6 +3157,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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration.h index 3173c514e5..302373b5d9 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -3157,6 +3157,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 diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration.h index 2bdb6dad3f..4cd65f228a 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3/CrealityV1/Configuration.h b/config/examples/Creality/Ender-3/CrealityV1/Configuration.h index fe811b0bed..58db6917d7 100644 --- a/config/examples/Creality/Ender-3/CrealityV1/Configuration.h +++ b/config/examples/Creality/Ender-3/CrealityV1/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3/CrealityV422/Configuration.h b/config/examples/Creality/Ender-3/CrealityV422/Configuration.h index 1b88dc07a3..8cd815bb1b 100644 --- a/config/examples/Creality/Ender-3/CrealityV422/Configuration.h +++ b/config/examples/Creality/Ender-3/CrealityV422/Configuration.h @@ -3168,6 +3168,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 diff --git a/config/examples/Creality/Ender-3/CrealityV427/Configuration.h b/config/examples/Creality/Ender-3/CrealityV427/Configuration.h index 460acf6892..a862de860c 100644 --- a/config/examples/Creality/Ender-3/CrealityV427/Configuration.h +++ b/config/examples/Creality/Ender-3/CrealityV427/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration.h index 576716be85..87c6558391 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration.h index 06903681c5..1f606647b4 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration.h index 066ec04914..5fff346afd 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration.h b/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration.h index 4b9a166abb..09338f1083 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration.h b/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration.h index fec50598d8..aa8489bf42 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3/MEEB-3DP/Configuration.h b/config/examples/Creality/Ender-3/MEEB-3DP/Configuration.h index b31f30ddf6..bb11a1c9dc 100644 --- a/config/examples/Creality/Ender-3/MEEB-3DP/Configuration.h +++ b/config/examples/Creality/Ender-3/MEEB-3DP/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration.h b/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration.h index 3de40c1c72..83650b6436 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration.h @@ -3157,6 +3157,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 diff --git a/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration.h b/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration.h index 33193688c4..ffcd2aace6 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration.h @@ -3157,6 +3157,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 diff --git a/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration.h b/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration.h index e5d52c346b..4b38b73c3d 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration.h b/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration.h index 48edd5be62..5ee5b68bba 100644 --- a/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration.h +++ b/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-4/Configuration.h b/config/examples/Creality/Ender-4/Configuration.h index 48620ab4ed..7a9fae6aa4 100644 --- a/config/examples/Creality/Ender-4/Configuration.h +++ b/config/examples/Creality/Ender-4/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration.h b/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration.h index c4d157fc63..7d6e9da1e7 100644 --- a/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration.h +++ b/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-5 Plus/CrealityV1/Configuration.h b/config/examples/Creality/Ender-5 Plus/CrealityV1/Configuration.h index 0c2fcbe917..27835dfe45 100644 --- a/config/examples/Creality/Ender-5 Plus/CrealityV1/Configuration.h +++ b/config/examples/Creality/Ender-5 Plus/CrealityV1/Configuration.h @@ -3176,6 +3176,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 diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration.h index 629327d585..9c217f3625 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration.h @@ -3168,6 +3168,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 diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h index 870ae8b225..aeb22c91a0 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h @@ -3157,6 +3157,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 diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration.h index 0960fb70e4..ba1ba0cbb4 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration.h b/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration.h index b7e10d8c30..0a02018d77 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration.h b/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration.h index 6e5ccd63a1..63e9f4dda8 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration.h @@ -3183,6 +3183,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 diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration.h b/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration.h index bcba0fe204..4a9092a1d0 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration.h b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration.h index bf60f56026..3a74dfa328 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration.h b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration.h index f165f54b07..214da021cf 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration.h b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration.h index 3a2385b760..d52e95928a 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration.h @@ -3157,6 +3157,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 diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration.h index 4b6b7b79da..677d07ba70 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -3157,6 +3157,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 diff --git a/config/examples/Creality/Ender-5/CrealityV1/Configuration.h b/config/examples/Creality/Ender-5/CrealityV1/Configuration.h index 143f4f8a9f..40a50f67a6 100644 --- a/config/examples/Creality/Ender-5/CrealityV1/Configuration.h +++ b/config/examples/Creality/Ender-5/CrealityV1/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-5/CrealityV427/Configuration.h b/config/examples/Creality/Ender-5/CrealityV427/Configuration.h index 57d0422e56..1e819b62c0 100644 --- a/config/examples/Creality/Ender-5/CrealityV427/Configuration.h +++ b/config/examples/Creality/Ender-5/CrealityV427/Configuration.h @@ -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 diff --git a/config/examples/Creality/Ender-6/Configuration.h b/config/examples/Creality/Ender-6/Configuration.h index 7ecddaf8ac..5966ec7891 100644 --- a/config/examples/Creality/Ender-6/Configuration.h +++ b/config/examples/Creality/Ender-6/Configuration.h @@ -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 diff --git a/config/examples/Dagoma/Disco Ultimate/Configuration.h b/config/examples/Dagoma/Disco Ultimate/Configuration.h index 050ff57723..28394a6605 100644 --- a/config/examples/Dagoma/Disco Ultimate/Configuration.h +++ b/config/examples/Dagoma/Disco Ultimate/Configuration.h @@ -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 diff --git a/config/examples/Daycom/3DP-100/Configuration.h b/config/examples/Daycom/3DP-100/Configuration.h index 89f76ff505..7c9015878f 100644 --- a/config/examples/Daycom/3DP-100/Configuration.h +++ b/config/examples/Daycom/3DP-100/Configuration.h @@ -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 diff --git a/config/examples/EXP3D/Imprimante multifonction/Configuration.h b/config/examples/EXP3D/Imprimante multifonction/Configuration.h index 0712aaef88..785f8c7293 100644 --- a/config/examples/EXP3D/Imprimante multifonction/Configuration.h +++ b/config/examples/EXP3D/Imprimante multifonction/Configuration.h @@ -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 diff --git a/config/examples/EasyThreeD/ET4000PLUS/Configuration.h b/config/examples/EasyThreeD/ET4000PLUS/Configuration.h index 86fff47a69..68455d894f 100644 --- a/config/examples/EasyThreeD/ET4000PLUS/Configuration.h +++ b/config/examples/EasyThreeD/ET4000PLUS/Configuration.h @@ -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 diff --git a/config/examples/Einstart-S/Configuration.h b/config/examples/Einstart-S/Configuration.h index 938257e859..a4535dfdf3 100644 --- a/config/examples/Einstart-S/Configuration.h +++ b/config/examples/Einstart-S/Configuration.h @@ -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 diff --git a/config/examples/Elegoo/Neptune 2/Configuration.h b/config/examples/Elegoo/Neptune 2/Configuration.h index 696aa36c63..cb2be12216 100644 --- a/config/examples/Elegoo/Neptune 2/Configuration.h +++ b/config/examples/Elegoo/Neptune 2/Configuration.h @@ -3234,6 +3234,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 diff --git a/config/examples/Eryone/Thinker SE/Configuration.h b/config/examples/Eryone/Thinker SE/Configuration.h index 2bd671e377..cc9d61c9d1 100644 --- a/config/examples/Eryone/Thinker SE/Configuration.h +++ b/config/examples/Eryone/Thinker SE/Configuration.h @@ -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 diff --git a/config/examples/Eryone/Thinker V2/Configuration.h b/config/examples/Eryone/Thinker V2/Configuration.h index 3c760a137c..6c60c58840 100644 --- a/config/examples/Eryone/Thinker V2/Configuration.h +++ b/config/examples/Eryone/Thinker V2/Configuration.h @@ -3198,6 +3198,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 diff --git a/config/examples/FYSETC/AIO_II/Configuration.h b/config/examples/FYSETC/AIO_II/Configuration.h index aad7a687a4..5c3ab2adab 100644 --- a/config/examples/FYSETC/AIO_II/Configuration.h +++ b/config/examples/FYSETC/AIO_II/Configuration.h @@ -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 diff --git a/config/examples/FYSETC/F6_13/Configuration.h b/config/examples/FYSETC/F6_13/Configuration.h index af06a9c7c6..b30ff2b3b6 100644 --- a/config/examples/FYSETC/F6_13/Configuration.h +++ b/config/examples/FYSETC/F6_13/Configuration.h @@ -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 diff --git a/config/examples/FYSETC/S6/Configuration.h b/config/examples/FYSETC/S6/Configuration.h index 0f5c6d381e..286e734372 100644 --- a/config/examples/FYSETC/S6/Configuration.h +++ b/config/examples/FYSETC/S6/Configuration.h @@ -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 diff --git a/config/examples/Felix/DUAL/Configuration.h b/config/examples/Felix/DUAL/Configuration.h index 0a768d71ae..50d40143e2 100644 --- a/config/examples/Felix/DUAL/Configuration.h +++ b/config/examples/Felix/DUAL/Configuration.h @@ -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 diff --git a/config/examples/Felix/Single/Configuration.h b/config/examples/Felix/Single/Configuration.h index 09e7c24a82..285e7de1d8 100644 --- a/config/examples/Felix/Single/Configuration.h +++ b/config/examples/Felix/Single/Configuration.h @@ -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 diff --git a/config/examples/FlashForge/Creator 2X/Configuration.h b/config/examples/FlashForge/Creator 2X/Configuration.h index 135d5caa30..fadb908d89 100644 --- a/config/examples/FlashForge/Creator 2X/Configuration.h +++ b/config/examples/FlashForge/Creator 2X/Configuration.h @@ -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 diff --git a/config/examples/FlashForge/CreatorPro/Configuration.h b/config/examples/FlashForge/CreatorPro/Configuration.h index 0cabc59445..80c622ace0 100644 --- a/config/examples/FlashForge/CreatorPro/Configuration.h +++ b/config/examples/FlashForge/CreatorPro/Configuration.h @@ -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 diff --git a/config/examples/FlyingBear/P902/Configuration.h b/config/examples/FlyingBear/P902/Configuration.h index 9b27ebe87e..ef0fd99e86 100644 --- a/config/examples/FlyingBear/P902/Configuration.h +++ b/config/examples/FlyingBear/P902/Configuration.h @@ -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 diff --git a/config/examples/FlyingBear/P905H/Configuration.h b/config/examples/FlyingBear/P905H/Configuration.h index 0247e3fc11..387525282e 100644 --- a/config/examples/FlyingBear/P905H/Configuration.h +++ b/config/examples/FlyingBear/P905H/Configuration.h @@ -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 diff --git a/config/examples/FoamCutter/generic/Configuration.h b/config/examples/FoamCutter/generic/Configuration.h index 120433bdbd..f88c42e0df 100644 --- a/config/examples/FoamCutter/generic/Configuration.h +++ b/config/examples/FoamCutter/generic/Configuration.h @@ -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 diff --git a/config/examples/FoamCutter/rcKeith/Configuration.h b/config/examples/FoamCutter/rcKeith/Configuration.h index ae0fd66f30..49b8e3d507 100644 --- a/config/examples/FoamCutter/rcKeith/Configuration.h +++ b/config/examples/FoamCutter/rcKeith/Configuration.h @@ -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 diff --git a/config/examples/FolgerTech/FT-5 R2/Configuration.h b/config/examples/FolgerTech/FT-5 R2/Configuration.h index c96b76fe7d..bdde8b2597 100644 --- a/config/examples/FolgerTech/FT-5 R2/Configuration.h +++ b/config/examples/FolgerTech/FT-5 R2/Configuration.h @@ -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 diff --git a/config/examples/FolgerTech/i3-2020/Configuration.h b/config/examples/FolgerTech/i3-2020/Configuration.h index 226bc5b014..6913e5c1cd 100644 --- a/config/examples/FolgerTech/i3-2020/Configuration.h +++ b/config/examples/FolgerTech/i3-2020/Configuration.h @@ -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 diff --git a/config/examples/Formbot/Raptor/Configuration.h b/config/examples/Formbot/Raptor/Configuration.h index fe4883730b..e12610d78b 100644 --- a/config/examples/Formbot/Raptor/Configuration.h +++ b/config/examples/Formbot/Raptor/Configuration.h @@ -3269,6 +3269,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 diff --git a/config/examples/Formbot/T_Rex_2+/Configuration.h b/config/examples/Formbot/T_Rex_2+/Configuration.h index c48425e4ae..fc429d4f28 100644 --- a/config/examples/Formbot/T_Rex_2+/Configuration.h +++ b/config/examples/Formbot/T_Rex_2+/Configuration.h @@ -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 diff --git a/config/examples/Formbot/T_Rex_3/Configuration.h b/config/examples/Formbot/T_Rex_3/Configuration.h index 08a8432cd0..aac44f990d 100644 --- a/config/examples/Formbot/T_Rex_3/Configuration.h +++ b/config/examples/Formbot/T_Rex_3/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A10/Configuration.h b/config/examples/Geeetech/A10/Configuration.h index 7a70444909..f33698da44 100644 --- a/config/examples/Geeetech/A10/Configuration.h +++ b/config/examples/Geeetech/A10/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A10D/Configuration.h b/config/examples/Geeetech/A10D/Configuration.h index 02d9e68380..2626e44fc7 100644 --- a/config/examples/Geeetech/A10D/Configuration.h +++ b/config/examples/Geeetech/A10D/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A10M/Stock LCD/Configuration.h b/config/examples/Geeetech/A10M/Stock LCD/Configuration.h index 36f9f9a3ec..fa0ec021f8 100644 --- a/config/examples/Geeetech/A10M/Stock LCD/Configuration.h +++ b/config/examples/Geeetech/A10M/Stock LCD/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration.h b/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration.h index 376240b33c..8b4a2bdb1d 100644 --- a/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration.h +++ b/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A10PRO/Configuration.h b/config/examples/Geeetech/A10PRO/Configuration.h index d3a1bf7954..79b2870932 100644 --- a/config/examples/Geeetech/A10PRO/Configuration.h +++ b/config/examples/Geeetech/A10PRO/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A10T/Stock LCD/Configuration.h b/config/examples/Geeetech/A10T/Stock LCD/Configuration.h index 93bd7e36d8..d53955bc21 100644 --- a/config/examples/Geeetech/A10T/Stock LCD/Configuration.h +++ b/config/examples/Geeetech/A10T/Stock LCD/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration.h b/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration.h index c92239bd8a..c5909378a4 100644 --- a/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration.h +++ b/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A20/Configuration.h b/config/examples/Geeetech/A20/Configuration.h index c4bf13009e..74a6cd7c92 100644 --- a/config/examples/Geeetech/A20/Configuration.h +++ b/config/examples/Geeetech/A20/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A20M/Configuration.h b/config/examples/Geeetech/A20M/Configuration.h index e3f33533a2..7473f97552 100644 --- a/config/examples/Geeetech/A20M/Configuration.h +++ b/config/examples/Geeetech/A20M/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A20T/Configuration.h b/config/examples/Geeetech/A20T/Configuration.h index 9839488dfe..7fd7ebc90f 100644 --- a/config/examples/Geeetech/A20T/Configuration.h +++ b/config/examples/Geeetech/A20T/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A30/Configuration.h b/config/examples/Geeetech/A30/Configuration.h index cc50d73539..c830d17d53 100644 --- a/config/examples/Geeetech/A30/Configuration.h +++ b/config/examples/Geeetech/A30/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A30M/Configuration.h b/config/examples/Geeetech/A30M/Configuration.h index 8e5f897cc8..310ad8d0b2 100644 --- a/config/examples/Geeetech/A30M/Configuration.h +++ b/config/examples/Geeetech/A30M/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/A30T/Configuration.h b/config/examples/Geeetech/A30T/Configuration.h index 2c5ce861ff..1c8a8fbc8b 100644 --- a/config/examples/Geeetech/A30T/Configuration.h +++ b/config/examples/Geeetech/A30T/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/D200/Configuration.h b/config/examples/Geeetech/D200/Configuration.h index de806b1bd6..158e04d4f0 100644 --- a/config/examples/Geeetech/D200/Configuration.h +++ b/config/examples/Geeetech/D200/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/Duplicator5/Configuration.h b/config/examples/Geeetech/Duplicator5/Configuration.h index 89f1de3822..dbd77bc838 100644 --- a/config/examples/Geeetech/Duplicator5/Configuration.h +++ b/config/examples/Geeetech/Duplicator5/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/E180/Configuration.h b/config/examples/Geeetech/E180/Configuration.h index c4e3eb16ee..f25115a322 100644 --- a/config/examples/Geeetech/E180/Configuration.h +++ b/config/examples/Geeetech/E180/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/GT2560/Configuration.h b/config/examples/Geeetech/GT2560/Configuration.h index 6006746e9c..cc96a131a0 100644 --- a/config/examples/Geeetech/GT2560/Configuration.h +++ b/config/examples/Geeetech/GT2560/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h b/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h index b6ff3dac93..c2159dae03 100644 --- a/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h +++ b/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/M201/Configuration.h b/config/examples/Geeetech/M201/Configuration.h index 4d3d996cb1..7e1182afed 100644 --- a/config/examples/Geeetech/M201/Configuration.h +++ b/config/examples/Geeetech/M201/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/MeCreator2/Configuration.h b/config/examples/Geeetech/MeCreator2/Configuration.h index e0eaef0e55..96393e0f2e 100644 --- a/config/examples/Geeetech/MeCreator2/Configuration.h +++ b/config/examples/Geeetech/MeCreator2/Configuration.h @@ -3157,6 +3157,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 diff --git a/config/examples/Geeetech/Me_creator/Configuration.h b/config/examples/Geeetech/Me_creator/Configuration.h index bbbd3263c8..1fceeaf4f9 100644 --- a/config/examples/Geeetech/Me_creator/Configuration.h +++ b/config/examples/Geeetech/Me_creator/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/Me_ducer/Configuration.h b/config/examples/Geeetech/Me_ducer/Configuration.h index a2da25187e..d526491d9f 100644 --- a/config/examples/Geeetech/Me_ducer/Configuration.h +++ b/config/examples/Geeetech/Me_ducer/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/PI3A PRO/Configuration.h b/config/examples/Geeetech/PI3A PRO/Configuration.h index ecacc462e8..b77b5681ec 100644 --- a/config/examples/Geeetech/PI3A PRO/Configuration.h +++ b/config/examples/Geeetech/PI3A PRO/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h b/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h index 091e7be3ac..7c69d08fdd 100644 --- a/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h +++ b/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h b/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h index 5888281aea..308acc1533 100644 --- a/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h +++ b/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/Prusa i3 Pro C/Configuration.h b/config/examples/Geeetech/Prusa i3 Pro C/Configuration.h index 38578c2c92..9219e5aab1 100644 --- a/config/examples/Geeetech/Prusa i3 Pro C/Configuration.h +++ b/config/examples/Geeetech/Prusa i3 Pro C/Configuration.h @@ -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 diff --git a/config/examples/Geeetech/Prusa i3 Pro W/Configuration.h b/config/examples/Geeetech/Prusa i3 Pro W/Configuration.h index 8ddfa658ed..caee4bebf5 100644 --- a/config/examples/Geeetech/Prusa i3 Pro W/Configuration.h +++ b/config/examples/Geeetech/Prusa i3 Pro W/Configuration.h @@ -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 diff --git a/config/examples/HMS434/Configuration.h b/config/examples/HMS434/Configuration.h index 467ce83ffa..7bb8a17fc5 100644 --- a/config/examples/HMS434/Configuration.h +++ b/config/examples/HMS434/Configuration.h @@ -3155,6 +3155,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 diff --git a/config/examples/Infitary/i3-M508/Configuration.h b/config/examples/Infitary/i3-M508/Configuration.h index 8a48bf8c15..233a6446ba 100644 --- a/config/examples/Infitary/i3-M508/Configuration.h +++ b/config/examples/Infitary/i3-M508/Configuration.h @@ -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 diff --git a/config/examples/Intamsys/FunmatHT 4988/Configuration.h b/config/examples/Intamsys/FunmatHT 4988/Configuration.h index 047bf2260d..5bc98062f4 100644 --- a/config/examples/Intamsys/FunmatHT 4988/Configuration.h +++ b/config/examples/Intamsys/FunmatHT 4988/Configuration.h @@ -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 diff --git a/config/examples/JGAurora/A1/Configuration.h b/config/examples/JGAurora/A1/Configuration.h index 222d3b0052..318ff8cf3c 100644 --- a/config/examples/JGAurora/A1/Configuration.h +++ b/config/examples/JGAurora/A1/Configuration.h @@ -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 diff --git a/config/examples/JGAurora/A3/Configuration.h b/config/examples/JGAurora/A3/Configuration.h index 61b11efd01..7052b45ea3 100644 --- a/config/examples/JGAurora/A3/Configuration.h +++ b/config/examples/JGAurora/A3/Configuration.h @@ -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 diff --git a/config/examples/JGAurora/A5/Configuration.h b/config/examples/JGAurora/A5/Configuration.h index 947037f776..f2d0d22805 100644 --- a/config/examples/JGAurora/A5/Configuration.h +++ b/config/examples/JGAurora/A5/Configuration.h @@ -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 diff --git a/config/examples/JGAurora/A5S/Configuration.h b/config/examples/JGAurora/A5S/Configuration.h index 094f7a5179..b0d2677bbb 100644 --- a/config/examples/JGAurora/A5S/Configuration.h +++ b/config/examples/JGAurora/A5S/Configuration.h @@ -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 diff --git a/config/examples/JGAurora/Magic/Configuration.h b/config/examples/JGAurora/Magic/Configuration.h index 59d8237736..45fe49f8d3 100644 --- a/config/examples/JGAurora/Magic/Configuration.h +++ b/config/examples/JGAurora/Magic/Configuration.h @@ -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 diff --git a/config/examples/Kingroon/KP3/Configuration.h b/config/examples/Kingroon/KP3/Configuration.h index 2252a52134..abc47fa614 100644 --- a/config/examples/Kingroon/KP3/Configuration.h +++ b/config/examples/Kingroon/KP3/Configuration.h @@ -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 diff --git a/config/examples/Kingroon/KP3S/Configuration.h b/config/examples/Kingroon/KP3S/Configuration.h index 0b7ff7a149..6f8c1b549d 100644 --- a/config/examples/Kingroon/KP3S/Configuration.h +++ b/config/examples/Kingroon/KP3S/Configuration.h @@ -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 diff --git a/config/examples/Kingroon/KP5L/Configuration.h b/config/examples/Kingroon/KP5L/Configuration.h index 28fcb2d8cf..f86b508e19 100644 --- a/config/examples/Kingroon/KP5L/Configuration.h +++ b/config/examples/Kingroon/KP5L/Configuration.h @@ -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 diff --git a/config/examples/Labists/ET4/Configuration.h b/config/examples/Labists/ET4/Configuration.h index f55bff913e..b47fffec20 100644 --- a/config/examples/Labists/ET4/Configuration.h +++ b/config/examples/Labists/ET4/Configuration.h @@ -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 diff --git a/config/examples/Longer/LK5/Configuration.h b/config/examples/Longer/LK5/Configuration.h index 16694f2b32..6d1ce702b0 100644 --- a/config/examples/Longer/LK5/Configuration.h +++ b/config/examples/Longer/LK5/Configuration.h @@ -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 diff --git a/config/examples/LulzBot/Mini2/Teensy/Configuration.h b/config/examples/LulzBot/Mini2/Teensy/Configuration.h index a32ee789b0..99f2caf16d 100644 --- a/config/examples/LulzBot/Mini2/Teensy/Configuration.h +++ b/config/examples/LulzBot/Mini2/Teensy/Configuration.h @@ -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 diff --git a/config/examples/LulzBot/TAZ4/Configuration.h b/config/examples/LulzBot/TAZ4/Configuration.h index 86b025cd01..e381721552 100644 --- a/config/examples/LulzBot/TAZ4/Configuration.h +++ b/config/examples/LulzBot/TAZ4/Configuration.h @@ -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 diff --git a/config/examples/MBot/Cube/Configuration.h b/config/examples/MBot/Cube/Configuration.h index 29ead8d21d..3f91eea65a 100644 --- a/config/examples/MBot/Cube/Configuration.h +++ b/config/examples/MBot/Cube/Configuration.h @@ -3157,6 +3157,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 diff --git a/config/examples/MakerFarm/Pegasus 12/Configuration.h b/config/examples/MakerFarm/Pegasus 12/Configuration.h index 89bee538ea..96cf713347 100644 --- a/config/examples/MakerFarm/Pegasus 12/Configuration.h +++ b/config/examples/MakerFarm/Pegasus 12/Configuration.h @@ -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 diff --git a/config/examples/MakerParts/Configuration.h b/config/examples/MakerParts/Configuration.h index 668cf0fa6c..b886eea829 100644 --- a/config/examples/MakerParts/Configuration.h +++ b/config/examples/MakerParts/Configuration.h @@ -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 diff --git a/config/examples/MakerTech3D/Proforge2sDual/Configuration.h b/config/examples/MakerTech3D/Proforge2sDual/Configuration.h index f102ed34d5..fad473380e 100644 --- a/config/examples/MakerTech3D/Proforge2sDual/Configuration.h +++ b/config/examples/MakerTech3D/Proforge2sDual/Configuration.h @@ -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 diff --git a/config/examples/Malyan/M150/Configuration.h b/config/examples/Malyan/M150/Configuration.h index 74921c07ee..4ad8b79a96 100644 --- a/config/examples/Malyan/M150/Configuration.h +++ b/config/examples/Malyan/M150/Configuration.h @@ -3186,6 +3186,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 diff --git a/config/examples/Malyan/M180/Configuration.h b/config/examples/Malyan/M180/Configuration.h index d452bb8d87..87fd9f4cc8 100644 --- a/config/examples/Malyan/M180/Configuration.h +++ b/config/examples/Malyan/M180/Configuration.h @@ -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 diff --git a/config/examples/Malyan/M200/Configuration.h b/config/examples/Malyan/M200/Configuration.h index 306d603fb2..0faf3c9f81 100644 --- a/config/examples/Malyan/M200/Configuration.h +++ b/config/examples/Malyan/M200/Configuration.h @@ -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 diff --git a/config/examples/Micromake/C1/basic/Configuration.h b/config/examples/Micromake/C1/basic/Configuration.h index 379128f215..1542dd85b5 100644 --- a/config/examples/Micromake/C1/basic/Configuration.h +++ b/config/examples/Micromake/C1/basic/Configuration.h @@ -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 diff --git a/config/examples/Micromake/C1/enhanced/Configuration.h b/config/examples/Micromake/C1/enhanced/Configuration.h index c4c7694f41..d998a4fa99 100644 --- a/config/examples/Micromake/C1/enhanced/Configuration.h +++ b/config/examples/Micromake/C1/enhanced/Configuration.h @@ -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 diff --git a/config/examples/Mks/Robin/Configuration.h b/config/examples/Mks/Robin/Configuration.h index 5f4c3de076..b92002f950 100644 --- a/config/examples/Mks/Robin/Configuration.h +++ b/config/examples/Mks/Robin/Configuration.h @@ -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 diff --git a/config/examples/Mks/Robin_Lite3/Configuration.h b/config/examples/Mks/Robin_Lite3/Configuration.h index 42303abd20..5b778084aa 100644 --- a/config/examples/Mks/Robin_Lite3/Configuration.h +++ b/config/examples/Mks/Robin_Lite3/Configuration.h @@ -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 diff --git a/config/examples/Mks/Robin_Pro/Configuration.h b/config/examples/Mks/Robin_Pro/Configuration.h index 4d669e5f3b..a958e56886 100644 --- a/config/examples/Mks/Robin_Pro/Configuration.h +++ b/config/examples/Mks/Robin_Pro/Configuration.h @@ -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 diff --git a/config/examples/Mks/Sbase/Configuration.h b/config/examples/Mks/Sbase/Configuration.h index 294fede5cd..1bbbe73691 100644 --- a/config/examples/Mks/Sbase/Configuration.h +++ b/config/examples/Mks/Sbase/Configuration.h @@ -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 diff --git a/config/examples/Modix/Big60/Configuration.h b/config/examples/Modix/Big60/Configuration.h index 2edebd4a7a..02cc7c03ef 100644 --- a/config/examples/Modix/Big60/Configuration.h +++ b/config/examples/Modix/Big60/Configuration.h @@ -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 diff --git a/config/examples/Nextion/Configuration.h b/config/examples/Nextion/Configuration.h index 7d3cb0bbac..8a25353c58 100644 --- a/config/examples/Nextion/Configuration.h +++ b/config/examples/Nextion/Configuration.h @@ -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 diff --git a/config/examples/Opulo/Lumen_REV3/Configuration.h b/config/examples/Opulo/Lumen_REV3/Configuration.h index 830276e433..e17fd9bb5e 100644 --- a/config/examples/Opulo/Lumen_REV3/Configuration.h +++ b/config/examples/Opulo/Lumen_REV3/Configuration.h @@ -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 diff --git a/config/examples/Opulo/Lumen_REV4/Configuration.h b/config/examples/Opulo/Lumen_REV4/Configuration.h index fb8d430797..e9aa8a7dd2 100644 --- a/config/examples/Opulo/Lumen_REV4/Configuration.h +++ b/config/examples/Opulo/Lumen_REV4/Configuration.h @@ -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 diff --git a/config/examples/Ortur 4/Configuration.h b/config/examples/Ortur 4/Configuration.h index 31a7e8b7dd..7c4cc6a4ca 100644 --- a/config/examples/Ortur 4/Configuration.h +++ b/config/examples/Ortur 4/Configuration.h @@ -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 diff --git a/config/examples/Polargraph/Configuration.h b/config/examples/Polargraph/Configuration.h index a58c2fbb16..c18eb0a666 100644 --- a/config/examples/Polargraph/Configuration.h +++ b/config/examples/Polargraph/Configuration.h @@ -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 diff --git a/config/examples/Printrbot/PrintrboardG2/Configuration.h b/config/examples/Printrbot/PrintrboardG2/Configuration.h index 8232456cd3..00c3c5a6fe 100644 --- a/config/examples/Printrbot/PrintrboardG2/Configuration.h +++ b/config/examples/Printrbot/PrintrboardG2/Configuration.h @@ -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 diff --git a/config/examples/Printrbot/Simple Metal RevD/Configuration.h b/config/examples/Printrbot/Simple Metal RevD/Configuration.h index 4f83ab77b3..0b32f8598c 100644 --- a/config/examples/Printrbot/Simple Metal RevD/Configuration.h +++ b/config/examples/Printrbot/Simple Metal RevD/Configuration.h @@ -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 diff --git a/config/examples/Prusa/MK3/Configuration.h b/config/examples/Prusa/MK3/Configuration.h index 48e5906045..b366bbceb4 100644 --- a/config/examples/Prusa/MK3/Configuration.h +++ b/config/examples/Prusa/MK3/Configuration.h @@ -3215,6 +3215,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 diff --git a/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration.h b/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration.h index 90456ae44f..59cb2a0a30 100644 --- a/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration.h +++ b/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration.h @@ -3182,6 +3182,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 diff --git a/config/examples/Qidi/Qidi 1/Configuration.h b/config/examples/Qidi/Qidi 1/Configuration.h index f3da9b977b..cc6d30a559 100644 --- a/config/examples/Qidi/Qidi 1/Configuration.h +++ b/config/examples/Qidi/Qidi 1/Configuration.h @@ -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 diff --git a/config/examples/Raiscube/A8r/Configuration.h b/config/examples/Raiscube/A8r/Configuration.h index 9cd52bbd8c..78ec7e9224 100644 --- a/config/examples/Raiscube/A8r/Configuration.h +++ b/config/examples/Raiscube/A8r/Configuration.h @@ -3199,6 +3199,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 diff --git a/config/examples/RapideLite/RL200/Configuration.h b/config/examples/RapideLite/RL200/Configuration.h index 6e26bc62fc..2c3d59f4c3 100644 --- a/config/examples/RapideLite/RL200/Configuration.h +++ b/config/examples/RapideLite/RL200/Configuration.h @@ -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 diff --git a/config/examples/Renkforce/RF100/Configuration.h b/config/examples/Renkforce/RF100/Configuration.h index 9842545158..038039c558 100644 --- a/config/examples/Renkforce/RF100/Configuration.h +++ b/config/examples/Renkforce/RF100/Configuration.h @@ -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 diff --git a/config/examples/Renkforce/RF100XL/Configuration.h b/config/examples/Renkforce/RF100XL/Configuration.h index d4922d2dcb..4e488d58f2 100644 --- a/config/examples/Renkforce/RF100XL/Configuration.h +++ b/config/examples/Renkforce/RF100XL/Configuration.h @@ -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 diff --git a/config/examples/Renkforce/RF100v2/Configuration.h b/config/examples/Renkforce/RF100v2/Configuration.h index e6b51be169..deeab5d258 100644 --- a/config/examples/Renkforce/RF100v2/Configuration.h +++ b/config/examples/Renkforce/RF100v2/Configuration.h @@ -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 diff --git a/config/examples/RepRapPro/Huxley/Configuration.h b/config/examples/RepRapPro/Huxley/Configuration.h index b00cc48375..2d3e2db92c 100644 --- a/config/examples/RepRapPro/Huxley/Configuration.h +++ b/config/examples/RepRapPro/Huxley/Configuration.h @@ -3208,6 +3208,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 diff --git a/config/examples/RepRapWorld/Megatronics/Configuration.h b/config/examples/RepRapWorld/Megatronics/Configuration.h index fe1dbe0805..d88707303b 100644 --- a/config/examples/RepRapWorld/Megatronics/Configuration.h +++ b/config/examples/RepRapWorld/Megatronics/Configuration.h @@ -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 diff --git a/config/examples/RepRapWorld/Minitronics20/CNC/Configuration.h b/config/examples/RepRapWorld/Minitronics20/CNC/Configuration.h index dcd817156a..393b19486f 100644 --- a/config/examples/RepRapWorld/Minitronics20/CNC/Configuration.h +++ b/config/examples/RepRapWorld/Minitronics20/CNC/Configuration.h @@ -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 diff --git a/config/examples/RigidBot/Configuration.h b/config/examples/RigidBot/Configuration.h index 90edcef3fd..b673e302db 100644 --- a/config/examples/RigidBot/Configuration.h +++ b/config/examples/RigidBot/Configuration.h @@ -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 diff --git a/config/examples/Robo3D/R1+/Configuration.h b/config/examples/Robo3D/R1+/Configuration.h index be1b1c9a1f..9dc4ecc5e8 100644 --- a/config/examples/Robo3D/R1+/Configuration.h +++ b/config/examples/Robo3D/R1+/Configuration.h @@ -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 diff --git a/config/examples/SCARA/MP_SCARA/Configuration.h b/config/examples/SCARA/MP_SCARA/Configuration.h index 2b8a3bb584..68861a8579 100644 --- a/config/examples/SCARA/MP_SCARA/Configuration.h +++ b/config/examples/SCARA/MP_SCARA/Configuration.h @@ -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 diff --git a/config/examples/SCARA/Morgan/Configuration.h b/config/examples/SCARA/Morgan/Configuration.h index e5decf8816..61714fb4a0 100644 --- a/config/examples/SCARA/Morgan/Configuration.h +++ b/config/examples/SCARA/Morgan/Configuration.h @@ -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 diff --git a/config/examples/STM32/Black_STM32F407VET6/Configuration.h b/config/examples/STM32/Black_STM32F407VET6/Configuration.h index 9bb500ddd5..8e196c9e5d 100644 --- a/config/examples/STM32/Black_STM32F407VET6/Configuration.h +++ b/config/examples/STM32/Black_STM32F407VET6/Configuration.h @@ -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 diff --git a/config/examples/STM32/STM32F103RE/Configuration.h b/config/examples/STM32/STM32F103RE/Configuration.h index c9a867b660..49ac9c0f06 100644 --- a/config/examples/STM32/STM32F103RE/Configuration.h +++ b/config/examples/STM32/STM32F103RE/Configuration.h @@ -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 diff --git a/config/examples/Sanguinololu/Configuration.h b/config/examples/Sanguinololu/Configuration.h index 34b631b3e1..7ba8878697 100644 --- a/config/examples/Sanguinololu/Configuration.h +++ b/config/examples/Sanguinololu/Configuration.h @@ -3189,6 +3189,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 diff --git a/config/examples/Simulator/Configuration.h b/config/examples/Simulator/Configuration.h index ebea4d50fb..ba50fa5eb6 100644 --- a/config/examples/Simulator/Configuration.h +++ b/config/examples/Simulator/Configuration.h @@ -3175,6 +3175,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 diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration.h b/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration.h index 82994311ff..8d7e65d8a0 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration.h @@ -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 diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration.h index 2747bd66e5..7406779e25 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -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 diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration.h b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration.h index 17e64d15bf..17542a87ef 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration.h @@ -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 diff --git a/config/examples/Sovol/SV-01/CrealityV22/Configuration.h b/config/examples/Sovol/SV-01/CrealityV22/Configuration.h index 52adb0c812..ee34e63e58 100644 --- a/config/examples/Sovol/SV-01/CrealityV22/Configuration.h +++ b/config/examples/Sovol/SV-01/CrealityV22/Configuration.h @@ -3176,6 +3176,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 diff --git a/config/examples/Sovol/SV-01/CrealityV221/Configuration.h b/config/examples/Sovol/SV-01/CrealityV221/Configuration.h index ebe5f0afca..caee5d5360 100644 --- a/config/examples/Sovol/SV-01/CrealityV221/Configuration.h +++ b/config/examples/Sovol/SV-01/CrealityV221/Configuration.h @@ -3176,6 +3176,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 diff --git a/config/examples/Sovol/SV-02/Configuration.h b/config/examples/Sovol/SV-02/Configuration.h index 7309cbb8ae..188249626e 100644 --- a/config/examples/Sovol/SV-02/Configuration.h +++ b/config/examples/Sovol/SV-02/Configuration.h @@ -3176,6 +3176,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 diff --git a/config/examples/Sovol/SV-03/Configuration.h b/config/examples/Sovol/SV-03/Configuration.h index 957aea9b5d..9c3656a657 100644 --- a/config/examples/Sovol/SV-03/Configuration.h +++ b/config/examples/Sovol/SV-03/Configuration.h @@ -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 diff --git a/config/examples/Sunlu/S8/Configuration.h b/config/examples/Sunlu/S8/Configuration.h index ed9c38a6d0..5c7e7f1f70 100644 --- a/config/examples/Sunlu/S8/Configuration.h +++ b/config/examples/Sunlu/S8/Configuration.h @@ -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 diff --git a/config/examples/TPARA/AXEL_TPARA/Configuration.h b/config/examples/TPARA/AXEL_TPARA/Configuration.h index 44323824d7..29411379a9 100644 --- a/config/examples/TPARA/AXEL_TPARA/Configuration.h +++ b/config/examples/TPARA/AXEL_TPARA/Configuration.h @@ -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 diff --git a/config/examples/Tevo/Michelangelo/Configuration.h b/config/examples/Tevo/Michelangelo/Configuration.h index 083d150a11..e7bc4a6934 100644 --- a/config/examples/Tevo/Michelangelo/Configuration.h +++ b/config/examples/Tevo/Michelangelo/Configuration.h @@ -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 diff --git a/config/examples/Tevo/Nereus/Configuration.h b/config/examples/Tevo/Nereus/Configuration.h index 338318532f..61cf7be4c5 100644 --- a/config/examples/Tevo/Nereus/Configuration.h +++ b/config/examples/Tevo/Nereus/Configuration.h @@ -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 diff --git a/config/examples/Tevo/Tarantula Pro/Configuration.h b/config/examples/Tevo/Tarantula Pro/Configuration.h index e6c63bcf1b..4e5be9b64f 100644 --- a/config/examples/Tevo/Tarantula Pro/Configuration.h +++ b/config/examples/Tevo/Tarantula Pro/Configuration.h @@ -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 diff --git a/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration.h b/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration.h index b8e0149a36..629118ee88 100644 --- a/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration.h +++ b/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration.h @@ -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 diff --git a/config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration.h b/config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration.h index a5d1644d7b..77324d2429 100644 --- a/config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration.h +++ b/config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration.h @@ -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 diff --git a/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration.h b/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration.h index a6dd84e5e5..5851593e1f 100644 --- a/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration.h +++ b/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration.h @@ -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 diff --git a/config/examples/TinyBoy2/Configuration.h b/config/examples/TinyBoy2/Configuration.h index a296c4c08b..9318438acd 100644 --- a/config/examples/TinyBoy2/Configuration.h +++ b/config/examples/TinyBoy2/Configuration.h @@ -3204,6 +3204,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 diff --git a/config/examples/Tronxy/X1/Configuration.h b/config/examples/Tronxy/X1/Configuration.h index dadc7cc76e..ec009a10b9 100644 --- a/config/examples/Tronxy/X1/Configuration.h +++ b/config/examples/Tronxy/X1/Configuration.h @@ -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 diff --git a/config/examples/Tronxy/X3A/Configuration.h b/config/examples/Tronxy/X3A/Configuration.h index 7938594a24..983d12b441 100644 --- a/config/examples/Tronxy/X3A/Configuration.h +++ b/config/examples/Tronxy/X3A/Configuration.h @@ -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 diff --git a/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration.h b/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration.h index d9ea740dc3..a251bfc5e4 100644 --- a/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration.h +++ b/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration.h @@ -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 diff --git a/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration.h b/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration.h index 8e3c007c26..7f7d6cc71f 100644 --- a/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration.h +++ b/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration.h @@ -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 diff --git a/config/examples/Tronxy/X5S/Configuration.h b/config/examples/Tronxy/X5S/Configuration.h index 55c22d3d1b..bc5eb21498 100644 --- a/config/examples/Tronxy/X5S/Configuration.h +++ b/config/examples/Tronxy/X5S/Configuration.h @@ -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 diff --git a/config/examples/Tronxy/X5SA-2E/Configuration.h b/config/examples/Tronxy/X5SA-2E/Configuration.h index 80467ef38b..d10706e0bc 100644 --- a/config/examples/Tronxy/X5SA-2E/Configuration.h +++ b/config/examples/Tronxy/X5SA-2E/Configuration.h @@ -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 diff --git a/config/examples/Tronxy/X5SA/Configuration.h b/config/examples/Tronxy/X5SA/Configuration.h index 6cc7892ef5..b756c8845e 100644 --- a/config/examples/Tronxy/X5SA/Configuration.h +++ b/config/examples/Tronxy/X5SA/Configuration.h @@ -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 diff --git a/config/examples/Tronxy/XY100/Configuration.h b/config/examples/Tronxy/XY100/Configuration.h index a98accf334..1f6a12e66f 100644 --- a/config/examples/Tronxy/XY100/Configuration.h +++ b/config/examples/Tronxy/XY100/Configuration.h @@ -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 diff --git a/config/examples/Two Trees/BlueR Plus/Configuration.h b/config/examples/Two Trees/BlueR Plus/Configuration.h index 00c3586ded..0df2fb796d 100644 --- a/config/examples/Two Trees/BlueR Plus/Configuration.h +++ b/config/examples/Two Trees/BlueR Plus/Configuration.h @@ -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 diff --git a/config/examples/Two Trees/BlueR/BlueR V1/Configuration.h b/config/examples/Two Trees/BlueR/BlueR V1/Configuration.h index 33df77b249..7248d6ad10 100644 --- a/config/examples/Two Trees/BlueR/BlueR V1/Configuration.h +++ b/config/examples/Two Trees/BlueR/BlueR V1/Configuration.h @@ -3189,6 +3189,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 diff --git a/config/examples/Two Trees/BlueR/BlueR V2/Configuration.h b/config/examples/Two Trees/BlueR/BlueR V2/Configuration.h index 06abd987ee..fe3103c95c 100644 --- a/config/examples/Two Trees/BlueR/BlueR V2/Configuration.h +++ b/config/examples/Two Trees/BlueR/BlueR V2/Configuration.h @@ -3194,6 +3194,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 diff --git a/config/examples/Two Trees/BlueR/BlueR V3/Configuration.h b/config/examples/Two Trees/BlueR/BlueR V3/Configuration.h index f790bb98dc..602509c22c 100644 --- a/config/examples/Two Trees/BlueR/BlueR V3/Configuration.h +++ b/config/examples/Two Trees/BlueR/BlueR V3/Configuration.h @@ -3203,6 +3203,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 diff --git a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration.h b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration.h index 4e95e13ccd..6e1e04e397 100644 --- a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration.h +++ b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration.h @@ -3201,6 +3201,15 @@ #endif #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 diff --git a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration.h b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration.h index bcd7d96247..4a361b1680 100644 --- a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration.h +++ b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration.h @@ -3201,6 +3201,15 @@ #endif #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 diff --git a/config/examples/Two Trees/Sapphire Pro/Configuration.h b/config/examples/Two Trees/Sapphire Pro/Configuration.h index 92a0860bcf..4bcd4fba06 100644 --- a/config/examples/Two Trees/Sapphire Pro/Configuration.h +++ b/config/examples/Two Trees/Sapphire Pro/Configuration.h @@ -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 diff --git a/config/examples/UltiMachine/Archim1/Configuration.h b/config/examples/UltiMachine/Archim1/Configuration.h index ab4cca8e2b..cb470ffa80 100644 --- a/config/examples/UltiMachine/Archim1/Configuration.h +++ b/config/examples/UltiMachine/Archim1/Configuration.h @@ -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 diff --git a/config/examples/UltiMachine/Archim2/Configuration.h b/config/examples/UltiMachine/Archim2/Configuration.h index 8b2b9fcaad..5d52c6f76c 100644 --- a/config/examples/UltiMachine/Archim2/Configuration.h +++ b/config/examples/UltiMachine/Archim2/Configuration.h @@ -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 diff --git a/config/examples/Ultimaker/Ultimaker 2+/Configuration.h b/config/examples/Ultimaker/Ultimaker 2+/Configuration.h index 2fa04bf52e..ffab788092 100644 --- a/config/examples/Ultimaker/Ultimaker 2+/Configuration.h +++ b/config/examples/Ultimaker/Ultimaker 2+/Configuration.h @@ -3134,6 +3134,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 diff --git a/config/examples/Ultimaker/Ultimaker 2/Configuration.h b/config/examples/Ultimaker/Ultimaker 2/Configuration.h index 10485b1c7b..b998d3de74 100644 --- a/config/examples/Ultimaker/Ultimaker 2/Configuration.h +++ b/config/examples/Ultimaker/Ultimaker 2/Configuration.h @@ -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 diff --git a/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration.h b/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration.h index a394bb7c1b..dd747a0f8a 100644 --- a/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration.h +++ b/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration.h @@ -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 diff --git a/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration.h b/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration.h index 58b9295a0a..7a7b3a897a 100644 --- a/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration.h +++ b/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration.h @@ -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 diff --git a/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration.h b/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration.h index 6df894538d..f0a37cf69c 100644 --- a/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration.h +++ b/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration.h @@ -3175,6 +3175,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 diff --git a/config/examples/VORONDesign/Configuration.h b/config/examples/VORONDesign/Configuration.h index 8d0bfde456..83f83e0087 100644 --- a/config/examples/VORONDesign/Configuration.h +++ b/config/examples/VORONDesign/Configuration.h @@ -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 diff --git a/config/examples/Velleman/K8200 Upgraded/Configuration.h b/config/examples/Velleman/K8200 Upgraded/Configuration.h index 56c55eb04d..91fd073f33 100644 --- a/config/examples/Velleman/K8200 Upgraded/Configuration.h +++ b/config/examples/Velleman/K8200 Upgraded/Configuration.h @@ -3206,6 +3206,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 diff --git a/config/examples/Velleman/K8200/Configuration.h b/config/examples/Velleman/K8200/Configuration.h index 3d6e2a6da8..e137136981 100644 --- a/config/examples/Velleman/K8200/Configuration.h +++ b/config/examples/Velleman/K8200/Configuration.h @@ -3208,6 +3208,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 diff --git a/config/examples/Velleman/K8400/Dual-head/Configuration.h b/config/examples/Velleman/K8400/Dual-head/Configuration.h index 608c886d42..04223a4924 100644 --- a/config/examples/Velleman/K8400/Dual-head/Configuration.h +++ b/config/examples/Velleman/K8400/Dual-head/Configuration.h @@ -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 diff --git a/config/examples/Velleman/K8400/Single-head/Configuration.h b/config/examples/Velleman/K8400/Single-head/Configuration.h index e1b9d5e546..5c149a36a3 100644 --- a/config/examples/Velleman/K8400/Single-head/Configuration.h +++ b/config/examples/Velleman/K8400/Single-head/Configuration.h @@ -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 diff --git a/config/examples/WASP/PowerWASP/Configuration.h b/config/examples/WASP/PowerWASP/Configuration.h index e0448cdc20..eb298ed503 100644 --- a/config/examples/WASP/PowerWASP/Configuration.h +++ b/config/examples/WASP/PowerWASP/Configuration.h @@ -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 diff --git a/config/examples/Wanhao/Duplicator 4S/Configuration.h b/config/examples/Wanhao/Duplicator 4S/Configuration.h index 56841cff2f..9f58a6aa2d 100644 --- a/config/examples/Wanhao/Duplicator 4S/Configuration.h +++ b/config/examples/Wanhao/Duplicator 4S/Configuration.h @@ -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 diff --git a/config/examples/Wanhao/Duplicator 6/Configuration.h b/config/examples/Wanhao/Duplicator 6/Configuration.h index 1a6e971889..c29899ffc5 100644 --- a/config/examples/Wanhao/Duplicator 6/Configuration.h +++ b/config/examples/Wanhao/Duplicator 6/Configuration.h @@ -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 diff --git a/config/examples/Wanhao/Duplicator i3 2.1/Configuration.h b/config/examples/Wanhao/Duplicator i3 2.1/Configuration.h index 7b234720ae..48ac835821 100644 --- a/config/examples/Wanhao/Duplicator i3 2.1/Configuration.h +++ b/config/examples/Wanhao/Duplicator i3 2.1/Configuration.h @@ -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 diff --git a/config/examples/Wanhao/Duplicator i3 Mini/Configuration.h b/config/examples/Wanhao/Duplicator i3 Mini/Configuration.h index 425da1a506..21befd1108 100644 --- a/config/examples/Wanhao/Duplicator i3 Mini/Configuration.h +++ b/config/examples/Wanhao/Duplicator i3 Mini/Configuration.h @@ -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 diff --git a/config/examples/Wanhao/Duplicator i3 Plus/Configuration.h b/config/examples/Wanhao/Duplicator i3 Plus/Configuration.h index 602aa9941d..8edf4d8cf3 100644 --- a/config/examples/Wanhao/Duplicator i3 Plus/Configuration.h +++ b/config/examples/Wanhao/Duplicator i3 Plus/Configuration.h @@ -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 diff --git a/config/examples/Weedo/Tina2/V2/Configuration.h b/config/examples/Weedo/Tina2/V2/Configuration.h index df10ac43a0..c160392068 100644 --- a/config/examples/Weedo/Tina2/V2/Configuration.h +++ b/config/examples/Weedo/Tina2/V2/Configuration.h @@ -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 diff --git a/config/examples/Weedo/Tina2/V3/Configuration.h b/config/examples/Weedo/Tina2/V3/Configuration.h index 19008ff86d..9ff5c043a2 100644 --- a/config/examples/Weedo/Tina2/V3/Configuration.h +++ b/config/examples/Weedo/Tina2/V3/Configuration.h @@ -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 diff --git a/config/examples/Weistek/wt150/Configuration.h b/config/examples/Weistek/wt150/Configuration.h index 894abf0bdd..03824fbb08 100644 --- a/config/examples/Weistek/wt150/Configuration.h +++ b/config/examples/Weistek/wt150/Configuration.h @@ -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 diff --git a/config/examples/Zonestar/P802M/Configuration.h b/config/examples/Zonestar/P802M/Configuration.h index 0130b0d3d1..9880317257 100644 --- a/config/examples/Zonestar/P802M/Configuration.h +++ b/config/examples/Zonestar/P802M/Configuration.h @@ -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 diff --git a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration.h b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration.h index 5e89da04d4..3d6a7c7a99 100644 --- a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration.h +++ b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration.h @@ -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 diff --git a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration.h b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration.h index cef0b974e7..d752978d08 100755 --- a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration.h +++ b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration.h @@ -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 diff --git a/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration.h b/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration.h index 7595581986..d3c3c48574 100644 --- a/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration.h +++ b/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration.h @@ -3225,6 +3225,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 diff --git a/config/examples/delta/Anycubic/Kossel/Configuration.h b/config/examples/delta/Anycubic/Kossel/Configuration.h index 63ed4fc4bb..0bf1835e58 100644 --- a/config/examples/delta/Anycubic/Kossel/Configuration.h +++ b/config/examples/delta/Anycubic/Kossel/Configuration.h @@ -3229,6 +3229,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 diff --git a/config/examples/delta/Anycubic/Predator/Configuration.h b/config/examples/delta/Anycubic/Predator/Configuration.h index 3e9f25d276..4b5a3ed92b 100644 --- a/config/examples/delta/Anycubic/Predator/Configuration.h +++ b/config/examples/delta/Anycubic/Predator/Configuration.h @@ -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 diff --git a/config/examples/delta/Dreammaker/Overlord/Configuration.h b/config/examples/delta/Dreammaker/Overlord/Configuration.h index d7474c9cf5..f95ad520b3 100644 --- a/config/examples/delta/Dreammaker/Overlord/Configuration.h +++ b/config/examples/delta/Dreammaker/Overlord/Configuration.h @@ -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 diff --git a/config/examples/delta/Dreammaker/Overlord_Pro/Configuration.h b/config/examples/delta/Dreammaker/Overlord_Pro/Configuration.h index 1d7476b63b..fdd0f509cb 100644 --- a/config/examples/delta/Dreammaker/Overlord_Pro/Configuration.h +++ b/config/examples/delta/Dreammaker/Overlord_Pro/Configuration.h @@ -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 diff --git a/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h b/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h index 6abd2b4bac..b34ff6c61c 100644 --- a/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h +++ b/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h @@ -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 diff --git a/config/examples/delta/FLSUN/Q5-nano_v2/Configuration.h b/config/examples/delta/FLSUN/Q5-nano_v2/Configuration.h index 3d4ea0dc4a..7ca8317a4c 100644 --- a/config/examples/delta/FLSUN/Q5-nano_v2/Configuration.h +++ b/config/examples/delta/FLSUN/Q5-nano_v2/Configuration.h @@ -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 diff --git a/config/examples/delta/FLSUN/QQ-S/Configuration.h b/config/examples/delta/FLSUN/QQ-S/Configuration.h index e184c19c71..b18b3d6d7b 100644 --- a/config/examples/delta/FLSUN/QQ-S/Configuration.h +++ b/config/examples/delta/FLSUN/QQ-S/Configuration.h @@ -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 diff --git a/config/examples/delta/FLSUN/QQS-Pro/Configuration.h b/config/examples/delta/FLSUN/QQS-Pro/Configuration.h index 9595f81cc5..925835f9a5 100644 --- a/config/examples/delta/FLSUN/QQS-Pro/Configuration.h +++ b/config/examples/delta/FLSUN/QQS-Pro/Configuration.h @@ -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 diff --git a/config/examples/delta/FLSUN/auto_calibrate/Configuration.h b/config/examples/delta/FLSUN/auto_calibrate/Configuration.h index 2497fa5c29..76efa3c89b 100644 --- a/config/examples/delta/FLSUN/auto_calibrate/Configuration.h +++ b/config/examples/delta/FLSUN/auto_calibrate/Configuration.h @@ -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 diff --git a/config/examples/delta/FLSUN/kossel/Configuration.h b/config/examples/delta/FLSUN/kossel/Configuration.h index 3426fd1cb0..6497102a33 100644 --- a/config/examples/delta/FLSUN/kossel/Configuration.h +++ b/config/examples/delta/FLSUN/kossel/Configuration.h @@ -3168,6 +3168,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 diff --git a/config/examples/delta/FLSUN/kossel_mini/Configuration.h b/config/examples/delta/FLSUN/kossel_mini/Configuration.h index 12acc36409..86df6e29f0 100644 --- a/config/examples/delta/FLSUN/kossel_mini/Configuration.h +++ b/config/examples/delta/FLSUN/kossel_mini/Configuration.h @@ -3168,6 +3168,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 diff --git a/config/examples/delta/Geeetech/G2/Configuration.h b/config/examples/delta/Geeetech/G2/Configuration.h index d6e4284ee7..2bad84cd4a 100644 --- a/config/examples/delta/Geeetech/G2/Configuration.h +++ b/config/examples/delta/Geeetech/G2/Configuration.h @@ -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 diff --git a/config/examples/delta/Geeetech/G2Pro/Configuration.h b/config/examples/delta/Geeetech/G2Pro/Configuration.h index a64bc6b628..aa160058ae 100644 --- a/config/examples/delta/Geeetech/G2Pro/Configuration.h +++ b/config/examples/delta/Geeetech/G2Pro/Configuration.h @@ -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 diff --git a/config/examples/delta/Geeetech/G2S/Configuration.h b/config/examples/delta/Geeetech/G2S/Configuration.h index 06e0a96d80..d3eb564d26 100644 --- a/config/examples/delta/Geeetech/G2S/Configuration.h +++ b/config/examples/delta/Geeetech/G2S/Configuration.h @@ -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 diff --git a/config/examples/delta/Geeetech/G2SPro/Configuration.h b/config/examples/delta/Geeetech/G2SPro/Configuration.h index 4afe3ad631..c081ea8cbc 100644 --- a/config/examples/delta/Geeetech/G2SPro/Configuration.h +++ b/config/examples/delta/Geeetech/G2SPro/Configuration.h @@ -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 diff --git a/config/examples/delta/Geeetech/Rostock 301/Configuration.h b/config/examples/delta/Geeetech/Rostock 301/Configuration.h index 5baf8bdd8f..40725a6168 100644 --- a/config/examples/delta/Geeetech/Rostock 301/Configuration.h +++ b/config/examples/delta/Geeetech/Rostock 301/Configuration.h @@ -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 diff --git a/config/examples/delta/Hatchbox_Alpha/Configuration.h b/config/examples/delta/Hatchbox_Alpha/Configuration.h index ca2fa72440..e9e183ca95 100644 --- a/config/examples/delta/Hatchbox_Alpha/Configuration.h +++ b/config/examples/delta/Hatchbox_Alpha/Configuration.h @@ -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 diff --git a/config/examples/delta/MKS/SBASE/Configuration.h b/config/examples/delta/MKS/SBASE/Configuration.h index ef2b3e543e..54d7c3b266 100644 --- a/config/examples/delta/MKS/SBASE/Configuration.h +++ b/config/examples/delta/MKS/SBASE/Configuration.h @@ -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 diff --git a/config/examples/delta/Malyan M300/Configuration.h b/config/examples/delta/Malyan M300/Configuration.h index 17ab75b5f0..4de5d1a15a 100644 --- a/config/examples/delta/Malyan M300/Configuration.h +++ b/config/examples/delta/Malyan M300/Configuration.h @@ -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 diff --git a/config/examples/delta/Tevo Little Monster/Configuration.h b/config/examples/delta/Tevo Little Monster/Configuration.h index 295cee6fb6..a3fb5295a3 100644 --- a/config/examples/delta/Tevo Little Monster/Configuration.h +++ b/config/examples/delta/Tevo Little Monster/Configuration.h @@ -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 diff --git a/config/examples/delta/Velleman/K8800/Configuration.h b/config/examples/delta/Velleman/K8800/Configuration.h index c09323e569..74efd84f07 100644 --- a/config/examples/delta/Velleman/K8800/Configuration.h +++ b/config/examples/delta/Velleman/K8800/Configuration.h @@ -3200,6 +3200,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 diff --git a/config/examples/delta/generic/Configuration.h b/config/examples/delta/generic/Configuration.h index 49ae001766..0acef34dd3 100644 --- a/config/examples/delta/generic/Configuration.h +++ b/config/examples/delta/generic/Configuration.h @@ -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 diff --git a/config/examples/delta/kossel_clear/Configuration.h b/config/examples/delta/kossel_clear/Configuration.h index ffa9fa59af..a807b6fffe 100644 --- a/config/examples/delta/kossel_clear/Configuration.h +++ b/config/examples/delta/kossel_clear/Configuration.h @@ -3168,6 +3168,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 diff --git a/config/examples/delta/kossel_mini/Configuration.h b/config/examples/delta/kossel_mini/Configuration.h index 6d2bb71e65..649c46e483 100644 --- a/config/examples/delta/kossel_mini/Configuration.h +++ b/config/examples/delta/kossel_mini/Configuration.h @@ -3168,6 +3168,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 diff --git a/config/examples/delta/kossel_pro/Configuration.h b/config/examples/delta/kossel_pro/Configuration.h index e27bf18f21..543685b16e 100644 --- a/config/examples/delta/kossel_pro/Configuration.h +++ b/config/examples/delta/kossel_pro/Configuration.h @@ -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 diff --git a/config/examples/delta/kossel_xl/Configuration.h b/config/examples/delta/kossel_xl/Configuration.h index 93dec27f17..2374e5b9a9 100644 --- a/config/examples/delta/kossel_xl/Configuration.h +++ b/config/examples/delta/kossel_xl/Configuration.h @@ -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 diff --git a/config/examples/gCreate/gMax1.5+/Configuration.h b/config/examples/gCreate/gMax1.5+/Configuration.h index 3652d50adf..03f5626be9 100644 --- a/config/examples/gCreate/gMax1.5+/Configuration.h +++ b/config/examples/gCreate/gMax1.5+/Configuration.h @@ -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 diff --git a/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration.h b/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration.h index 5a5228ca85..0bfcbbc97e 100644 --- a/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration.h +++ b/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration.h @@ -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 diff --git a/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration.h b/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration.h index 8b53b940aa..117da94cc2 100644 --- a/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration.h +++ b/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration.h @@ -3145,6 +3145,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 diff --git a/config/examples/makibox/Configuration.h b/config/examples/makibox/Configuration.h index aa27e99782..bbfadb13af 100644 --- a/config/examples/makibox/Configuration.h +++ b/config/examples/makibox/Configuration.h @@ -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 diff --git a/config/examples/tvrrug/Round2/Configuration.h b/config/examples/tvrrug/Round2/Configuration.h index 93dede2c52..11c6cccadf 100644 --- a/config/examples/tvrrug/Round2/Configuration.h +++ b/config/examples/tvrrug/Round2/Configuration.h @@ -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