forked from arkhipenko/TM1650
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TM1650 7 seg display driver v1.0.2 - updated to comply with arduino l…
…ib manager std. * created library.properties file * moved sorce code to src/ folder * added keywords
- Loading branch information
1 parent
9c8c78f
commit 5a191d0
Showing
5 changed files
with
109 additions
and
66 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
####################################### | ||
# Syntax Coloring Map For TaskManager | ||
####################################### | ||
|
||
####################################### | ||
# Datatypes (KEYWORD1) | ||
####################################### | ||
|
||
TM1650 KEYWORD1 | ||
|
||
####################################### | ||
# Methods and Functions (KEYWORD2) | ||
####################################### | ||
|
||
init KEYWORD2 | ||
clear KEYWORD2 | ||
displayOn KEYWORD2 | ||
displayOff KEYWORD2 | ||
displayState KEYWORD2 | ||
displayString KEYWORD2 | ||
displayRunning KEYWORD2 | ||
displayRunningShift KEYWORD2 | ||
setBrightness KEYWORD2 | ||
controlPosition KEYWORD2 | ||
setPosition KEYWORD2 | ||
setDot KEYWORD2 | ||
getPosition KEYWORD2 | ||
getNumPositions KEYWORD2 | ||
|
||
####################################### | ||
# Constants (LITERAL1) | ||
####################################### | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name=TM1650 | ||
version=1.0.2 | ||
author=Anatoli Arkhipenko <[email protected]> | ||
maintainer=Anatoli Arkhipenko <[email protected]> | ||
sentence=7 segment display driver for JY-MCU module based on TM1650 chip. | ||
paragraph=Allows control of JY-MCU 7 segment display modules based on TM1650 chip. | ||
category=Device Control | ||
url=https://github.com/arkhipenko/TM1650.git | ||
architectures=* |
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