Skip to content

Commit 59e5a34

Browse files
added properties files
1 parent 4a2b339 commit 59e5a34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=RGB_LED_Matrix_Lib
2-
version=1.2.0
1+
name=Shift Register LED Matrix Lib
2+
version=1.0.0
33
author=Michael Kamprath <[email protected]>
44
maintainer=Michael Kamprath <[email protected]>
55
sentence=A driver for LED matrices that use shift registers to control rows and columns.
6-
paragraph=Provides a high level API for drawing to the LED matrix. Can drive either a single color and 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. See website for hardware designs supported.
6+
paragraph=Provides a high level API for managing and drawing to the LED matrix. Can drive either a single color and 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.
77
category=Display
88
url=http://www.kamprath.net/led-matrix/
99
architectures=*

0 commit comments

Comments
 (0)