added missing pins

This commit is contained in:
Martijn
2024-10-22 21:27:07 +02:00
parent 6c98d38c13
commit 34ccbeab66
3 changed files with 100 additions and 95 deletions
+7 -7
View File
@@ -66,8 +66,8 @@ Button Right: IC 1 # 11 GP2
```
PIN Description Destination
1 GND
2 +3.3V
1 GND GND
2 +3.3V +3.3V
3 Reset IC 1 #4, Display #3
4 I2C SDA IC 1 #20
5 SPI MOSI Display #5
@@ -78,10 +78,10 @@ PIN Description Destination
10 I2C Address MSP A1 IC 1 #2
11 Backlight anode Display #1
12 I2C Address MSP A2 IC 1 #1
13 N.C. ??
14 N.C. ??
15 N.C. ??
16 Neopixel Data OUT
17 Neopixel Data IN
13 Extensionplate... -
14 Connected with J0,2,3 -
15 Main Display Backlight anode -
16 Neopixel Data OUT Neopixel Front Left
17 Neopixel Data IN Neopixel Back Right
```
+8 -8
View File
@@ -25,11 +25,11 @@ PIN Description Destination
8 I2C Address MSP A0 GND
9 SPI Register select ESP32 #30 IO37
10 I2C Address MSP A1 GND
11 Backlight anode ESP32 #16 IO46 (via transistor)
11 Mini Display Backlight anode ESP32 #16 IO46 (via transistor)
12 I2C Address MSP A2 GND
13 Extensionplate...
14 Connected with J1,2,3
15 Backlight anode ESP32 #15 IO3
15 Main Display Backlight anode ESP32 #15 IO3 (via transistor)
16 Neopixel Data OUT J1 #17
17 Neopixel Data IN ESP32 #4 IO4
```
@@ -50,11 +50,11 @@ PIN Description Destination
8 I2C Address MSP A0 3.3V
9 SPI Register select ESP32 #30 IO37
10 I2C Address MSP A1 GND
11 Backlight anode ESP32 #16 IO46 (via transistor)
11 Mini Display Backlight anode ESP32 #16 IO46 (via transistor)
12 I2C Address MSP A2 GND
13 Extensionplate...
14 Connected with J0,2,3
15 Backlight anode ESP32 #15 IO3
15 Main Display Backlight anode ESP32 #15 IO3 (via transistor)
16 Neopixel Data OUT J2 #17
17 Neopixel Data IN J0 #16
```
@@ -75,11 +75,11 @@ PIN Description Destination
8 I2C Address MSP A0 GND
9 SPI Register select ESP32 #30 IO37
10 I2C Address MSP A1 3.3V
11 Backlight anode ESP32 #16 IO46 (via transistor)
11 Mini Display Backlight anode ESP32 #16 IO46 (via transistor)
12 I2C Address MSP A2 GND
13 Extensionplate...
14 Connected with J0,1,3
15 Backlight anode ESP32 #15 IO3
15 Main Display Backlight anode ESP32 #15 IO3 (via transistor)
16 Neopixel Data OUT J3 #17
17 Neopixel Data IN J1 #16
```
@@ -100,11 +100,11 @@ PIN Description Destination
8 I2C Address MSP A0 3.3V
9 SPI Register select ESP32 #30 IO37
10 I2C Address MSP A1 3.3V
11 Backlight anode ESP32 #16 IO46 (via transistor)
11 Mini Display Backlight anode ESP32 #16 IO46 (via transistor)
12 I2C Address MSP A2 GND
13 Extensionplate...
14 Connected with J0,1,2
15 Backlight anode ESP32 #15 IO3
15 Main Display Backlight anode ESP32 #15 IO3 (via transistor)
16 Neopixel Data OUT Extensionplate #5
17 Neopixel Data IN J2 #16
```
+18 -13
View File
@@ -30,8 +30,10 @@ GP5 Display Chip Select Display #5
GP6 Button Left
GP7 Display Backlight Cathode Display #11,12,13,14
```
## Base Connectors
### CN0
## Base connector CN0
```
PIN Description
1 N.C.
@@ -52,7 +54,9 @@ PIN Description
16 Neopixel Data OUT > directly to pin 17
17 Neopixel Data IN > directly to pin 16
```
## Base connector CN1
### CN1
```
PIN Description
1 N.C.
@@ -73,25 +77,26 @@ PIN Description
16 Neopixel Data OUT > directly to pin 17
17 Neopixel Data IN > directly to pin 16
```
## Base connector CN2
### CN2
```
PIN Description Destination
1 GND
2 +3.3V
1 GND GND
2 +3.3V +3.3V
3 Reset IC 1 #4, Display #2
4 I2C SI IC 1 #20
5 SPI SDA Display #6
6 I2C SCK IC 1 #19
7 SPI SCL Display #3
5 SPI MOSI Display #6
6 I2C SCL IC 1 #19
7 SPI SCK Display #3
8 I2C Address MSP A0 IC 1 #3
9 SPI Register select Display #4
10 I2C Address MSP A1 IC 1 #2
11 Backlight anode Display #1
12 I2C Address MSP A2 IC 1 #1
13 N.C. ??
14 N.C. ??
15 N.C. ??
16 Neopixel Data OUT
17 Neopixel Data IN
13 Extensionplate... -
14 Connected with J0,2,3 -
15 Main Display Backlight anode -
16 Neopixel Data OUT -
17 Neopixel Data IN -
```