Skip to content

Commit 9e9a288

Browse files
committed
Added keywords and properties file
1 parent b36b51f commit 9e9a288

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

keywords.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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=*

0 commit comments

Comments
 (0)