summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-03-10added GPL licence informationHEADmasterdaniel-Jones22-107/+447
2018-03-10added GPL licence informationdaniel-Jones1-0/+674
2017-12-08added color up and down commands for incrementing/decrementing the colors ↵daniel-Jones1-13/+42
individually remotely (over tcp for example)
2017-12-08added comment to msgbox functiondaniel-Jones1-0/+3
2017-08-04cleaned up some arduino code changed some pointless if/else lines, planning ↵daniel-Jones1-95/+31
to rewrite it at some point, I don't really like it.
2017-08-03added 'dark' and 'resume'. dark turns the leds off and keeps their settings ↵daniel-Jones1-78/+40
in memory, resume, well, resumes the leds from where they left off.
2017-07-06Added console based server that allows clients to connect and send commands ↵daniel-Jones49-1548/+1452
to the microcontroller, does not require X to use, includes the IRC bot. Also included my beginning works on a c ncurses based client.
2017-06-22So, uh, I fixed the IRC reconnect feature, it was completely broken.daniel-Jones2-13/+18
2017-06-16added irc reconnect when it has detected a closed connectiondaniel-Jones2-2/+22
2017-06-04added HTML/JS/PHP pages/scripts to allow RGB changes over a web page. ↵daniel-Jones31-437/+4951
Integrated a server into the application to allow incoming connections and receive commands
2017-05-17Major update, UI redesigned to fit a smaller footprint using tabs and an irc ↵daniel-Jones16-1397/+866
bot has been introduced in the IRC tab to allow control of my leds from literally anywhere.
2017-04-07Merged source into one .cpp and .h. Added serial communication from the ↵daniel-Jones28-238/+1071
Arduino to the host computer. Added ping/pong system to maintain a connection, once 3 failed tries have occured, the connection is force closed, this restores the ui to a desired state. A ping is sent every 60 seconds and a response is required within one second. Some debug UI additions and code is still present, to be removed.
2017-02-26Created a console based version of the RGB controller using Qt.daniel-Jones10-0/+944
2017-02-23Converted presets file location to a safe OS agnostic location ↵daniel-Jones10-365/+1581
(~/.local/share/RGBcontroller on Linux)
2017-02-22This time i did it correctly, all buttons, sliders etc work as intended when ↵daniel-Jones5-2/+29
disconnected.
2017-02-22Added new buttons/sliders/etc to the disable/enable sections leaving them ↵daniel-Jones7-2/+50
only accesible when usable. New sliders now default to 0.
2017-02-16Fade minimum and maximum values now correctly function.daniel-Jones5-5/+11
2017-02-15Fade with individual speed control now works, can fade each color at its own ↵daniel-Jones17-714/+731
speed. Serial communication revamped to allow extra commands in both the front and backend.
2017-02-13added fade ability to Arduino sketch, using psuedo threading. Rework of ↵daniel-Jones34-282/+3304
serial communication also started, the Qt interface is currently under development to support fading.
2016-07-08Added a dialog box function that gives an ok/cancer message box - put this ↵daniel-Jones6-49/+64
to use when deleting presets, it now confirms you want to delete the preset. I may have accidently deleted a few by mistake, woops.
2016-07-01Added the ability to delete presets, removed the hardcoded preset file ↵daniel-Jones10-76/+149
location - that was dumb on my behalf.
2016-06-18Added ability to save presets to file. NOTE: this commit includes a ↵daniel-Jones8-3/+8
hardcoded presets.txt file location for personal use, make sure to replace it with just presets.txt!
2016-06-07Added ability to save presets from the UI, it takes current RGB values and ↵daniel-Jones13-43/+116
allows you specify a preset name.
2016-06-02Added feedback for missing presets.txt file, added message box funcrion for ↵daniel-Jones14-239/+264
user alerts and other misc things
2016-05-30Updated README.mddaniel-Jones1-0/+1
2016-05-30First code commitdaniel-Jones19-0/+2135