Refresh of Demo applications

This commit is contained in:
MikeTheWatchGuy 2018-08-09 13:18:04 -04:00
parent 7e1ff1d543
commit 8f220a7ac1
9 changed files with 139 additions and 87 deletions

View file

@ -88,7 +88,7 @@ def RemoteControlExample_NoGraphics():
def main():
RemoteControlExample_NoGraphics()
# Uncomment to get the fancy graphics version. Be sure and download the button images!
# RemoteControlExample()
RemoteControlExample()
sg.MsgBox('End of non-blocking demonstration')
if __name__ == '__main__':