Development of the automated chromatography rack. Diagnostics Accelerator / Synthetic Biology. Wyss Institute.
- Dima Ter-Ovanesyan - [email protected]
- David Kalish - [email protected]
- Allen Tat - [email protected]
- Adele Nikitina - [email protected]
The folder ./dev/
is for development and testing.
The folder ./SEC_GUI/
is what must be on the Raspberry Pi. Run python Octasome_GUI.py
. To autorun GUI from boot, see below.
To auto-run the GUI and disable the screensaver, edit the file /etc/xdg/lxsession/LXDE-pi/autostart
And add these lines to the end:
@python3 /home/pi/Desktop/SEC_GUI/Octasome_GUI.py
@xscreensaver -no-splash
(or whatever the path to the file is on the first line)