-
Notifications
You must be signed in to change notification settings - Fork 11
/
test.sh
70 lines (61 loc) · 868 Bytes
/
test.sh
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
58
59
60
61
62
63
64
65
66
67
68
69
70
./tft r
./tft +1 ABCDEFG
./tft +2 abcdefg
./tft +3 1234567
./tft +4 7654321
sudo ./tft s
echo -n "push Enter"
read input
./tft P1 1
./tft P2 2
./tft P3 3
./tft P4 4
sudo ./tft s
echo -n "push Enter"
read input
./tft B0 BLACK
./tft F1 WHITE
./tft F2 WHITE
./tft F3 WHITE
./tft F4 WHITE
sudo ./tft s
echo -n "push Enter"
read input
./tft F1 WHITE
./tft F2 YELLOW
./tft F3 CYAN
./tft F4 BLUE
sudo ./tft s
echo -n "push Enter"
read input
./tft R90
sudo ./tft s
echo -n "push Enter"
read input
./tft R180
sudo ./tft s
echo -n "push Enter"
read input
./tft R270
sudo ./tft s
echo -n "push Enter"
read input
./tft B1 CYAN
./tft B2 CYAN
./tft B3 CYAN
./tft B4 CYAN
./tft F1 BLUE
./tft F2 RED
./tft F3 BLACK
./tft F4 GRAY
./tft R0
sudo ./tft s
echo -n "push Enter"
read input
./tft R180
sudo ./tft s
echo -n "push Enter"
read input
./tft r
./tft B0 BLACK
sudo ./tft s