Project

General

Profile

Statistics
| Branch: | Revision:

root / arduino-1.0 / libraries / LiquidCrystal / keywords.txt @ 58d82c77

History | View | Annotate | Download (809 Bytes)

1
#######################################
2
# Syntax Coloring Map For LiquidCrystal
3
#######################################
4

    
5
#######################################
6
# Datatypes (KEYWORD1)
7
#######################################
8

    
9
LiquidCrystal	KEYWORD1
10

    
11
#######################################
12
# Methods and Functions (KEYWORD2)
13
#######################################
14

    
15
begin	KEYWORD2
16
clear	KEYWORD2
17
home	KEYWORD2
18
print	KEYWORD2
19
setCursor	KEYWORD2
20
cursor	KEYWORD2
21
noCursor	KEYWORD2
22
blink	KEYWORD2
23
noBlink	KEYWORD2
24
display	KEYWORD2
25
noDisplay	KEYWORD2
26
autoscroll	KEYWORD2
27
noAutoscroll	KEYWORD2
28
leftToRight	KEYWORD2
29
rightToLeft	KEYWORD2
30
scrollDisplayLeft	KEYWORD2
31
scrollDisplayRight	KEYWORD2
32
createChar	KEYWORD2
33

    
34
#######################################
35
# Constants (LITERAL1)
36
#######################################
37