From 0ac5e2a925616625b9f030afc18403294c54c4c2 Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Wed, 1 Apr 2020 15:21:05 +0200 Subject: [PATCH] Update ttgov21new.h --- src/hal/ttgov21new.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hal/ttgov21new.h b/src/hal/ttgov21new.h index 1d95d8fe..309acd2d 100644 --- a/src/hal/ttgov21new.h +++ b/src/hal/ttgov21new.h @@ -29,9 +29,9 @@ #define BAT_VOLTAGE_DIVIDER 2 // voltage divider 100k/100k on board // Pins for I2C interface of OLED Display -#define MY_OLED_SDA (21) -#define MY_OLED_SCL (22) -#define MY_OLED_RST NOT_A_PIN +#define MY_DISPLAY_SDA (21) +#define MY_DISPLAY_SCL (22) +#define MY_DISPLAY_RST NOT_A_PIN // Pins for LORA chip SPI interface, reset line and interrupt lines #define LORA_SCK (5)