Set TFT_BACKLIGHT_ON default HIGH

This commit is contained in:
fvanroie 2021-04-15 22:57:27 +02:00
parent 04d970f529
commit 8194744387

View File

@ -10,7 +10,7 @@
// TFT defines
#ifndef TFT_BACKLIGHT_ON
#define TFT_BACKLIGHT_ON LOW
#define TFT_BACKLIGHT_ON HIGH
#endif
#ifndef TFT_BCKL