mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Dont use GT911 touch driver with HASP_USE_LGFX_TOUCH
This commit is contained in:
parent
ed9ece22a4
commit
6e21425fa8
@ -1,7 +1,7 @@
|
|||||||
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie
|
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie
|
||||||
For full license information read the LICENSE file in the project folder */
|
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 <Arduino.h>
|
||||||
#include "ArduinoLog.h"
|
#include "ArduinoLog.h"
|
||||||
#include "hasp_conf.h"
|
#include "hasp_conf.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user