Thursday, March 22, 2018

S2 | Week 9 - Improvements made on the Python GUI

(3/21/18) In our meeting today, Coby and Ben were setting up our GUI on the Rasberry Pi and displaying it on the TV, while trying to troubleshoot and fix scaling issues.

I continued to work on the options menu and I finally found a solution which passes the selected station to my function! From there, I compared the selection to strings labeled Station 01 - Station 14, and based on which station matches, the corresponding Station number then gets written to our instructions array.

So now, we have a functional options menu, which greatly simplified the aesthetics of our GUI, while also simplifying our Python code by about 20-25 lines.

No comments:

Post a Comment