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.
  • Loading branch information
Oliver0804 committed Jul 30, 2024
1 parent 302caa8 commit ec8f0f5
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 ec8f0f5

Please sign in to comment.