vol steps 0..256

This commit is contained in:
e2002
2022-02-07 15:15:07 +03:00
parent c032edd376
commit 795dc5072b
2 changed files with 2 additions and 8 deletions

View File

@@ -8,8 +8,8 @@
#include "network.h" #include "network.h"
//#define DSP_DUMMY //#define DSP_DUMMY
//#define DSP_ST7735 #define DSP_ST7735
#define DSP_SSD1306 //#define DSP_SSD1306
#ifdef DSP_DUMMY #ifdef DSP_DUMMY
#include "src/displays/displayDummy.h" #include "src/displays/displayDummy.h"

View File

@@ -26,15 +26,9 @@
/* /*
* 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
*/ */