🎨 LCD_SCREEN_ROT_* => LCD_SCREEN_ROTATE
This commit is contained in:
@@ -214,7 +214,6 @@
|
||||
|
||||
#define DOGLCD_A0 70
|
||||
#define DOGLCD_CS 71
|
||||
#define LCD_SCREEN_ROT_180
|
||||
|
||||
#define BTN_EN1 85
|
||||
#define BTN_EN2 84
|
||||
@@ -225,6 +224,8 @@
|
||||
#define STAT_LED_RED_PIN 22
|
||||
#define STAT_LED_BLUE_PIN 32
|
||||
|
||||
#define LCD_SCREEN_ROTATE 180 // 0, 90, 180, 270
|
||||
|
||||
#else // !VIKI2 && !miniVIKI
|
||||
|
||||
#define BEEPER_PIN 79 // AUX-4
|
||||
|
@@ -148,10 +148,11 @@
|
||||
// Pins for DOGM SPI LCD Support
|
||||
#define DOGLCD_A0 70
|
||||
#define DOGLCD_CS 71
|
||||
#define LCD_SCREEN_ROT_180
|
||||
|
||||
#define SD_DETECT_PIN -1 // Pin 72 if using easy adapter board
|
||||
|
||||
#define STAT_LED_RED_PIN 22
|
||||
#define STAT_LED_BLUE_PIN 32
|
||||
#endif // VIKI2/miniVIKI
|
||||
|
||||
#define LCD_SCREEN_ROTATE 180 // 0, 90, 180, 270
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user