Log In  


Hi. I installed Pico 8 on my Rapsberry Pi Zero W retro laptop. It starts, but pico 8 is turned incorrectly. Pi Os Terminal is displayed correctly to me, only pico 8 is displayed incorrectly. Does anyone know what I could do? Thanks for any help.

1


You can rotate the screen using the PICO-8 config file:

[config.txt]

// global screen transformations:
//  129 flip horizontally
//  130 flip vertically
//  133 rotate CW 90 degrees
//  134 rotate CW 180 degrees
//  135 rotate CW 270 degrees
transform_screen 0

Try:

transform_screen 135


[Please log in to post a comment]