HI,
Rpi3,latest Runeaudio,i2c display, no lirc
finally my runeaudio test runs fine but i like to see some extra buttons to switch between the screens without lirc.
so i insert a new button to the list and ask in mdpclient '(145') if the command from the button come.
this works !
but how to change between the screens ?
if (command == 'SCR'):
screen = 3
update_display()
self.cmd_client.stop()
this will not work , so how to change the screen and call the display to show it.
thx a lot