Skip to content

Commit f013898

Browse files
committed
feat(touch): add touch controller GSL3680 @DejanBukovec (#212)
1 parent e055475 commit f013898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/arduino/board/board_dynamic_config/esp_panel_drivers_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
* Enable or disable IO Expander drivers used in the factory class. Disable to reduce code size.
208208
* Set to `1` to enable, `0` to disable.
209209
*/
210-
#define ESP_PANEL_DRIVERS_EXPANDER_USE_ALL (0)
210+
#define ESP_PANEL_DRIVERS_EXPANDER_USE_ALL (1)
211211
#if !ESP_PANEL_DRIVERS_EXPANDER_USE_ALL
212212
#define ESP_PANEL_DRIVERS_EXPANDER_USE_CH422G (0)
213213
#define ESP_PANEL_DRIVERS_EXPANDER_USE_HT8574 (0)

0 commit comments

Comments
 (0)