Open
Description
lvgl_esp32_drivers/lvgl_tft/EVE_commands.c
Line 934 in 26fe6e7
spi_flash_write was replaced with esp_flash_write.
esp_flash_write has more parameters:
esp_err_t esp_flash_write(esp_flash_t *chip, const void *buffer, uint32_t address, uint32_t length)
chip can be NULL, but I am unsure about the address parameter we need to use here.
Can someone help to make this code work with idf 5?
Metadata
Metadata
Assignees
Labels
No labels