Skip to content

Question: Can you display videos? #1809

Answered by JF002
ProgramminCat asked this question in Q&A
Discussion options

You must be logged in to vote

Short answer : no.

Less short answer : In InfiniTime : no

Long answer : It all depends on how much programming effort you're willing to put in ;-) The MCU that powers the PineTime is running at 64Mhz and has 64KB of RAM and 512KB of flash memory. Then, the SPI bus to drive the display is limited to 8Mhz, which limits the framerate to ~10FPS (using 16-bits colors).
So storing a video file, decoding it and displaying it in real time won't be easy on the PineTime. Not easy, but maybe not impossible! For example, @TT-392 managed to play bad apples on the PineTime using various hacks and tricks : https://www.youtube.com/watch?v=RqL8V3xWmxg

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ProgramminCat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants