SH8601 with LVGL 9 (Waveshare ESP32 S3 Touch AMOLED 1.8")

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!