This commit is contained in:
e2002
2022-02-14 14:45:10 +03:00
parent 4924d97b61
commit 3c12fb419f
7 changed files with 43 additions and 11 deletions

View File

@@ -8,6 +8,7 @@
* 2: ST7735 with encoder
* 3: Nokia 5110 dev board
* 4: VS1053 dev
* 5: VS1053 UNO3 Shield
*/
#define HWID 2
@@ -40,7 +41,16 @@
#define DSP_MODEL 3
#define VS1053_CS 27
#define I2S_DOUT 255
#define VS1053_RST 14
//#define VS1053_RST 14
#elif HWID==5
#define DSP_MODEL 3
#define TFT_RST -1 // connecting to esp reset pin
#define I2S_DOUT 255
#define VS1053_CS 27
#define VS1053_DCS 14
#define VS1053_DREQ 26
#define VS1053_RST 12
#endif