This is a simple project showing how to generate a composite video signal using the ESP32
Image2Header converts image files to c++ headers StlConverter2 converts image files to c++ headers
CompositeVideo shows how to render a 3D mesh and display it on composite. CompositeVideoSimple shows the simple graphics functions except for 3D currently avaialable.
You need an ESP32 module connect the pin 25 to the inner pin of the yellow AV connector and ground to the outer.
Watch the project video on YouTube: https://youtu.be/5t1_XNc3vNw
and check the project page for updates: http://bitluni.net/esp32-composite-video
CC0. Do whatever you like with the code but I will be thankfull if you attribute me. Keep the spirit alive :-)
- bitluni
need ws commands to....
change modes: single value/normal display In single value mode the value address needs to be able to be changed.
- simple up and down seeking
- value MSB LSB switching
- graph on/off
examples:
- addup
- adddown
- MSB
- LSB
- graphon
- graphoff
need webpage to send commands and view data from websocket.