2014-09-10 04:14 AM
Helloo I am using
STM32F207 in my project and Iam using 480*272 Resolution LCD for Display purpose.
now as i new requirement i need to run a small video on my LCD . How can i run a flicker free video on 480*272 LCd with
STM32F207 controller.
2014-09-10 05:25 AM
You'll need to do some bandwidth computation for the hardware you've designed, and if your video file is compressed you'll need to benchmark the reading and decompression/decoding routines, this will give you an idea of what kind of frame rate is achievable.
Without hardware support I'd suspect video of this resolution would be a challenge.