News

Rather than reimplement things each and every time, [sgall17a] put together a simple GUI menu system in Micropython ... with a pretty good assortment of examples. Getting up to speed using this ...
Last time, I assembled a Python object ... the simplest example. Make a button and close the program when you push it. The mainloop call handles the event loop common in GUI programs.