pebri86 / esplay-retro-emulation

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

how to add video output #31

Open new-soul opened 1 year ago

new-soul commented 1 year 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 1 year 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 1 year 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 1 year 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