Solved,
I modified the code to look like this
lv_chart_set_y_tick_texts(chart_one, “100\n80\n60\n40\n20\n0”, 0, LV_CHART_AXIS_DRAW_LAST_TICK);
thanks.
Solved,
I modified the code to look like this
lv_chart_set_y_tick_texts(chart_one, “100\n80\n60\n40\n20\n0”, 0, LV_CHART_AXIS_DRAW_LAST_TICK);
thanks.