vol steps 0..256
This commit is contained in:
@@ -9,3 +9,9 @@ Web-radio based on ESP32-audioI2S library\
|
|||||||
\
|
\
|
||||||

|

|
||||||
--
|
--
|
||||||
|
## Version history
|
||||||
|
###v0.4.180
|
||||||
|
- Vol steps 0..256
|
||||||
|
###v0.4.177
|
||||||
|
- Added support for SSD1306 displays.
|
||||||
|
- Fixed broken buttons.
|
||||||
|
|||||||
@@ -26,9 +26,15 @@
|
|||||||
/*
|
/*
|
||||||
* I2S DAC
|
* I2S DAC
|
||||||
*/
|
*/
|
||||||
|
/*
|
||||||
#define I2S_DOUT 27 // DIN connection
|
#define I2S_DOUT 27 // DIN connection
|
||||||
#define I2S_BCLK 26 // BCLK Bit clock
|
#define I2S_BCLK 26 // BCLK Bit clock
|
||||||
#define I2S_LRC 25 // WSEL Left Right 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
|
* ENCODER
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user