ducalex / retro-go

Retro emulation for the ODROID-GO and other ESP32 devices
GNU General Public License v2.0
543 stars 125 forks source link

Add Alpha ESPlay Micro Target #79

Closed Cralex closed 1 year ago

Cralex commented 1 year ago

Although not yet ready for public release, the ESPlay Micro target is stable and mostly playable. See notes in the target file for details on the missing buttons and battery functionality.

ducalex commented 1 year ago

I'm beginning to think that we should move the lcd init sequence to the target definition somehow, having to edit rg_display.c for every target isn't great.

But we'll look into that later, for now I see nothing wrong with merging the PR as is :).

Thanks!