You've already forked TEF6686_ESP32
Added touch sources
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include "src/gui.h"
|
||||
#include "src/comms.h"
|
||||
#include "src/rds.h"
|
||||
#include "src/touch.h"
|
||||
|
||||
#define ROTARY_PIN_A 34
|
||||
#define ROTARY_PIN_B 36
|
||||
|
||||
4
src/touch.cpp
Normal file
4
src/touch.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "touch.h"
|
||||
#include "language.h"
|
||||
#include "constants.h"
|
||||
#include "config.h"
|
||||
9
src/touch.h
Normal file
9
src/touch.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef TOUCH_H
|
||||
#define TOUCH_H
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <TFT_eSPI.h>
|
||||
|
||||
extern TFT_eSPI tft;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user