From a111f54b6189093123b6ee0fd846a708dfd91b35 Mon Sep 17 00:00:00 2001 From: Oliver0804 Date: Wed, 31 Jul 2024 06:15:50 +0800 Subject: [PATCH] Add #define USE_SSD1306 to avoid automatic detection causing pixel shift. (#4356) Co-authored-by: Ben Meadors --- variants/heltec_v3/variant.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/variants/heltec_v3/variant.h b/variants/heltec_v3/variant.h index 2417b873d..4f1d91db8 100644 --- a/variants/heltec_v3/variant.h +++ b/variants/heltec_v3/variant.h @@ -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