Log In  


this is mainly aimed @ zep, but if anyone else can help feel free

I have been playing with portable stuff, and decided to try and make a device using a 320x240 tft screen.

now pico8 is 128x128, so it technically wouldnt scale properly, but i was trying to make it fill more of the screen.

It currently sits in its 128x128 box in the centre of the screen

so i checked the manual, and found the height and width settings. The problem is, they are being ignored :(

can anyone see anything wrong with this?

1


try
-pixel_perfect 0
I think it's on by default


Works perfect (slightly fuzzy, but 128 into 240 doesn't quite go!)

Thanks 😀



[Please log in to post a comment]