Clean up some LCD conditions
This commit is contained in:
parent
3218c4b33f
commit
948c3f580b
5 changed files with 16 additions and 23 deletions
|
|
@ -229,17 +229,14 @@
|
|||
|
||||
// Einstart OLED has Cardinal nav via pins defined in pins_EINSTART-S.h
|
||||
#if ENABLED(U8GLIB_SH1106_EINSTART)
|
||||
#define ULTRA_LCD
|
||||
#define DOGLCD
|
||||
#define ULTIPANEL
|
||||
#define NEWPANEL
|
||||
#endif
|
||||
|
||||
/**
|
||||
* FSMC/SPI TFT PANELS
|
||||
*/
|
||||
#if ENABLED(MKS_ROBIN_TFT)
|
||||
#define ULTRA_LCD
|
||||
#define DOGLCD
|
||||
#define ULTIPANEL
|
||||
#endif
|
||||
|
|
@ -330,7 +327,7 @@
|
|||
#endif
|
||||
|
||||
#if ENABLED(ULTIPANEL)
|
||||
#define NEWPANEL // Disable this if you actually have no click-encoder panel
|
||||
#define NEWPANEL // Disable if there's actually no click-encoder panel
|
||||
#define ULTRA_LCD
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue