From 819474438702897519ecaa73df4115b2226d425b Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Thu, 15 Apr 2021 22:57:27 +0200 Subject: [PATCH] Set TFT_BACKLIGHT_ON default HIGH --- include/hasp_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hasp_conf.h b/include/hasp_conf.h index 8e2d833e..ba2bbfff 100644 --- a/include/hasp_conf.h +++ b/include/hasp_conf.h @@ -10,7 +10,7 @@ // TFT defines #ifndef TFT_BACKLIGHT_ON -#define TFT_BACKLIGHT_ON LOW +#define TFT_BACKLIGHT_ON HIGH #endif #ifndef TFT_BCKL