ecookbook restoring the folders for testing...
This commit is contained in:
parent
0574702876
commit
9f40a47d30
109 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,21 @@
|
|||
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
|
||||
|
||||

|
||||
|
||||
Running on the Pi it looks nearly identical
|
||||
|
||||

|
||||
|
||||
<iframe src='https://trinket.io/embed/pygame/73280f3dc5?start=result' width='100%' height='500' frameborder='0' marginwidth='0' marginheight='0' allowfullscreen></iframe>
|
Loading…
Add table
Add a link
Reference in a new issue