Skip to content

mkhattat/RGB-Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGB-Matrix

About

An Arduino Due Bare metal C++ Library for RGB Matrix 64×32 and a simple game to show the work of the library.
This Library uses Bmptk (Bare Metal Programming Toolkit). for more information refre to “bmptk/README.txt”.

You can find the source code of the library in the “core” folder.

Documentation

For Documentation of RGB-Matrix library refer to “html/index.html” or https://mkhattat.github.io/RGB-Matrix/index.html

Compile

You can find the source code of the Game in the LedRunner folder. In order to compile the game cd to the LedRunner directory and type in the command line:

$ cd LedRunner
$ make

Upload

In order to upload the compiled binary use the following commands:

$ stty -F /dev/ttyACM0 1200
$ bossac --port ttyACM0 -U false -e -w  -b main.bin -R

Contributor

Wouter van Ooijen (wouter@voti.nl)

https://github.com/huict/TCTI-V1OOPC-15-BASE