File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 4545 "$gpio5" : { "target" : [" GPIO5" , " lcd1:CS" ] },
4646 "$gpio6" : { "target" : [" GPIO6" , " lcd1:MOSI" ] },
4747 "$gpio7" : { "target" : [" GPIO7" , " lcd1:SCK" ] },
48- "$gpio48" : { "target" : [" GPIO48" , " lcd1:RST" ] },
48+ "$gpio48" : { "target" : [" GPIO48" , " lcd1:RST" , " touch1:RST " ] },
4949
50- "$gpio8" : { "target" : " GPIO8" }, // SDA
51- "$gpio18" : { "target" : " GPIO18" } // SCL
50+ "$gpio3" : { "target" : [" GPIO3" , " touch1:INT" ] },
51+ "$gpio8" : { "target" : [" GPIO8" , " touch1:SDA" ] }, // SDA
52+ "$gpio18" : { "target" : [" GPIO18" , " touch1:SCL" ] } // SCL
5253 },
5354
5455 "displays" : [
6162 "pixelWidth" : 320 ,
6263 "pixelHeight" : 240 ,
6364 "flipVertical" : true ,
64- "chip" : " ili9342c"
65+ "chip" : " ili9342c" ,
66+ "touch" : {
67+ "id" : " touch1" ,
68+ "chip" : " tt21100"
69+ }
6570 }
6671 ],
6772
You can’t perform that action at this time.
0 commit comments