Skip to content

Commit

Permalink
fix(esp32-s3-box): change svg colors to black, change tooltip positio…
Browse files Browse the repository at this point in the history
…n top and bottom
  • Loading branch information
AriellaE committed Jun 5, 2024
1 parent 92e6e57 commit 73ef270
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 45 deletions.
68 changes: 44 additions & 24 deletions boards/esp32-s3-box/board.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,54 @@

"pins": {
// left socket
"G9": { "x": 13.9, "y": 92.95, "target": "GPIO9" },
"G43": { "x": 16.44, "y": 92.95, "target": "GPIO43" },
"G44": { "x": 18.98, "y": 92.95, "target": "GPIO44" },
"G14": { "x": 21.52, "y": 92.95, "target": "GPIO14" },
"GND.1": { "x": 24.06, "y": 92.95, "target": "GND" },
"3V3.1": { "x": 26.6, "y": 92.95, "target": "power(3.3)" },
"G9": { "x": 13.9, "y": 92.95, "target": "GPIO9", "tooltip": "top" },
"G43": { "x": 16.44, "y": 92.95, "target": "GPIO43", "tooltip": "top" },
"G44": { "x": 18.98, "y": 92.95, "target": "GPIO44", "tooltip": "top" },
"G14": { "x": 21.52, "y": 92.95, "target": "GPIO14", "tooltip": "top" },
"GND.1": { "x": 24.06, "y": 92.95, "target": "GND", "tooltip": "top" },
"3V3.1": {
"x": 26.6,
"y": 92.95,
"target": "power(3.3)",
"tooltip": "top"
},

"G10": { "x": 13.9, "y": 95.49, "target": "GPIO10" },
"G11": { "x": 16.44, "y": 95.49, "target": "GPIO11" },
"G13": { "x": 18.98, "y": 95.49, "target": "GPIO13" },
"G12": { "x": 21.52, "y": 95.49, "target": "GPIO12" },
"GND.2": { "x": 24.06, "y": 95.49, "target": "GND" },
"3V3.2": { "x": 26.6, "y": 95.49, "target": "power(3.3)" },
"G10": { "x": 13.9, "y": 95.49, "target": "GPIO10", "tooltip": "bottom" },
"G11": { "x": 16.44, "y": 95.49, "target": "GPIO11", "tooltip": "bottom" },
"G13": { "x": 18.98, "y": 95.49, "target": "GPIO13", "tooltip": "bottom" },
"G12": { "x": 21.52, "y": 95.49, "target": "GPIO12", "tooltip": "bottom" },
"GND.2": { "x": 24.06, "y": 95.49, "target": "GND", "tooltip": "bottom" },
"3V3.2": {
"x": 26.6,
"y": 95.49,
"target": "power(3.3)",
"tooltip": "bottom"
},

// right socket
"G38": { "x": 33.95, "y": 92.95, "target": "GPIO38" },
"G39": { "x": 36.49, "y": 92.95, "target": "GPIO39" },
"G40": { "x": 39.03, "y": 92.95, "target": "GPIO40" },
"G41": { "x": 41.57, "y": 92.95, "target": "GPIO41" },
"GND.3": { "x": 44.11, "y": 92.95, "target": "GND" },
"3V3.3": { "x": 46.65, "y": 92.95, "target": "power(3.3)" },
"G38": { "x": 33.95, "y": 92.95, "target": "GPIO38", "tooltip": "top" },
"G39": { "x": 36.49, "y": 92.95, "target": "GPIO39", "tooltip": "top" },
"G40": { "x": 39.03, "y": 92.95, "target": "GPIO40", "tooltip": "top" },
"G41": { "x": 41.57, "y": 92.95, "target": "GPIO41", "tooltip": "top" },
"GND.3": { "x": 44.11, "y": 92.95, "target": "GND", "tooltip": "top" },
"3V3.3": {
"x": 46.65,
"y": 92.95,
"target": "power(3.3)",
"tooltip": "top"
},

"G42": { "x": 33.95, "y": 95.49, "target": "GPIO42" },
"G21": { "x": 36.49, "y": 95.49, "target": "GPIO21" },
"G19": { "x": 39.03, "y": 95.49, "target": "GPIO19" },
"G20": { "x": 41.57, "y": 95.49, "target": "GPIO20" },
"GND.4": { "x": 44.11, "y": 95.49, "target": "GND" },
"3V3.4": { "x": 46.65, "y": 95.49, "target": "power(3.3)" },
"G42": { "x": 33.95, "y": 95.49, "target": "GPIO42", "tooltip": "bottom" },
"G21": { "x": 36.49, "y": 95.49, "target": "GPIO21", "tooltip": "bottom" },
"G19": { "x": 39.03, "y": 95.49, "target": "GPIO19", "tooltip": "bottom" },
"G20": { "x": 41.57, "y": 95.49, "target": "GPIO20", "tooltip": "bottom" },
"GND.4": { "x": 44.11, "y": 95.49, "target": "GND", "tooltip": "bottom" },
"3V3.4": {
"x": 46.65,
"y": 95.49,
"target": "power(3.3)",
"tooltip": "bottom"
},

// internals
"$gpio4": { "target": ["GPIO4", "lcd1:D/C"] },
Expand Down
44 changes: 23 additions & 21 deletions boards/esp32-s3-box/board.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73ef270

Please sign in to comment.