initial working version of ili9341 disp

This commit is contained in:
2026-07-26 19:40:48 +00:00
parent f62b5165b4
commit 6201fcaab1
11 changed files with 2148 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
{
"version": 1,
"editor": "wokwi",
"parts": [
{ "type": "board-esp32-s3-devkitc-1", "id": "esp1", "top": 67.2, "left": -263.96, "attrs": {} },
{
"type": "board-ili9341-cap-touch",
"id": "lcd1",
"top": -191.24,
"left": -0.38,
"attrs": {}
},
{
"type": "wokwi-led",
"id": "led1",
"top": -82.89,
"left": 196.26,
"attrs": { "color": "red" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 183.86,
"left": 154.06,
"attrs": { "value": "220" }
}
],
"connections": [
[ "lcd1:VCC", "esp1:3V3", "red", [ "v19.2", "h-57.6", "v-105.6", "h-124.95" ] ],
[ "lcd1:GND", "esp1:GND.2", "black", [ "v28.8", "h-76.8", "v-76.8" ] ],
[ "lcd1:CS", "esp1:11", "orange", [ "v0" ] ],
[ "lcd1:D/C", "esp1:12", "gold", [ "v0" ] ],
[ "lcd1:RESET", "esp1:10", "brown", [ "v0" ] ],
[ "lcd1:MOSI", "esp1:35", "violet", [ "v105.6", "h-124.8", "v-144" ] ],
[ "lcd1:SCK", "esp1:36", "white", [ "v115.2", "h-144", "v-86.4" ] ],
[ "esp1:37", "lcd1:MISO", "magenta", [ "h57.6", "v105.6", "h172.8" ] ],
[ "esp1:22", "lcd1:SCL", "yellow", [ "h48", "v163.2", "h192" ] ],
[ "esp1:21", "lcd1:SDA", "cyan", [ "h38.4", "v144", "h211.2" ] ],
[ "r1:2", "led1:A", "green", [ "h8.4", "v-230.4" ] ],
[ "esp1:GND.2", "led1:C", "black", [ "v0", "h86.4", "v76.8", "h278.4" ] ],
[ "esp1:17", "r1:1", "green", [ "h0" ] ]
],
"dependencies": {}
}