Skip to content

Commit eed069a

Browse files
Add CST9217 touch controller
1 parent f105771 commit eed069a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/drivers/touch/port/esp_lcd_touch_cst9217.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040

4141
#define CST9217_ACK (0xAB)
4242

43-
#define DATA_START_REG (0x00)
44-
#define CHIP_ID_REG (0xA7)
45-
4643
static const char *TAG = "CST9217";
4744

4845
static esp_err_t cst9217_read_data(esp_lcd_touch_handle_t tp);

0 commit comments

Comments
 (0)