Vegz78 / McAirpos

MakeCode Arcade games in RetroPie, Recalbox 7/8 and Batocera, running natively as ELF executables on Raspberry Pi OS/Linux ARM with 1-2 gamepads
https://Vegz78.github.io/McAirpos
MIT License
80 stars 10 forks source link

wrong size splash screen(fixed in pull request) #32

Closed rdmueller closed 2 years ago

rdmueller commented 2 years ago

the new splash screen for the recalbox is cool. For smaller displays, it should be resized. As @Vegz78 already pointed out, the splash screen is shown through a cli tool called fbv2

https://github.com/Vegz78/McAirpos/blob/master/McAirpos/launCharc/launCharc.c#L212

This tool as an option -f to resize the screen.

I did a quick test of the command line from the source on the remote shell and it seems to work.

PR already prepared.

Vegz78 commented 2 years ago

Very nice that you found and tested with success on a smaller screen the fbv2 resize command line argument!