ttgov21new.h: correction display

This commit is contained in:
cyberman54 2022-02-14 17:31:14 +01:00
parent 4d48b14b88
commit 45f531ccfb

View File

@ -18,9 +18,9 @@
// enable only if you want to store a local paxcount table on the device // enable only if you want to store a local paxcount table on the device
#define HAS_SDCARD 2 // this board has a SDMMC card-reader/writer #define HAS_SDCARD 2 // this board has a SDMMC card-reader/writer
//#define HAS_DISPLAY 1 #define HAS_DISPLAY 1
//#define HAS_LED (25) // green on board LED #define HAS_LED (25) // green on board LED
#define HAS_LED NOT_A_PIN //#define HAS_LED NOT_A_PIN
#define BAT_MEASURE_ADC ADC1_GPIO35_CHANNEL // battery probe GPIO pin -> ADC1_CHANNEL_7 #define BAT_MEASURE_ADC ADC1_GPIO35_CHANNEL // battery probe GPIO pin -> ADC1_CHANNEL_7
#define BAT_VOLTAGE_DIVIDER 2 // voltage divider 100k/100k on board #define BAT_VOLTAGE_DIVIDER 2 // voltage divider 100k/100k on board