Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.28 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.28 KB

esp32_ST7735_Movie

Movie

Prepare

Wiring

wiring1 wiring2

Development Environment

Library

How to play Movie

  • In your PC, drag and drog a avi file into MovieToArray/MovieToArray.exe.
    MovieToArray
  • 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.
    SerialMonitor

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.)