From 56c0536c2679194f5576256230f9f129c1c7e72a Mon Sep 17 00:00:00 2001 From: e2002 Date: Mon, 7 Feb 2022 10:50:17 +0300 Subject: [PATCH] vol steps 0..256 --- yoRadio/display.cpp | 4 ++-- yoRadio/options.h | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/yoRadio/display.cpp b/yoRadio/display.cpp index e12abda..30c6c5b 100644 --- a/yoRadio/display.cpp +++ b/yoRadio/display.cpp @@ -8,8 +8,8 @@ #include "network.h" //#define DSP_DUMMY -#define DSP_ST7735 -//#define DSP_SSD1306 +//#define DSP_ST7735 +#define DSP_SSD1306 #ifdef DSP_DUMMY #include "src/displays/displayDummy.h" diff --git a/yoRadio/options.h b/yoRadio/options.h index dde3c43..55dce5d 100644 --- a/yoRadio/options.h +++ b/yoRadio/options.h @@ -1,7 +1,7 @@ #ifndef options_h #define options_h -#define VERSION "0.4.177" +#define VERSION "0.4.180" /* * TFT DISPLAY @@ -17,7 +17,6 @@ #define TFT_RST 15 // Or set to -1 and connect to Arduino RESET pin //#define TFT_RST -1 // we use the seesaw for resetting to save a pin #define TFT_DC 4 - /* * OLED I2C DISPLAY */ @@ -34,14 +33,14 @@ * ENCODER */ #define ENC_BTNL 13 -#define ENC_BTNB 12 +#define ENC_BTNB 13 #define ENC_BTNR 14 /* * BUTTONS */ #define BTN_LEFT 32 -#define BTN_CENTER 31 +#define BTN_CENTER 14 #define BTN_RIGHT 33 /* * ESP DEVBOARD