forked from technezio/ledMatrix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeywords.txt
More file actions
30 lines (24 loc) · 743 Bytes
/
keywords.txt
File metadata and controls
30 lines (24 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#######################################
# Syntax Coloring Map For ledMatrix
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
ledMatrix KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
writeReg KEYWORD2
dot KEYWORD2
load KEYWORD2
flush KEYWORD2
setBrightness KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
MAX7219_REG_NOOP LITERAL1
MAX7219_REG_DECODEMODE LITERAL1
MAX7219_REG_INTENSITY LITERAL1
MAX7219_REG_SCANLIMIT LITERAL1
MAX7219_REG_SHUTDOWN LITERAL1
MAX7219_REG_DISPLAYTEST LITERAL1