Skip to content

Commit 73ef270

Browse files
committed
fix(esp32-s3-box): change svg colors to black, change tooltip position top and bottom
1 parent 92e6e57 commit 73ef270

File tree

2 files changed

+67
-45
lines changed

2 files changed

+67
-45
lines changed

boards/esp32-s3-box/board.json

Lines changed: 44 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,34 +11,54 @@
1111

1212
"pins": {
1313
// left socket
14-
"G9": { "x": 13.9, "y": 92.95, "target": "GPIO9" },
15-
"G43": { "x": 16.44, "y": 92.95, "target": "GPIO43" },
16-
"G44": { "x": 18.98, "y": 92.95, "target": "GPIO44" },
17-
"G14": { "x": 21.52, "y": 92.95, "target": "GPIO14" },
18-
"GND.1": { "x": 24.06, "y": 92.95, "target": "GND" },
19-
"3V3.1": { "x": 26.6, "y": 92.95, "target": "power(3.3)" },
14+
"G9": { "x": 13.9, "y": 92.95, "target": "GPIO9", "tooltip": "top" },
15+
"G43": { "x": 16.44, "y": 92.95, "target": "GPIO43", "tooltip": "top" },
16+
"G44": { "x": 18.98, "y": 92.95, "target": "GPIO44", "tooltip": "top" },
17+
"G14": { "x": 21.52, "y": 92.95, "target": "GPIO14", "tooltip": "top" },
18+
"GND.1": { "x": 24.06, "y": 92.95, "target": "GND", "tooltip": "top" },
19+
"3V3.1": {
20+
"x": 26.6,
21+
"y": 92.95,
22+
"target": "power(3.3)",
23+
"tooltip": "top"
24+
},
2025

21-
"G10": { "x": 13.9, "y": 95.49, "target": "GPIO10" },
22-
"G11": { "x": 16.44, "y": 95.49, "target": "GPIO11" },
23-
"G13": { "x": 18.98, "y": 95.49, "target": "GPIO13" },
24-
"G12": { "x": 21.52, "y": 95.49, "target": "GPIO12" },
25-
"GND.2": { "x": 24.06, "y": 95.49, "target": "GND" },
26-
"3V3.2": { "x": 26.6, "y": 95.49, "target": "power(3.3)" },
26+
"G10": { "x": 13.9, "y": 95.49, "target": "GPIO10", "tooltip": "bottom" },
27+
"G11": { "x": 16.44, "y": 95.49, "target": "GPIO11", "tooltip": "bottom" },
28+
"G13": { "x": 18.98, "y": 95.49, "target": "GPIO13", "tooltip": "bottom" },
29+
"G12": { "x": 21.52, "y": 95.49, "target": "GPIO12", "tooltip": "bottom" },
30+
"GND.2": { "x": 24.06, "y": 95.49, "target": "GND", "tooltip": "bottom" },
31+
"3V3.2": {
32+
"x": 26.6,
33+
"y": 95.49,
34+
"target": "power(3.3)",
35+
"tooltip": "bottom"
36+
},
2737

2838
// right socket
29-
"G38": { "x": 33.95, "y": 92.95, "target": "GPIO38" },
30-
"G39": { "x": 36.49, "y": 92.95, "target": "GPIO39" },
31-
"G40": { "x": 39.03, "y": 92.95, "target": "GPIO40" },
32-
"G41": { "x": 41.57, "y": 92.95, "target": "GPIO41" },
33-
"GND.3": { "x": 44.11, "y": 92.95, "target": "GND" },
34-
"3V3.3": { "x": 46.65, "y": 92.95, "target": "power(3.3)" },
39+
"G38": { "x": 33.95, "y": 92.95, "target": "GPIO38", "tooltip": "top" },
40+
"G39": { "x": 36.49, "y": 92.95, "target": "GPIO39", "tooltip": "top" },
41+
"G40": { "x": 39.03, "y": 92.95, "target": "GPIO40", "tooltip": "top" },
42+
"G41": { "x": 41.57, "y": 92.95, "target": "GPIO41", "tooltip": "top" },
43+
"GND.3": { "x": 44.11, "y": 92.95, "target": "GND", "tooltip": "top" },
44+
"3V3.3": {
45+
"x": 46.65,
46+
"y": 92.95,
47+
"target": "power(3.3)",
48+
"tooltip": "top"
49+
},
3550

36-
"G42": { "x": 33.95, "y": 95.49, "target": "GPIO42" },
37-
"G21": { "x": 36.49, "y": 95.49, "target": "GPIO21" },
38-
"G19": { "x": 39.03, "y": 95.49, "target": "GPIO19" },
39-
"G20": { "x": 41.57, "y": 95.49, "target": "GPIO20" },
40-
"GND.4": { "x": 44.11, "y": 95.49, "target": "GND" },
41-
"3V3.4": { "x": 46.65, "y": 95.49, "target": "power(3.3)" },
51+
"G42": { "x": 33.95, "y": 95.49, "target": "GPIO42", "tooltip": "bottom" },
52+
"G21": { "x": 36.49, "y": 95.49, "target": "GPIO21", "tooltip": "bottom" },
53+
"G19": { "x": 39.03, "y": 95.49, "target": "GPIO19", "tooltip": "bottom" },
54+
"G20": { "x": 41.57, "y": 95.49, "target": "GPIO20", "tooltip": "bottom" },
55+
"GND.4": { "x": 44.11, "y": 95.49, "target": "GND", "tooltip": "bottom" },
56+
"3V3.4": {
57+
"x": 46.65,
58+
"y": 95.49,
59+
"target": "power(3.3)",
60+
"tooltip": "bottom"
61+
},
4262

4363
// internals
4464
"$gpio4": { "target": ["GPIO4", "lcd1:D/C"] },

boards/esp32-s3-box/board.svg

Lines changed: 23 additions & 21 deletions
Loading

0 commit comments

Comments
 (0)