-
Initial Software Release
09/27/2019 at 10:01 • 0 commentsThe current version of stable (as far as I know...) software has been uploaded. This includes the Arduino source code, which uses ShiftPWM with default RGB wiring over SPI to boards containing daisychained (via Q8/Serial out on the 74HC595 chips) shift registers. This script uses Python 2.7 and does require PyGame, PIL, and PySerial to be installed.
*** Linux: Use "python vkos_cc.py --emu" to test-drive the GUI, without the proprietary hardware requirements. While Python is cross-platform, I have no intention of making this software fully Windows compatible, as it is not meant to stand alone as a GUI engine. I have provided the source code merely so that others may possibly benefit from my trial-and-error results. -
Initial post
01/28/2019 at 10:07 • 0 commentsThe software currently has functioning color configuration and UI elements for both the FBA and Thor devices. Once I have assembled the FBA control circuit, I will begin COMMS (serial) module implementation, as I would prefer to design the new circuit first and then make the code work with that, as opposed to the other way around.