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

Home Page:https://Vegz78.github.io/McAirpos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong size splash screen(fixed in pull request)

rdmueller opened this issue · comments

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.

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