Change SSD1306_OLED_I2C_CONTROLLER to HAS_SSD1306_OLED_I2C (#13223)
This commit is contained in:
committed by
Scott Lahteine
parent
109e67169c
commit
5eb82ca6a8
@ -146,7 +146,7 @@
|
||||
#define SDSS 4
|
||||
#define SD_DETECT_PIN 14
|
||||
|
||||
#elif ENABLED(SSD1306_OLED_I2C_CONTROLLER)
|
||||
#elif HAS_SSD1306_OLED_I2C
|
||||
|
||||
#define BTN_EN1 50
|
||||
#define BTN_EN2 52
|
||||
|
@ -138,7 +138,7 @@
|
||||
#define SDSS 4
|
||||
#define SD_DETECT_PIN 14
|
||||
|
||||
#elif ENABLED(SSD1306_OLED_I2C_CONTROLLER)
|
||||
#elif HAS_SSD1306_OLED_I2C
|
||||
|
||||
#define BTN_EN1 50
|
||||
#define BTN_EN2 52
|
||||
|
@ -247,7 +247,7 @@
|
||||
#define SDSS 10
|
||||
#define SD_DETECT_PIN 14
|
||||
|
||||
#elif ENABLED(SSD1306_OLED_I2C_CONTROLLER)
|
||||
#elif HAS_SSD1306_OLED_I2C
|
||||
|
||||
#define BTN_EN1 50
|
||||
#define BTN_EN2 52
|
||||
|
@ -228,7 +228,7 @@
|
||||
|
||||
#define SD_DETECT_PIN 51
|
||||
|
||||
#elif ENABLED(SSD1306_OLED_I2C_CONTROLLER)
|
||||
#elif HAS_SSD1306_OLED_I2C
|
||||
|
||||
#define BEEPER_PIN 62
|
||||
#define LCD_SDSS 10
|
||||
|
@ -214,7 +214,7 @@
|
||||
|
||||
#define SD_DETECT_PIN 51
|
||||
|
||||
#elif ENABLED(SSD1306_OLED_I2C_CONTROLLER)
|
||||
#elif HAS_SSD1306_OLED_I2C
|
||||
|
||||
#define BEEPER_PIN 62
|
||||
#define LCD_SDSS 10
|
||||
|
Reference in New Issue
Block a user