vol steps 0..256
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#ifndef options_h
|
#ifndef options_h
|
||||||
#define options_h
|
#define options_h
|
||||||
|
|
||||||
#define VERSION "0.4.177"
|
#define VERSION "0.4.180"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* TFT DISPLAY
|
* TFT DISPLAY
|
||||||
@@ -17,7 +17,6 @@
|
|||||||
#define TFT_RST 15 // Or set to -1 and connect to Arduino RESET pin
|
#define TFT_RST 15 // Or set to -1 and connect to Arduino RESET pin
|
||||||
//#define TFT_RST -1 // we use the seesaw for resetting to save a pin
|
//#define TFT_RST -1 // we use the seesaw for resetting to save a pin
|
||||||
#define TFT_DC 4
|
#define TFT_DC 4
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* OLED I2C DISPLAY
|
* OLED I2C DISPLAY
|
||||||
*/
|
*/
|
||||||
@@ -34,14 +33,14 @@
|
|||||||
* ENCODER
|
* ENCODER
|
||||||
*/
|
*/
|
||||||
#define ENC_BTNL 13
|
#define ENC_BTNL 13
|
||||||
#define ENC_BTNB 12
|
#define ENC_BTNB 13
|
||||||
#define ENC_BTNR 14
|
#define ENC_BTNR 14
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* BUTTONS
|
* BUTTONS
|
||||||
*/
|
*/
|
||||||
#define BTN_LEFT 32
|
#define BTN_LEFT 32
|
||||||
#define BTN_CENTER 31
|
#define BTN_CENTER 14
|
||||||
#define BTN_RIGHT 33
|
#define BTN_RIGHT 33
|
||||||
/*
|
/*
|
||||||
* ESP DEVBOARD
|
* ESP DEVBOARD
|
||||||
|
|||||||
Reference in New Issue
Block a user