News

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.
Rather than reimplement things each and every time, [sgall17a] put together a simple GUI menu system in Micropython that can be reused in all sorts of projects. The approach uses tables to define ...