Closed nagualcode closed 6 years ago
I don't think you can, but @rm-hull knows more about this. @nagualcode you can use the emulator
option which uses pygame and output that on regular HDMI.
Yes, make sure pygame is installed and run the examples with -d pygame
Note you also need to pip install luma.emulator
I am controling a raspberry attached to a monitor via SSH. python anyexample -d pygame shows this on the therminal:
and the monitor continues blank.. am I missing something?
@nagualcode I thought you wanted to run it using HDMI. Try running the sample without ssh.
Yep, the monitor is attached via HDMI. I dont have a USB keyboard... Only ssh access. Also, I dont have X server installed, do I need it?
Maybe I need to add this somewhere the pygame emulator code?
os.putenv('SDL_VIDEODRIVER', 'fbcon') pygame.display.init()
How can I run these examples on the raspberry frambuffer (HDMI output) ?