We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de33cb commit 58c2feeCopy full SHA for 58c2fee
src/drivers/touch/port/esp_lcd_touch_cst820.c
@@ -4,6 +4,12 @@
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
+/*
8
+ * @file esp_lcd_touch_cst820.c
9
+ * @brief ESP LCD touch: CST820
10
+ * @author Viewe@VIEWESMART
11
+ */
12
+
13
#include "../esp_panel_touch_conf_internal.h"
14
#if ESP_PANEL_DRIVERS_TOUCH_ENABLE_CST820
15
@@ -26,8 +32,6 @@
26
32
27
33
#define POINT_NUM_MAX (1)
28
34
29
-// #define DATA_START_REG (0x02)
30
-// #define DATA_START_REG (0x20)
31
35
#define DATA_START_REG (0x00)
36
#define CHIP_ID_REG (0xA7)
37
src/drivers/touch/port/esp_lcd_touch_cst820.h
@@ -5,8 +5,9 @@
/**
- * @file
- * @brief ESP LCD touch: CST816S
+ * @file esp_lcd_touch_cst820.h
#pragma once
0 commit comments