tobykurien / rpi_lcars

Star Trek LCARS interface for Raspberry Pi using Pygame
MIT License
658 stars 145 forks source link

3.5 tft screen #26

Open limogin opened 5 years ago

limogin commented 5 years ago

I'm trying to setup for a 3.5" touchscreen for raspberry pi 3

# global config
UI_PLACEMENT_MODE = True
RESOLUTION = (480, 320)
# RESOLUTION = (1366, 768)
FPS = 60
DEV_MODE = True
SOUND = True

But the app is not resized and I'm unable to see the whole window.

tobykurien commented 5 years ago

Yes resizing is not supported, sorry. It was made for the 5" or 7" touchscreens.