-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathkeywords.txt
57 lines (55 loc) · 1.18 KB
/
keywords.txt
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
###########################################
# Datatypes (KEYWORD1)
###########################################
PCF8574_HD44780_I2C KEYWORD1
###########################################
# Methods and Functions (KEYWORD2)
###########################################
init KEYWORD2
begin KEYWORD2
clear KEYWORD2
home KEYWORD2
noDisplay KEYWORD2
display KEYWORD2
noBlink KEYWORD2
blink KEYWORD2
noCursor KEYWORD2
cursor KEYWORD2
scrollDisplayLeft KEYWORD2
scrollDisplayRight KEYWORD2
printLeft KEYWORD2
printRight KEYWORD2
leftToRight KEYWORD2
rightToLeft KEYWORD2
shiftIncrement KEYWORD2
shiftDecrement KEYWORD2
noBacklight KEYWORD2
backlight KEYWORD2
autoscroll KEYWORD2
noAutoscroll KEYWORD2
createChar KEYWORD2
setCursor KEYWORD2
write KEYWORD2
command KEYWORD2
print KEYWORD2
blink_on KEYWORD2
blink_off KEYWORD2
cursor_on KEYWORD2
cursor_off KEYWORD2
setBacklight KEYWORD2
load_custom_character KEYWORD2
printstr KEYWORD2
status KEYWORD2
col KEYWORD2
row KEYWORD2
getChar KEYWORD2
getString KEYWORD2
getCursor KEYWORD2
moveCursor KEYWORD2
###########################################
# Constants
###########################################
LCD_UP LITERAL1
LCD_DOWN LITERAL1
LCD_LEFT LITERAL1
LCD_RIGHT LITERAL1