We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
legacy update informations
The text was updated successfully, but these errors were encountered:
@vritzka see #222
Sorry, something went wrong.
No branches or pull requests
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?
legacy update informations
The text was updated successfully, but these errors were encountered: