I made some tests and haven’t found straightforward points where the skipped lines can be drawn. LVGL send part draw events before and after
- the main part (the background rectangle) is drawn
- every divisor lines
Theoretically, the best would be to send an event after the last divisor line but before drawing the series, right?