Karri Kaksonen

Results 6 comments of Karri Kaksonen

The GPIO button presses are nowadays best converted to key presses using dtoverlay like: dtoverlay=gpio-key,gpio=23,active_low=0,gpio_pull=down,label=enter,keycode=28 Have a look at https://discourse.osmc.tv/t/how-to-use-harware-buttons-on-raspberry-pi-zero-with-gpio-key/86594 Especially if you integrate fruitbox with RetroPie or other systems...

Thanks for bringing this up. I have trying to solve this for a month with UK Hydrographic Service in vain. Obviously the only working solution today is to use C#...

Works ok for me on a Raspberry Pi 2 + 7" Official display. I have xmas, wordclock(finnish), clock and finlandarrivals running

I found out that if you add an extra class to all screens like: ``` class BlackHole(object): def __init__(self, **kw): super(BlackHole, self).__init__() class FinlandArrivals(BoxLayout, BlackHole): ``` Then the stuff works...

Thanks for returning on this. I could spend some time to test the pull requests and create a python3 pull as well. I am also running this on an Ubuntu...