vol steps 0..256

This commit is contained in:
e2002
2022-02-07 11:00:01 +03:00
parent 56c0536c26
commit 720d9d6544
2 changed files with 12 additions and 0 deletions

View File

@@ -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.

View File

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