also when you say you are setting a pixel in a timer… what kind of a timer are you using? If you are using a hardware timer this is a no no because you are doing something from inside of an ISR. You should be using an lv_timer for this and not from a hardware timer.
1 Like