go-play icon indicating copy to clipboard operation
go-play copied to clipboard

Investigate using Menu "long press" for in game menus.

Open OtherCrashOverride opened this issue 6 years ago • 2 comments

Check if there are enough free resources available to offer an in game menu of actions.

OtherCrashOverride avatar Jul 21 '18 02:07 OtherCrashOverride

That would be awesome. I love how much work you guys are doing for it!!!

JasonB32 avatar Jul 21 '18 03:07 JasonB32

I've had some success with this in my branch, but I'm a very poor C programmer so you probably shouldn't be using it as-is. I used the Arduino AdafruitGFX library as a base, but so far can only really print text and draw boxes/lines.

screendump

A limitation I've hit with the current code is that since the Gameboy's framebuffer is sent directly to the screen, I've had to render onto it rather than drawing onto the screen myself. This means the menu is always drawn at the Gameboy's resolution and scaled up, and can't draw outside to the sides.

lmc avatar Jul 21 '18 05:07 lmc