From 738a32cdd3fbd914aa9070ff7060ff24e18ddaff Mon Sep 17 00:00:00 2001 From: e2002 Date: Mon, 7 Feb 2022 15:16:27 +0300 Subject: [PATCH] vol steps 0..256 --- yoRadio/options.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/yoRadio/options.h b/yoRadio/options.h index 55dce5d..894db4e 100644 --- a/yoRadio/options.h +++ b/yoRadio/options.h @@ -17,6 +17,7 @@ #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 */ @@ -28,19 +29,19 @@ */ #define I2S_DOUT 27 // DIN connection #define I2S_BCLK 26 // BCLK Bit clock -#define I2S_LRC 25 // WSEL Left Right Clock +#define I2S_LRC 25 // WSEL Left Right Clockz /* * ENCODER */ #define ENC_BTNL 13 -#define ENC_BTNB 13 +#define ENC_BTNB 12 #define ENC_BTNR 14 /* * BUTTONS */ #define BTN_LEFT 32 -#define BTN_CENTER 14 +#define BTN_CENTER 31 #define BTN_RIGHT 33 /* * ESP DEVBOARD