mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-05 21:13:56 -06:00
LULZBOT_TOUCH_UI => TOUCH_UI_FTDI_EVE
This commit is contained in:
parent
47c19aa2b3
commit
441e822fb3
309 changed files with 615 additions and 613 deletions
|
@ -2046,10 +2046,10 @@
|
|||
//#define MALYAN_LCD
|
||||
|
||||
//
|
||||
// LulzBot Color Touch UI for FTDI EVE (FT800/FT810) displays
|
||||
// Touch UI for FTDI EVE (FT800/FT810) displays
|
||||
// See Configuration_adv.h for all configuration options.
|
||||
//
|
||||
//#define LULZBOT_TOUCH_UI
|
||||
//#define TOUCH_UI_FTDI_EVE
|
||||
|
||||
//
|
||||
// Third-party or vendor-customized controller interfaces.
|
||||
|
|
|
@ -1194,9 +1194,9 @@
|
|||
#endif // HAS_GRAPHICAL_LCD
|
||||
|
||||
//
|
||||
// Lulzbot Touch UI
|
||||
// Touch UI for the FTDI Embedded Video Engine (EVE)
|
||||
//
|
||||
#if ENABLED(LULZBOT_TOUCH_UI)
|
||||
#if ENABLED(TOUCH_UI_FTDI_EVE)
|
||||
// Display board used
|
||||
//#define LCD_FTDI_VM800B35A // FTDI 3.5" with FT800 (320x240)
|
||||
//#define LCD_4DSYSTEMS_4DLCD_FT843 // 4D Systems 4.3" (480x272)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue