I want to play small (95x95 pixel) videos/GIFs on my TFT LCD from a SD card. My board is a Mega2560. I do not have ANY code, and can't find any on how to do this. Is it even possible?
@outbackhut ,
I have deleted your reply in another topic linking to this topic. Please do not add your questions to other people's topics. If you continue to do so you risk a temporary or permanent ban.
Thank you
What makes you think it would be?
I'm sorry, I did not know that.
@Paul_B
I don't have any idea, hence the reason I asked. If I knew if I could, I would ask HOW, not "can I?".
I take that as a no, it can not be done?
I know it can be done on a Uno, and a Nano but I'm not sure about a Mega.
https://next-hack.com/index.php/category/all-projects/arduino/video-arduino-uno/
Fetching data from SD (slow) and transferring that data to the display (middling), there would be a lot of frame flicker.
I have no benchmarks, but just alternate two BMPs and see.
Oh, well if it can be done on a UNO, then clearly it can be done on a Mega.
@Paul_B
Hopefully, yes. Will it work the same? Will it work on other screens than the one above? What about screens that AREN'T SPI? Will it work with other screen libraries? Mine is a very strange controller, so I have to use a different and custom edited library - it's a ILI9488, and touch is XPT2046.
Will it work if the SD card part of the screen is different to that one in the example?
@Paul_B
That's my weird screen:
http://www.lcdwiki.com/3.95inch_Arduino_Display-Mega2560
I'd get a SPI screen similar to the one in the example, only I can't afford one.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.