is no control
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define VERSION "0.4.180"
|
||||
#define VERSION "0.4.181"
|
||||
|
||||
/*
|
||||
* TFT DISPLAY
|
||||
@@ -26,22 +26,21 @@
|
||||
/*
|
||||
* I2S DAC
|
||||
*/
|
||||
#define I2S_DOUT 27 // DIN connection
|
||||
#define I2S_DOUT 22 // DIN connection
|
||||
#define I2S_BCLK 26 // BCLK Bit clock
|
||||
#define I2S_LRC 25 // WSEL Left Right Clockz
|
||||
#define I2S_LRC 25 // WSEL Left Right Clock
|
||||
/*
|
||||
* ENCODER
|
||||
*/
|
||||
#define ENC_BTNL 13
|
||||
#define ENC_BTNB 12
|
||||
#define ENC_BTNR 14
|
||||
|
||||
#define ENC_BTNL 255
|
||||
#define ENC_BTNB 255
|
||||
#define ENC_BTNR 255
|
||||
/*
|
||||
* BUTTONS
|
||||
*/
|
||||
#define BTN_LEFT 32
|
||||
#define BTN_CENTER 31
|
||||
#define BTN_RIGHT 33
|
||||
#define BTN_LEFT 255
|
||||
#define BTN_CENTER 255
|
||||
#define BTN_RIGHT 255
|
||||
/*
|
||||
* ESP DEVBOARD
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user