The MAX7219 driver has been extended to add support for bitmap drawing on an 8-by-8 LED matrix panel. Consumers can specify the targeted chip, which corresponds to a LED matrix panel, and provide a 64-bit image buffer specifying the pixels which should illuminate.
3 lines
80 B
Makefile
3 lines
80 B
Makefile
PROGRAM = max7219_8x8
|
|
EXTRA_COMPONENTS = extras/max7219
|
|
include ../../common.mk
|