rpsubc8 / ESP32TinyC64

C64 Emulator in ESP32
Do What The F*ck You Want To Public License
33 stars 1 forks source link

It would be nice to make it without the need of the TT2vga #1

Open Zibri opened 1 year ago

Zibri commented 1 year ago

Using this https://www.cnx-software.com/2022/03/28/esp32-composite-video-library-outputs-pal-secam-and-ntsc-supports-lvgl/

or this: https://github.com/bitluni/ESP32CompositeVideo

and this: https://github.com/rossumur/esp_8_bit

rpsubc8 commented 1 year ago

Thank you for the information. Some time ago, I modified the bitluni composite video cvbs library a bit so that it can also be used on the TTGO VGA32 board on GPIO 26 (pinout 5 CLK PS/2), as well as other boards:

https://github.com/rpsubc8/ESP32TinyChip8

https://github.com/rpsubc8/ESP32TinyMCUMEesp81

With more time, I'll be putting it on all the emulators I port, including this C64 one.

Zibri commented 1 year ago

Yep.. but I think it's WAY cooler to have the ESP32 do the job without any other "hat" or device attached.