You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Check if there are enough free resources available to offer an in game menu of actions.
The text was updated successfully, but these errors were encountered: