-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67f44d6
commit 4067807
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name=Shift Register LED Matrix Lib | ||
version=2.0.2 | ||
version=2.0.3 | ||
author=Michael Kamprath <[email protected]> | ||
maintainer=Michael Kamprath <[email protected]> | ||
sentence=A driver for LED matrices that use shift registers to control rows and columns. | ||
sentence=A driver for LED matrices that use shift registers to control rows and columns. | ||
paragraph=Provides a high level API for managing and drawing to the LED matrix. Can drive either a single color or RGB LED matrices. Color shading is enabled using PWM-style updates to the matrix shift registers. Uses a clock interrupt. Designed to be used with 74HC595 and/or DM13A type shift registers, or similar. See website for hardware designs supported. | ||
category=Display | ||
url=https://kamprath.net/hacks/led-matrix/ | ||
|