12 lines
302 B
C
12 lines
302 B
C
#pragma once
|
|
#include "driver/spi_master.h"
|
|
#include "driver/gpio.h"
|
|
|
|
#define PIN_TOUCH_IRQ GPIO_NUM_4
|
|
#define PIN_TOUCH_SDA GPIO_NUM_5
|
|
#define PIN_TOUCH_SCL GPIO_NUM_6
|
|
#define PIN_BUSY GPIO_NUM_7
|
|
#define PIN_RST GPIO_NUM_8
|
|
#define PIN_DC GPIO_NUM_9
|
|
#define PIN_CS GPIO_NUM_10
|