Pygame FULLSCREEN with 7" Touchscreen
Posted: Tue Jan 10, 2017 8:56 pm
I am using the official 7" touchsceen & love it. Using Jessie & Python 3.4
I have a pygame program which works fine. Currently running it from a command line window in the Rpi GUI.
I can run it windowed or fullscreen, both work ok. However if i use pygame.mouse.set_visible (False) all is fine when windowed, ie no cursor but touch is perfect, but when i use pygame.FULLSCREEN the touch & external mouse don't work.
Rpi reports correct screen size, underscan is set to enable. Only get the issue with the fullscreen setting.
Any ideas out there, thanks.
Paul
I have a pygame program which works fine. Currently running it from a command line window in the Rpi GUI.
I can run it windowed or fullscreen, both work ok. However if i use pygame.mouse.set_visible (False) all is fine when windowed, ie no cursor but touch is perfect, but when i use pygame.FULLSCREEN the touch & external mouse don't work.
Rpi reports correct screen size, underscan is set to enable. Only get the issue with the fullscreen setting.
Any ideas out there, thanks.
Paul