Update 'Raspberry Pi'

ohsqueezy 2023-11-26 00:57:28 -05:00
parent 8fcae271d4
commit 17f597cb3f
1 changed files with 5 additions and 1 deletions

@ -133,7 +133,11 @@ Launch
![Launch from command line](../../raw/branch/main/doc/img/launch_from_command_line.png)
It should be possible to run in keyboard mode and test input with key presses now. The `--pi` flag is used to indicate there is no Arduino attached. The `--kms` flag sets SDL 2 to use the KMS video driver, necessary for Raspberry Pi OS Lite since it doesn't use X-windows.
It should be possible to run in keyboard mode and test input with key presses now.
./OPEN-GAME --kms --no-serial
To run the game using the scrapeboard and platform, use the `--pi` flag.
./OPEN-GAME --kms --pi