From 720d9d65446424cc596a35077680cd30848585ea Mon Sep 17 00:00:00 2001 From: e2002 Date: Mon, 7 Feb 2022 11:00:01 +0300 Subject: [PATCH] vol steps 0..256 --- README.md | 6 ++++++ yoRadio/options.h | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 6a5bca6..cdd1246 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,9 @@ Web-radio based on ESP32-audioI2S library\ \ ![ёRadio](images/page1.jpg) -- +## Version history +###v0.4.180 +- Vol steps 0..256 +###v0.4.177 +- Added support for SSD1306 displays. +- Fixed broken buttons. diff --git a/yoRadio/options.h b/yoRadio/options.h index 55dce5d..9f6ff0c 100644 --- a/yoRadio/options.h +++ b/yoRadio/options.h @@ -26,9 +26,15 @@ /* * 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 */