File tree 1 file changed +14
-3
lines changed
1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 38
38
"G19" : { "x" : 39.03 , "y" : 95.49 , "target" : " GPIO19" },
39
39
"G20" : { "x" : 41.57 , "y" : 95.49 , "target" : " GPIO20" },
40
40
"GND.4" : { "x" : 44.11 , "y" : 95.49 , "target" : " GND" },
41
- "3V3.4" : { "x" : 46.65 , "y" : 95.49 , "target" : " power(3.3)" }
41
+ "3V3.4" : { "x" : 46.65 , "y" : 95.49 , "target" : " power(3.3)" },
42
+
43
+ // internals
44
+ "$gpio4" : { "target" : [" GPIO4" , " lcd1:D/C" ] },
45
+ "$gpio5" : { "target" : [" GPIO5" , " lcd1:CS" ] },
46
+ "$gpio6" : { "target" : [" GPIO6" , " lcd1:MOSI" ] },
47
+ "$gpio7" : { "target" : [" GPIO7" , " lcd1:SCK" ] },
48
+ "$gpio48" : { "target" : [" GPIO48" , " lcd1:RST" ] },
49
+
50
+ "$gpio8" : { "target" : " GPIO8" }, // SDA
51
+ "$gpio18" : { "target" : " GPIO18" } // SCL
42
52
},
43
53
44
54
"displays" : [
45
55
{
46
- "id" : " chip " ,
56
+ "id" : " lcd1 " ,
47
57
"x" : 13.137 ,
48
58
"y" : 18.973 ,
49
59
"width" : 70.275 ,
50
60
"height" : 53.254 ,
51
61
"pixelWidth" : 320 ,
52
62
"pixelHeight" : 240 ,
53
- "chip" : " ili9341" // actually ili9342c
63
+ "flipVertical" : true ,
64
+ "chip" : " ili9342c"
54
65
}
55
66
],
56
67
You can’t perform that action at this time.
0 commit comments