I'm trying to follow the widgets_demo example from lvgl demos. All is well besides the fact that chart seems to only display integer values. Is there a tweak somewhere which allows me to display floating point values or should I just multiply the doubles until they can be represented in ints?
I've tried messing with lv_chart_set_axis_tick
but no dice, the function only expects short.
For clarity here is a screenshot. LVGL chart