Web Analytics Made Easy - Statcounter

Pi temperature control

A super-quick mockup of a replacement GUI that was originally written in tkinter.

It's meant to run on a Raspberry Pi but has the GPIO stuff not present at the moment. It's only the GUI.

It would be best to completely separate the hardware / GPIO code into functions. This will allow the GUI to be run and tested on platforms other than the Pi that don't support GPIO. For those platforms the functions that do GPIO can simply return.

The original tkinter code can be found here:

https://www.reddit.com/r/learnpython/comments/e2qcdz/pid_interface_keeps_crashing/

When run on Windows the code produces this GUI

snag-0574.jpg

Running on the Pi it looks nearly identical

snag-0576-_2.jpg