From 795dc5072b889356ca20d3f4b7204a08966f6756 Mon Sep 17 00:00:00 2001 From: e2002 Date: Mon, 7 Feb 2022 15:15:07 +0300 Subject: [PATCH] vol steps 0..256 --- yoRadio/display.cpp | 4 ++-- yoRadio/options.h | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/yoRadio/display.cpp b/yoRadio/display.cpp index 30c6c5b..e12abda 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 9f6ff0c..55dce5d 100644 --- a/yoRadio/options.h +++ b/yoRadio/options.h @@ -26,15 +26,9 @@ /* * I2S DAC */ -/* #define I2S_DOUT 27 // DIN connection #define I2S_BCLK 26 // BCLK Bit clock #define I2S_LRC 25 // WSEL Left Right Clock -/*/ -#define I2S_DOUT 22 // DIN connection -#define I2S_BCLK 26 // BCLK Bit clock -#define I2S_LRC 25 // WSEL Left Right Clock -//*/ /* * ENCODER */