Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeSkor committed Jul 22, 2021
1 parent 439c18b commit 8943c16
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SSVXYMatrixText
Class to show text (English, Russian) on XY LED Matrix, based on FastLED.
Supports different orientations. Tested on WS2812 Full Color LED 16x16 matrix.
# SSVTimer
One more non-blocking Timer class.

5/23/2020 - fix bug with overfloating every 49.5 days.
20 changes: 9 additions & 11 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name=SSVXYMatrixText
version=1.0.0
author=Serge Skorodinsky
maintainer=Serge Skorodinsky <[email protected]>
sentence=Class to show text (English, Russian) on XY LED Matrix, based on FastLED.
paragraph=Supports different orientations. Tested on WS2812 Full Color LED 16x16 matrix.
category=Display
url=https://github.com/SergeSkor/SSVXYMatrixText
architectures=*
includes=SSVXYMatrixText.h
depends=FastLED
name=SSVTimer
version=1.0.1
author=Serge Skorodinsky
maintainer=Serge Skorodinsky <[email protected]>
sentence=One more non-blocking timer class based on millis() function.
paragraph=Convenient to use, simple and reliable. Works when millis overfloating after 49.5 days.
category=Timing
url=https://github.com/SergeSkor/SSVTimer
architectures=*

0 comments on commit 8943c16

Please sign in to comment.