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 */