fruchti
a9baea6e4d
Fix libusb header paths
2024-06-04 20:00:20 +02:00
fruchti
7a8d24c872
Add nix shell
2024-06-04 20:00:20 +02:00
fruchti
f9129b3957
Add LED matrix control through USB iso transfers
2024-06-04 20:00:17 +02:00
CNLohr
237d0534fa
Update clang to not require Windows SDK.
2023-07-29 13:40:58 -04:00
Cai Biesinger
45b483b96d
Fixing cnfa module referencing nonexistant commit
2022-12-06 16:31:53 -07:00
CNLohr
34093a0ead
Update CNFA
2022-11-12 14:07:53 -08:00
CNLohr
6dab01fb35
Fix build on unusual version of mingw.
2022-11-12 13:57:47 -08:00
Samuel Ellicott
72c880f701
Fix Windows build and build instructions
2022-10-22 01:21:21 -04:00
Sam Ellicott
300e50c33f
Build and cleanup colorchord-opengl by default.
...
- Remove binary from tracked files
2022-10-21 23:04:18 -04:00
Sam Ellicott
9dc4b12708
Remove FPS counter on command line
...
- Don't show debug info by default
- Other minor formatting changes
2022-10-21 23:02:24 -04:00
Sam Ellicott
ba996232a4
Default background is black
2022-10-21 22:57:59 -04:00
Sam Ellicott
744f65defb
All files included in Windows build
...
- Displays that only work on linux have a compile guard
2022-10-21 22:57:12 -04:00
Sam Ellicott
66a577ef82
Edit default configurations
...
- Better documentation of settings
- Default settings work on Windows and Linux
- Move all configurations other than
default to example_configs directory
- Modify main.c to handle config updates
2022-10-21 22:51:41 -04:00
Eugene8388608
0883886fa2
Add files via upload
2021-12-12 02:24:35 +03:00
Eugene8388608
ce43258505
Add files via upload
2021-11-24 00:53:59 +03:00
Eugene8388608
6dd5695403
Add files via upload
2021-11-24 00:29:42 +03:00
Eugene8388608
551e857fb1
Add files via upload
2021-11-05 23:26:14 +03:00
Sam Ellicott
c800b70640
Update colorchord binary
2021-06-07 20:42:36 -04:00
Sam Ellicott
da7190f0fa
Make default to compile with openGL support
2021-06-07 20:39:35 -04:00
Sam Ellicott
0fa56bb434
Bump rawdraw version
2021-06-07 20:18:26 -04:00
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