Skip to content

Commit

Permalink
Add #define USE_SSD1306 to avoid automatic detection causing pixel sh…
Browse files Browse the repository at this point in the history
…ift. (#4356)

Co-authored-by: Ben Meadors <[email protected]>
  • Loading branch information
Oliver0804 and thebentern authored Jul 30, 2024
1 parent 9f5f630 commit a111f54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions variants/heltec_v3/variant.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a111f54

Please sign in to comment.