I get the error: ‘lv_chart_set_x_tick_texts’ was not declared in this scope
ESP32-S3, Arduino 2.3.3
LVGL version 8.3
A happy compile
I can find lv_chart_set_x_tick_texts(…) described in LVGL 7.11 documents but not in 8/9 docs. So is it available in V8.x ? or if it has been superseded what replaced it?
Trying to search for this always leads back to examples which usually don’t list the LVGL version