File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
src/docs/devices/M5Stack-Tab5 Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -183,19 +183,14 @@ external_components:
183
183
- source : github://pr#9403
184
184
components : [const, mipi, mipi_dsi, esp_ldo]
185
185
refresh : 1h
186
-
187
- # The GPIO pin on the touchscreen has a pull-up resistor on the interrupt pin (which goes against the gt911 datasheet).
188
- # If we dont pull this line low, the touchscreen will not produce touches. The downside to this is that we cannot use
189
- # the interrupt pin for touchscreen events, and it has to poll every loop.
190
- # Note: This needs to be merged with the `switch` list above manually otherwise you will get duplicate key YAML errors.
191
- switch :
192
- - platform : gpio
193
- id : touch_interrupt
194
- pin : GPIO23
195
- restore_mode : ALWAYS_OFF
186
+ - source : github://pr#9822
187
+ components : gt911
188
+ refresh : 1h
196
189
197
190
touchscreen :
198
191
- platform : gt911
192
+ interrupt_pin : GPIO23
193
+ update_interval : never
199
194
reset_pin :
200
195
pi4ioe5v6408 : pi4ioe1
201
196
number : 5
You can’t perform that action at this time.
0 commit comments