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-31 06:15:50 +08:00 committed by GitHub
parent 9f5f630dca
commit a111f54b61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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