Add #define USE_SSD1306 to avoid automatic detection causing pixel shift. (#4356)

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
Oliver0804
2024-07-30 17:15:50 -05:00
committed by GitHub
co-authored by GitHub Ben Meadors
parent 9f5f630dca
commit a111f54b61
+2
View File
@@ -1,5 +1,7 @@
#define LED_PIN LED
#define USE_SSD1306 // Heltec_v3 has a SSD1306 display
#define RESET_OLED RST_OLED
#define I2C_SDA SDA_OLED // I2C pins for this board
#define I2C_SCL SCL_OLED