From 68fb05c64e235022f6116abe5b8dc3ca36594314 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Sun, 5 Apr 2020 21:51:32 +0200 Subject: [PATCH] Remove alternate Touchscreen --- src/hasp_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hasp_gui.cpp b/src/hasp_gui.cpp index d18932bf..6e4369bc 100644 --- a/src/hasp_gui.cpp +++ b/src/hasp_gui.cpp @@ -4,7 +4,7 @@ #include "lv_conf.h" #include "lvgl.h" #include "lv_fs_if.h" -#include "Touchscreen.h" // For Uno Shield or ADC based resistive touchscreens +//#include "Touchscreen.h" // For Uno Shield or ADC based resistive touchscreens #include "TFT_eSPI.h" #include "lv_zifont.h"