I try to fill out my whole LCD screen in Pygame with the best sharp resolution possible. So there is a difference between computer screen and the LCD.
My LCD has resolution is 480×320. So choosing this resolution numbers would be the best solution?
Currently I fill the screen with this code:
screen = pygame.display.set_mode((640, 480))
But the Pygame screen on Raspberry Pi only displays certain parts of the of the screen I had on computer.