bitluni / ESP32-S3-VGA

115 stars 10 forks source link

VSync interrupts #11

Open S0urceror opened 2 weeks ago

S0urceror commented 2 weeks ago

Awesome library. I am trying to integrate this with FabGL. Have it running on the S3 with a VgaControllerS3 class that uses ESP32-S3-VGA code.

I am somehow stuck since whatever I do VSync interrupts are never firing. I tried GDMA .eof flags and .on_trans_eof interrupts. I also tried LCD_LL_EVENT_VSYNC_END interrupts on the LCD_CAM peripheral.

Hope anyone knows how to fix that.