Added touch sources
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
#include "src/gui.h"
|
#include "src/gui.h"
|
||||||
#include "src/comms.h"
|
#include "src/comms.h"
|
||||||
#include "src/rds.h"
|
#include "src/rds.h"
|
||||||
|
#include "src/touch.h"
|
||||||
|
|
||||||
#define ROTARY_PIN_A 34
|
#define ROTARY_PIN_A 34
|
||||||
#define ROTARY_PIN_B 36
|
#define ROTARY_PIN_B 36
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#include "touch.h"
|
||||||
|
#include "language.h"
|
||||||
|
#include "constants.h"
|
||||||
|
#include "config.h"
|
||||||
@@ -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