README: Update peripherals and display gpios helpers

This commit is contained in:
C47D 2022-02-02 21:28:34 -06:00
parent 28d663f6b6
commit fc81c6da5a
4 changed files with 9 additions and 3 deletions

View file

@ -153,7 +153,7 @@ void lvgl_interface_init(void)
#endif
}
void display_bsp_init_io(void)
void lvgl_display_gpios_init(void)
{
esp_err_t err = ESP_OK;
gpio_config_t io_conf = {