From 0a35c797a84f37a853c60bf8593ed7471957264d Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sat, 12 Sep 2020 22:22:08 -0400 Subject: [PATCH] Turn off touch screen as it's no longer setup or used --- hardware/_controller/src/guislice/GUIslice_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/_controller/src/guislice/GUIslice_config.h b/hardware/_controller/src/guislice/GUIslice_config.h index 38c8d6c..f4df555 100644 --- a/hardware/_controller/src/guislice/GUIslice_config.h +++ b/hardware/_controller/src/guislice/GUIslice_config.h @@ -193,8 +193,8 @@ extern "C" { // #endif // Adafruit nRF52840 Feather -#include "ard-adagfx-ili9341-stmpe610.h" -// #include "ard-adagfx-ili9341-notouch.h" +// #include "ard-adagfx-ili9341-stmpe610.h" +#include "ard-adagfx-ili9341-notouch.h" #define GSLC_CFG_ARD // =========================================================================================