Skip to content

Some HTML Canvas drawing functions ported to C++ for drawing to low-resolution LED matrices with a microcontroller

License

Notifications You must be signed in to change notification settings

indexofmetals/arduino-lightboard-canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino-lightboard-canvas

(not in a working state)

HTML Canvas drawing methods for LED matrices with Arduino or similar

Here's an idea of what it'll look like: IMG_2927

Contributing:

Setup

Pull Google Test / Google Mock subrepository:

$ git submodule init
$ git submodule update

Create build directory, run CMake, build and run unit tests:

$ mkdir build && cd build
$ cmake ..
$ make
$ ctest --verbose

About

Some HTML Canvas drawing functions ported to C++ for drawing to low-resolution LED matrices with a microcontroller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published