mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 02:09:57 +00:00
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:
parent
9f5f630dca
commit
a111f54b61
@ -1,5 +1,7 @@
|
|||||||
#define LED_PIN LED
|
#define LED_PIN LED
|
||||||
|
|
||||||
|
#define USE_SSD1306 // Heltec_v3 has a SSD1306 display
|
||||||
|
|
||||||
#define RESET_OLED RST_OLED
|
#define RESET_OLED RST_OLED
|
||||||
#define I2C_SDA SDA_OLED // I2C pins for this board
|
#define I2C_SDA SDA_OLED // I2C pins for this board
|
||||||
#define I2C_SCL SCL_OLED
|
#define I2C_SCL SCL_OLED
|
||||||
|
Loading…
Reference in New Issue
Block a user