Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 843 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 843 Bytes

automated-chromatography

Development of the automated chromatography rack. Diagnostics Accelerator / Synthetic Biology. Wyss Institute.

Folders

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.

Auto-run at RaspPi boot

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)