rpi_lcars
rpi_lcars copied to clipboard
3.5 tft screen
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.
Yes resizing is not supported, sorry. It was made for the 5" or 7" touchscreens.