mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-10 00:07:55 -06:00
Add AnyCubic i3mega / Chiron touch screens
This commit is contained in:
parent
979f20cba3
commit
11766a2754
194 changed files with 1940 additions and 1164 deletions
|
@ -2174,6 +2174,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2226,12 +2236,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2208,6 +2208,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2260,12 +2270,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2177,6 +2177,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2229,12 +2239,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2177,6 +2177,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2229,12 +2239,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2194,6 +2194,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2246,12 +2256,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2255,6 +2255,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2307,12 +2317,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2255,6 +2255,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2307,12 +2317,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2176,6 +2176,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2228,12 +2238,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2187,6 +2187,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2239,12 +2249,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2178,6 +2178,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2230,12 +2240,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2178,6 +2178,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2230,12 +2240,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2293,6 +2293,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2345,12 +2355,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2191,6 +2191,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2243,12 +2253,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2190,6 +2190,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2242,12 +2252,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2177,6 +2177,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2229,12 +2239,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2188,6 +2188,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2240,12 +2250,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2182,6 +2182,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2234,12 +2244,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2203,6 +2203,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2255,12 +2265,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
#define ANYCUBIC_TFT_MODEL
|
|
||||||
#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Select your version of the Trigorilla (RAMPS1.4) board here.
|
* Select your version of the Trigorilla (RAMPS1.4) board here.
|
||||||
*
|
*
|
||||||
|
|
|
@ -2186,6 +2186,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2238,12 +2248,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2177,6 +2177,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2229,12 +2239,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2159,6 +2159,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2211,12 +2221,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2181,6 +2181,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2233,12 +2243,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2191,6 +2191,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2243,12 +2253,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2176,6 +2176,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2228,12 +2238,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2176,6 +2176,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2228,12 +2238,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2176,6 +2176,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2228,12 +2238,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2164,6 +2164,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2216,12 +2226,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2177,6 +2177,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2229,12 +2239,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2164,6 +2164,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2216,12 +2226,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2181,6 +2181,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2233,12 +2243,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2175,6 +2175,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2227,12 +2237,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2176,6 +2176,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2228,12 +2238,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2176,6 +2176,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2228,12 +2238,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2176,6 +2176,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2228,12 +2238,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2207,6 +2207,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2259,12 +2269,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2186,6 +2186,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2238,12 +2248,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2177,6 +2177,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2229,12 +2239,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2179,6 +2179,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2231,12 +2241,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2195,6 +2195,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2247,12 +2257,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2176,6 +2176,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2228,12 +2238,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2184,6 +2184,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2236,12 +2246,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2184,6 +2184,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2236,12 +2246,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2186,6 +2186,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2238,12 +2248,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2180,6 +2180,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2232,12 +2242,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2182,6 +2182,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2234,12 +2244,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2180,6 +2180,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2232,12 +2242,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2177,6 +2177,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2229,12 +2239,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2168,6 +2168,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2220,12 +2230,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2169,6 +2169,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2221,12 +2231,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2169,6 +2169,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2221,12 +2231,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2180,6 +2180,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2232,12 +2242,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2181,6 +2181,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2233,12 +2243,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2181,6 +2181,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2233,12 +2243,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2181,6 +2181,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2233,12 +2243,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2181,6 +2181,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2233,12 +2243,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2176,6 +2176,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2228,12 +2238,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2186,6 +2186,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2238,12 +2248,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2174,6 +2174,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2226,12 +2236,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2218,6 +2218,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2270,12 +2280,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2169,6 +2169,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2221,12 +2231,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2180,6 +2180,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2232,12 +2242,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2169,6 +2169,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2221,12 +2231,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2176,6 +2176,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2228,12 +2238,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2183,6 +2183,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2235,12 +2245,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2174,6 +2174,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2226,12 +2236,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2186,6 +2186,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2238,12 +2248,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2181,6 +2181,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2233,12 +2243,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2178,6 +2178,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2230,12 +2240,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2176,6 +2176,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2228,12 +2238,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2158,6 +2158,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2210,12 +2220,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2158,6 +2158,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2210,12 +2220,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2168,6 +2168,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2220,12 +2230,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2169,6 +2169,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2221,12 +2231,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2180,6 +2180,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2232,12 +2242,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2182,6 +2182,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2234,12 +2244,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2281,6 +2281,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2333,12 +2343,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2162,6 +2162,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2214,12 +2224,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2192,6 +2192,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2244,12 +2254,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2159,6 +2159,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2211,12 +2221,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2159,6 +2159,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2211,12 +2221,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2161,6 +2161,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2213,12 +2223,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2162,6 +2162,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2214,12 +2224,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2163,6 +2163,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2215,12 +2225,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2164,6 +2164,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2216,12 +2226,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2165,6 +2165,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2217,12 +2227,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2162,6 +2162,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2214,12 +2224,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2162,6 +2162,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2214,12 +2224,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2173,6 +2173,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2225,12 +2235,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2163,6 +2163,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2215,12 +2225,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2189,6 +2189,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2241,12 +2251,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2176,6 +2176,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2228,12 +2238,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2162,6 +2162,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2214,12 +2224,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2183,6 +2183,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2235,12 +2245,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2175,6 +2175,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2227,12 +2237,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2173,6 +2173,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2225,12 +2235,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2195,6 +2195,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2247,12 +2257,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2195,6 +2195,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2247,12 +2257,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2194,6 +2194,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2246,12 +2256,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2176,6 +2176,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2228,12 +2238,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -2176,6 +2176,16 @@
|
||||||
//
|
//
|
||||||
//#define TOUCH_UI_FTDI_EVE
|
//#define TOUCH_UI_FTDI_EVE
|
||||||
|
|
||||||
|
//
|
||||||
|
// Touch-screen LCD for Anycubic printers
|
||||||
|
//
|
||||||
|
//#define ANYCUBIC_LCD_I3MEGA
|
||||||
|
//#define ANYCUBIC_LCD_CHIRON
|
||||||
|
#if EITHER(ANYCUBIC_LCD_I3MEGA, ANYCUBIC_LCD_CHIRON)
|
||||||
|
#define ANYCUBIC_LCD_SERIAL_PORT 3
|
||||||
|
//#define ANYCUBIC_LCD_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Third-party or vendor-customized controller interfaces.
|
// Third-party or vendor-customized controller interfaces.
|
||||||
// Sources should be installed in 'src/lcd/extensible_ui'.
|
// Sources should be installed in 'src/lcd/extensible_ui'.
|
||||||
|
@ -2228,12 +2238,6 @@
|
||||||
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
//#define TFT_LVGL_UI_FSMC // Robin nano v1.2 uses FSMC
|
||||||
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
//#define TFT_LVGL_UI_SPI // Robin nano v2.0 uses SPI
|
||||||
|
|
||||||
//
|
|
||||||
// Anycubic Mega TFT (AI3M)
|
|
||||||
//
|
|
||||||
//#define ANYCUBIC_TFT_MODEL
|
|
||||||
//#define ANYCUBIC_TFT_DEBUG
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue