updated screen + added OTA
This commit is contained in:
5
config.h
5
config.h
@@ -28,6 +28,11 @@
|
||||
/* ----------------- Hardware-specific Config ---------------------- */
|
||||
/* Mode button connection (momentary between this pin and GND) */
|
||||
#define MODE_BUTTON_PIN 0
|
||||
#define TFT_BL 4 // LED back-light control pin
|
||||
#define TFT_BACKLIGHT_ON HIGH // Level to turn ON back-light (HIGH or LOW)
|
||||
#define TFT_BL_PWMCHANNEL 1
|
||||
#define TFT_BL_FREQ 5000
|
||||
#define TFT_BL_BITS 8
|
||||
|
||||
/* I2C */
|
||||
#define I2C_SDA_PIN 21
|
||||
|
||||
Reference in New Issue
Block a user