updated display driver with custom constructor-NOK
This commit is contained in:
@@ -7,10 +7,10 @@ void scanI2C(void);
|
||||
#define HAS_SSD1322
|
||||
|
||||
#define OLED_CS gpio_num_t(26)
|
||||
#define OLED_DC gpio_num_t(27)
|
||||
#define OLED_DC gpio_num_t(14)
|
||||
#define OLED_RST gpio_num_t(25)
|
||||
#define OLED_MOSI gpio_num_t(14)
|
||||
#define OLED_SCK gpio_num_t(13)
|
||||
#define OLED_MOSI 27 // gpio_num_t(14)
|
||||
#define OLED_SCK 5 // gpio_num_t(13)
|
||||
|
||||
#define ADC_SDA 4
|
||||
#define ADC_SCL 15
|
||||
|
||||
Reference in New Issue
Block a user