-
Notifications
You must be signed in to change notification settings - Fork 94
Expand file tree
/
Copy pathkeywords.txt
More file actions
40 lines (36 loc) · 905 Bytes
/
keywords.txt
File metadata and controls
40 lines (36 loc) · 905 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
31
32
33
34
35
36
37
38
39
40
#######################################
# Syntax Coloring Map For Grove - Serial LCD GRB BackLight
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
rgb_lcd KEYWORD1
lcd KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
begin KEYWORD2
clear KEYWORD2
home KEYWORD2
display KEYWORD2
noBlink KEYWORD2
blink KEYWORD2
noCursor KEYWORD2
cursor KEYWORD2
scrollDisplayLeft KEYWORD2
scrollDisplayRight KEYWORD2
leftToRight KEYWORD2
rightToLeft KEYWORD2
autoscroll KEYWORD2
noAutoscroll KEYWORD2
createChar KEYWORD2
write KEYWORD2
command KEYWORD2
setRGB KEYWORD2
setPWM KEYWORD2
setColor KEYWORD2
setColorWhite KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
I2C_ADDRESS LITERAL1