figured it out, I was passing a pointer of a pointer to esp_lcd_panel_io_spi_config_t->user_ctx
. I wasn’t event setting lv_display_drv
to the lv_display_t
created. After moving that around it works as expected!
figured it out, I was passing a pointer of a pointer to esp_lcd_panel_io_spi_config_t->user_ctx
. I wasn’t event setting lv_display_drv
to the lv_display_t
created. After moving that around it works as expected!