Hello all. I'm somewhat of a NOOB to the Pi and the PiFace (more the PiFace than anything).
I'm working on a project that is based on this projects:raspi_video_loop - xuv's notebook where I'm using hello_video for a looping display.
I want to use the PiFace 0-4 buttons to fire off a script that will change what graphic is playing.
Ideally there'd be a menu on screen 1)FirstGraphic 2)SecondGraphic 3)Third Graphic 4)Fourth Graphic to indicate what graphics are loaded on which buttons (this will be static so won't need feedback from anything).
My biggest issue is that I really don't know a whole lot about python programming. I played around with the simple lcd_on lcd_of write text stuff that's on the page but beyond that I have no idea where to go with it.
Essentially it seems very simple to me. Press button 1. Fire off script which says "copy graphicone.h264" to overwrite the "loop.h264 graphic".
Can anyone point me in the right direction here? There's not a ton of info out there on this so was hoping y'all could help.
Regards,
SS