UNPKG
node-xtouch-one
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
X-Touch One interface for Node JS
github.com/ylorant/node-x-touch-one
ylorant/node-x-touch-one
node-xtouch-one
/
lcd.js
14 lines
(12 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
const
LCD
=
{}
;
LCD.Background
=
{
BLACK:
0
,
RED:
1
,
GREEN:
2
,
YELLOW:
3
,
BLUE:
4
,
MAGENTA:
5
,
CYAN:
6
,
WHITE:
7
, }
;
module.exports
=
LCD;