Robin nano V2, TFT LVGL UI parameters, and more (#18500)
This commit is contained in:
@ -135,7 +135,7 @@
|
||||
//#define CUSTOM_MACHINE_NAME "3D Printer"
|
||||
|
||||
// Printer's unique ID, used by some programs to differentiate between machines.
|
||||
// Choose your own or use a service like http://www.uuidgenerator.net/version4
|
||||
// Choose your own or use a service like https://www.uuidgenerator.net/version4
|
||||
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
|
||||
|
||||
// @section extruder
|
||||
@ -2148,20 +2148,23 @@
|
||||
//
|
||||
// TFT LVGL UI
|
||||
//
|
||||
// Default MKS icons and fonts: https://git.io/JJvzK
|
||||
// Copy mks_pic and mks_font folders to the root of your SD
|
||||
// Using default MKS icons and fonts from: https://git.io/JJvzK
|
||||
// Just copy the `assets` folder from the build directory to the
|
||||
// root of your SD card, together with the compiled firmware.
|
||||
//
|
||||
//#define TFT_LVGL_UI
|
||||
// Robin nano v1.2 uses FSMC
|
||||
//
|
||||
//#define TFT_LVGL_UI_FSMC
|
||||
|
||||
// Robin nano v2.0 uses SPI
|
||||
//
|
||||
//#define TFT_LVGL_UI_SPI
|
||||
|
||||
|
||||
//=============================================================================
|
||||
//============================ Other Controllers ============================
|
||||
//=============================================================================
|
||||
|
||||
//
|
||||
// Robin nano v2.0 SPI touch screen
|
||||
//
|
||||
//#define SPI_GRAPHICAL_TFT
|
||||
|
||||
//
|
||||
// Ender-3 v2 OEM display. A DWIN display with Rotary Encoder.
|
||||
//
|
||||
|
Reference in New Issue
Block a user