Commit graph

160 commits

Author SHA1 Message Date
Sam Ellicott
2feb2e9432 Bump rawdraw version 2021-06-05 00:12:57 -04:00
Sam Ellicott
ffe467c2dd Define constants for various application colors 2021-06-05 00:12:38 -04:00
Sam Ellicott
9210cca20e Remove old, dead, code 2021-06-05 00:10:13 -04:00
Sam Ellicott
28612cadd8 Update to master branch of rawdraw
- Add HandleDestroy stub function
- Update HSVtoHEX function to RGBA
- Start moving over to CNFGColor()
2021-06-04 22:42:50 -04:00
Sam Ellicott
56007d28eb Updated devrecord
- Made windows loopback device the default
- Added instructions on how to do the same on Linux
2021-06-04 21:57:34 -04:00
Sam Ellicott
737ae717bb Fix tcc build on Windows 2021-06-03 08:28:59 -04:00
Sam Ellicott
deeec1b716 Fix Windows build 2021-06-03 00:08:49 -04:00
Sam Ellicott
27ed88b5de
Merge pull request #122 from cnlohr/code-cleanup
Merge code cleanup branch
2021-05-22 15:50:20 -04:00
Sam Ellicott
e87d16e905 Update Makefile with an opengl option 2021-05-22 15:47:42 -04:00
Sam Ellicott
08eb40a900 Fix formatting issues 2021-05-22 14:45:23 -04:00
Sam Ellicott
e853558f7b bump CNFA submodule
Fix CNFA driver not being loaded with clang on Windows [Issue 121](https://github.com/cnlohr/colorchord/issues/121)
This was caused by improper #ifdef guards on driver initilization code
in CNFA.
2021-04-29 05:33:53 -04:00
wesleygas
2fbc910415 WLED Integration and example config 2021-04-04 23:49:59 -03:00
Sam Ellicott
b6b3039459 Fix allignment issue 2021-03-13 15:55:43 -05:00
Sam Ellicott
cb9b6bc569 Use spaces for allignment instead of tabs 2021-03-13 14:23:52 -05:00
Sam Ellicott
ad23066976 Fix some allignment issues noticed in github 2021-03-13 14:12:19 -05:00
Sam Ellicott
793e72df42 Fix some missed updated variable names 2021-03-13 14:02:53 -05:00
Sam Ellicott
2f89063b6a Clean up main.c 2021-03-13 13:58:40 -05:00
Cai Biesinger
6e5e659047 Fixing rare out-of-bounds crash 2020-12-31 20:35:13 -08:00
CNLohr
d94c3eac94
Merge pull request #114 from hazcoper/fix-mul_defined_embeddedbins
Fix bug(?) if dft.c
2020-11-29 21:24:12 -08:00
CNLohr
7140c116ac
Merge pull request #113 from NikkyAI/non_linux_unix
Allow building on non-Linux Unix systems.
2020-11-29 20:54:21 -08:00
hazcoper
f368da416a Fix bug(?) if dft.c 2020-11-01 23:33:42 +00:00
cnlohr
b065da7474 Add radial display mode. 2020-10-25 21:50:54 -07:00
nia
19b70322ef Allow building on non-Linux Unix systems.
- Use pkg-config to find required libraries and include paths.
- Only include extra Linux libraries on Linux.
- Add libusb fallback code to hidapi.c
2020-10-03 09:38:38 +02:00
cnlohr
1b7675ddd7 Add output gamma 2020-09-26 14:48:47 -07:00
CNLohr
0121375d61 Make netlight dmx loop 2020-09-22 18:54:32 -04:00
CNLohr
11fe3a9b38 Update with DMX-512 output. Matching project here: https://github.com/cnlohr/esp8266_dmx_explorer 2020-09-20 20:30:55 -04:00
cnlohr
fdabac3b0d Fix inability to operate in headless mode. 2020-08-01 20:13:02 -07:00
cnlohr
b6be6c14a4 Fix flipped argument order and update CNFA 2020-07-05 23:43:26 -07:00
CaiB
204fa77004 Correcting config parameter name. Fixes #108 2020-05-24 15:17:32 +09:00
NikkyAI
d66addd256
switch out cc for $(CC) in Makefile 2020-05-22 11:12:27 +02:00
Sam Ellicott
4b405029ae Merge branch 'master' of github.com:CaiB/colorchord 2020-05-21 23:13:24 -04:00
Sam Ellicott
5a6e342a23 Fix Linux build issues 2020-05-21 23:13:20 -04:00
cnlohr
4626c40991 Bump submodule 2020-05-21 19:52:47 -07:00
cnlohr
052d1b32d0 Merge branch 'master' of https://github.com/cnlohr/colorchord 2020-05-21 19:52:26 -07:00
cnlohr
aa4e95681c Update swapped order of ops in CNFA. 2020-05-21 19:52:10 -07:00
CNLohr
46156fe9e0
Update compile.bat 2020-05-21 02:38:22 -07:00
CNLohr
303d164e43 Update default.conf
Fix default dev recording and explain
2020-05-21 06:20:06 -07:00
CNLohr
99aefdef87 Bump ColorChord on Windows 2020-05-21 06:13:26 -07:00
cnlohr
0d1401cfa6 Some cleanup from merge. 2020-05-20 22:38:19 -07:00
Sam Ellicott
69dcc03f39 Slightly change default config 2020-05-21 00:03:53 -04:00
Sam Ellicott
4eb0eb8d4a Misc fixes:
-Make the submodule match upstream.
-Update Windows makefile to work.
2020-05-20 23:59:59 -04:00
Sam Ellicott
98623aa299 Fix CNFA initilization call. 2020-05-20 22:40:53 -04:00
Sam Ellicott
3274984ebf bump submodule version 2020-05-20 22:39:50 -04:00
Sam Ellicott
d8578fe6d9 Fix TCC being dumb 2020-05-20 20:34:37 -04:00
nikky
556338cfcb add DisplayNetwork support to android 2020-05-20 21:34:57 +02:00
CaiB
bf95be1226 Clarifying config comments 2020-05-20 14:42:39 +09:00
CaiB
003a1f4f8a Marging 2020-05-20 14:38:56 +09:00
Sam Ellicott
33f33ed9fd Oops, that could have been embareassing. 2020-05-20 00:10:59 -04:00
Sam Ellicott
779651da4b Remove VS-Code files 2020-05-20 00:04:14 -04:00
Sam Ellicott
4cc141bff1 Add more comments to the default configuration 2020-05-20 00:01:30 -04:00