MhageGH / esp32_ST7735_Movie

Movie Player on esp32 and ST7735
MIT License
41 stars 11 forks source link

Slow Framerate #3

Open walnut-engineering opened 5 years ago

walnut-engineering commented 5 years ago

Got this working on a TTGO T-Display ESP32 (240x135) but is very very slow, perhaps 1 fps. Was playback much faster for you?

walnut-engineering commented 5 years ago

Tracked down my performance issue and its much better but still only about 7.7fps. Sending image to display only take 15ms, where SD card read of a frame takes about 115ms. SD card is using the HSPI interface which I can't seem to get above 16MHz..