0
0
Fork
You've already forked w60
0
A futile attempt to reverse-engineer the Huidu W60 LED controller protocol
  • C++ 96%
  • Makefile 4%
Find a file
2023年04月20日 12:57:12 +02:00
src UserCommand.cpp: pass buffers directly 2023年04月06日 15:05:14 +02:00
tests add more tests 2023年04月20日 12:54:10 +02:00
.gitignore .gitignore: update 2023年04月20日 09:52:31 +02:00
Makefile Makefile: improve 2023年04月20日 12:57:12 +02:00
README.md README.md: remove asio dependency 2023年03月16日 09:50:48 +01:00
screen.json initial commit 2023年03月11日 16:08:44 +01:00

w60

A futile attempt to reverse-engineer the Huidu W60 LED controller protocol

Building:

  • Install necessary packages:
$ sudo apt install libjsoncpp-dev -y
  • Then build the w60 binary:
$ make

Testing:

  • Turn on your LED array, connect to it and run the binary:
$ ./w60 screen.json "HELLO WORLD!"

Keep your fingers crossed that it will work, but it will probably not...