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 e055475 commit f013898Copy full SHA for f013898
examples/arduino/board/board_dynamic_config/esp_panel_drivers_conf.h
@@ -207,7 +207,7 @@
207
* Enable or disable IO Expander drivers used in the factory class. Disable to reduce code size.
208
* Set to `1` to enable, `0` to disable.
209
*/
210
-#define ESP_PANEL_DRIVERS_EXPANDER_USE_ALL (0)
+#define ESP_PANEL_DRIVERS_EXPANDER_USE_ALL (1)
211
#if !ESP_PANEL_DRIVERS_EXPANDER_USE_ALL
212
#define ESP_PANEL_DRIVERS_EXPANDER_USE_CH422G (0)
213
#define ESP_PANEL_DRIVERS_EXPANDER_USE_HT8574 (0)
0 commit comments