pebri86 / esplay-retro-emulation

Retro Emulation Collection for ESPlay Hardware, an ESP32 based game console
https://www.makerfabs.com/esplay-micro.html
MIT License
452 stars 89 forks source link

how to add video output #31

Open new-soul opened 2 years ago

new-soul commented 2 years ago

I know that there was a module name fabgl can realize the goal. I found the other device was out via vga.

pebri86 commented 2 years ago

You should add the video/vga routine then you could change to render frame to video output rather than to lcd, you can use i2s 1 for rendering video while i2s 0 for sound output

new-soul commented 2 years ago

You should add the video/vga routine then you could change to render frame to video output rather than to lcd, you can use i2s 1 for rendering video while i2s 0 for sound output

Is it colorful? I found it was black and white from other website.

pebri86 commented 2 years ago

You should add the video/vga routine then you could change to render frame to video output rather than to lcd, you can use i2s 1 for rendering video while i2s 0 for sound output

Is it colorful? I found it was black and white from other website.

The implementation is depend on you it could be colorful or b/w it should be possible