Skip to content

Code for ESP32 to display a video on a 80x160 Adafruit ST7735 display. Additional Python code to convert videos in .ino files.

Notifications You must be signed in to change notification settings

LukedeMunk/80x160displayESP32Movie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

80x160 Display ESP32 Movie

Software to display videos on an Adafruit ST7735 display with an ESP32. Includes ESP32 software and a Python program to convert (160x80) videos into .ino files. The software is tested on the following boards:

  • ESP32 DEVKIT V1

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

The software is written, compiled and uploaded using the Arduino IDE (v1.8.13). You could use the online Arduino IDE or other software, but I recommend using the version you can download on this page. In order to use the Arduino IDE as tool for uploading to the ESP, there are several steps to follow. Please visit the following tutorials:

You also need Python. The software is tested in v3.10.0, you can download Python here.

Installing

Needed libraries:

Convert video into .ino file

Copy the video in the same folder as the convert_video.py file. Run convert_video.py and follow the steps. Make sure the video you convert is 160x80! After the conversion is done, upload on the ESP32.

Hardware

You need an Adafruit ST7735 display and an ESP32 chip. In the documentation folder you can find a circuit diagram.

Questions or feedback?

You can submit an issue if you have questions or feedback for this repository. If you are interested in more of my projects, checkout my GitHub profile. If you are interested in hiring me, checkout my LinkedIn.

Authors

About

Code for ESP32 to display a video on a 80x160 Adafruit ST7735 display. Additional Python code to convert videos in .ino files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published