esp32_ST7735_Movie
esp32_ST7735_Movie copied to clipboard
Movie Player on esp32 and ST7735
esp32_ST7735_Movie
Prepare
- ESP32-DevKitC ESP32 : 秋月電子
- M-Z18SPI-2PB TFT color LCD : Aitendo
- AE-MICRO-SD-DIP Micro SD Card slot : 秋月電子
Wiring

Development Environment
Library
How to play Movie
- In your PC, drag and drog a avi file into MovieToArray/MovieToArray.exe.

- You can get a dat file. Put the file into a SD card and set it to the slot.
- You can play the dat file by control on Serial Monitor.

About MovieToArray.exe
It uses DLL for Microsoft Expression Encorder 4.
https://www.microsoft.com/ja-jp/download/details.aspx?id=18974
You can build it from MovieToArray/Program.cs which is written by C# as a simple console program.
(You must add "Microsoft.Expression.Encoder" and "System.Drawing" by reference manager when you build it in Visual Studio.)