Dont use GT911 touch driver with HASP_USE_LGFX_TOUCH

This commit is contained in:
fvanroie 2023-02-23 14:33:05 +01:00
parent ed9ece22a4
commit 6e21425fa8

View File

@ -1,7 +1,7 @@
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#if defined(ARDUINO) && (TOUCH_DRIVER == 0x0911)
#if defined(ARDUINO) && (TOUCH_DRIVER == 0x0911) && !defined(HASP_USE_LGFX_TOUCH)
#include <Arduino.h>
#include "ArduinoLog.h"
#include "hasp_conf.h"