Skip to content

Commit 4bb1390

Browse files
committed
Updated library.properties and keywords.txt
1 parent 8c014f6 commit 4bb1390

File tree

2 files changed

+57
-12
lines changed

2 files changed

+57
-12
lines changed

keywords.txt

+55-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,56 @@
1-
#################################################################
2-
# Syntax Coloring Map for SparkFun Alphanumeric Display Library #
3-
#################################################################
4-
# Class
5-
#################################################################
6-
KEYWORD1
1+
==================================
2+
CLASS
3+
==================================
4+
HT16K33 KEYWORD1
75

8-
#################################################################
9-
# Methods and Functions
10-
#################################################################
11-
KEYWORD2
6+
==================================
7+
FUNCTIONS
8+
==================================
9+
begin KEYWORD2
10+
isConnected KEYWORD2
11+
initialize KEYWORD2
12+
checkDeviceID KEYWORD2
13+
lookUpDisplayAddress KEYWORD2
14+
clear KEYWORD2
15+
setBrightness KEYWORD2
16+
setBrightnessSingle KEYWORD2
17+
setBlinkRate KEYWORD2
18+
setBlinkRateSingle KEYWORD2
19+
displayOn KEYWORD2
20+
displayOff KEYWORD2
21+
displayOnSingle KEYWORD2
22+
displayOffSingle KEYWORD2
23+
setDisplayOnOff KEYWORD2
24+
enableSystemClock KEYWORD2
25+
disableSystemClock KEYWORD2
26+
enableSystemClockSingle KEYWORD2
27+
disableSystemclockSingle KEYWORD2
28+
illuminateSegment KEYWORD2
29+
illuminateChar KEYWORD2
30+
printChar KEYWORD2
31+
updateDispplay KEYWORD2
32+
decimalOnSingle KEYWORD2
33+
decimalOffSingle KEYWORD2
34+
setDecimalOnOff KEYWORD2
35+
colonOnSingle KEYWORD2
36+
colonOffSingle KEYWORD2
37+
setColonOnOff KEYWORD2
38+
shiftRight KEYWORD2
39+
shiftLeft KEYWORD2
40+
write KEYWORD2
41+
write KEYWORD2
42+
write KEYWORD2
43+
readRAM KEYWORD2
44+
writeRAM KEYWORD2
45+
writeRAM KEYWORD2
46+
47+
==================================
48+
CONSTANTS
49+
==================================
50+
DEFAULT_ADDRESS LITERAL1
51+
DEV_ID LITERAL1
52+
DEFAULT_NOTHING_ATTACHED LITERAL1
53+
54+
==================================
55+
DATA TYPES
56+
==================================

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version=1.0.0
33
author=SparkFun Electronics
44
maintainer=SparkFun Electronics
55
sentence=A library to drive the Holtek HT16K33 LED Driver with an Alphanumeric Display.
6-
paragraph=Communicates with the TMP117 over I<sup>2</sup>C to quickly integrate an alphanumeric display into your project.
6+
paragraph=Use our solderless and easy-to-use Qwiic system to send I2C commands to the <a href="https://www.sparkfun.com/products/16427">SparkX Qwiic Alphanumeric Display</a> to print strings. The I2C address is configurable, so you can connect up to four displays on one I2C bus!
77
category=Display
8-
url=
8+
url=https://github.com/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library
99
architectures=*

0 commit comments

Comments
 (0)