File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ #######################################
2
+ # Syntax Coloring Map For Arduino GLCD
3
+ #######################################
4
+
5
+ #######################################
6
+ # Datatypes (KEYWORD1)
7
+ #######################################
8
+
9
+ LcdScreen KEYWORD1
10
+
11
+ #######################################
12
+ # Methods and Functions (KEYWORD2)
13
+ #######################################
14
+
15
+
16
+ #######################################
17
+ # Constants (LITERAL1)
18
+ #######################################
19
+
20
+ EsploraTFT LITERAL1
Original file line number Diff line number Diff line change
1
+ name =Arduino LCD Screen Library
2
+ version =0.1.0
3
+ author =Julian Sanin
4
+ maintainer =Julian Sanin <
[email protected] >
5
+ sentence =This is a library for the Arduino LCD Screen display.
6
+ paragraph =This is a library for the Arduino LCD Screen display.
7
+ category =Display
8
+ url =https://github.com/rainerum-robotics-arduino/LcdScreen
9
+ architectures =*
You can’t perform that action at this time.
0 commit comments