Python terminal window no longer opens when GUI is run. Any error messages generated by the GUI are written to an 'ErrorLog.txt' file rather than being printed in the python terminal.
GUI window now has pyControl taskbar icon rather than generic python icon.
Fixed bug where experiments tab variables table did not recognise variables if named imports were used in the task file.
Python terminal window no longer opens when GUI is run. Any error messages generated by the GUI are written to an 'ErrorLog.txt' file rather than being printed in the python terminal.
GUI window now has pyPhotometry taskbar icon rather than generic python icon.
Changed PyQt app style to 'Fusion' for consistent apearence across platforms.
LED current commands sent to board during run now use 2 bytes rather than 1 to specify LED current, to support currents larger than 256mA.