io's strength config on esp32-s3
Posted: Wed Sep 25, 2024 1:46 am
Hi,
There is some example on how to set strength of all io's on esp32-s3 ?
Do i need any different configuration to set the io's strength of the LCD module ?
NOTE: Related function i find
esp_err_t gpio_set_drive_capability(gpio_num_t gpio_num, gpio_drive_cap_t strength);
esp_err_t gpio_hold_en(gpio_num_t gpio_num);
Thank's.
There is some example on how to set strength of all io's on esp32-s3 ?
Do i need any different configuration to set the io's strength of the LCD module ?
NOTE: Related function i find
esp_err_t gpio_set_drive_capability(gpio_num_t gpio_num, gpio_drive_cap_t strength);
esp_err_t gpio_hold_en(gpio_num_t gpio_num);
Thank's.