🎨 LCD_SCREEN_ROT_* => LCD_SCREEN_ROTATE
This commit is contained in:
@@ -178,7 +178,6 @@
|
||||
// Pins for DOGM SPI LCD Support
|
||||
#define DOGLCD_A0 PC12 // 44
|
||||
#define DOGLCD_CS PC13 // 45
|
||||
#define LCD_SCREEN_ROT_180
|
||||
|
||||
#define BTN_EN1 PB6 // 22
|
||||
#define BTN_EN2 PA7 // 7
|
||||
@@ -192,6 +191,8 @@
|
||||
#define STAT_LED_RED_PIN PC0 // 32
|
||||
#define STAT_LED_BLUE_PIN PC3 // 35
|
||||
|
||||
#define LCD_SCREEN_ROTATE 180 // 0, 90, 180, 270
|
||||
|
||||
#elif ENABLED(ELB_FULL_GRAPHIC_CONTROLLER)
|
||||
#define BTN_EN1 PC3 // 35
|
||||
#define BTN_EN2 PC5 // 37
|
||||
@@ -214,11 +215,7 @@
|
||||
#define SDSS PD5 // 53
|
||||
|
||||
#define KILL_PIN PE0 // 64
|
||||
// GLCD features
|
||||
// Uncomment screen orientation
|
||||
//#define LCD_SCREEN_ROT_90
|
||||
//#define LCD_SCREEN_ROT_180
|
||||
//#define LCD_SCREEN_ROT_270
|
||||
|
||||
// The encoder and click button
|
||||
#define BTN_EN1 PC8 // 40
|
||||
#define BTN_EN2 PD15 // 63
|
||||
@@ -226,6 +223,8 @@
|
||||
// not connected to a pin
|
||||
#define SD_DETECT_PIN PD1 // 49
|
||||
|
||||
//#define LCD_SCREEN_ROTATE 180 // 0, 90, 180, 270
|
||||
|
||||
#else
|
||||
|
||||
// Beeper on AUX-4
|
||||
|
||||
Reference in New Issue
Block a user