Page 1 of 1

is there a way to use access the vsync event

Posted: Sat Nov 05, 2022 1:27 pm
by vritzka
Hi,

on ISP IDF there is a function esp_lcd_rgb_panel_register_event_callbacks().

It can be used to define .on_vsync and make displays work better.

But it not available on Arduino.

Is there a way that I can get this function into Arduino?

Thanks