Board-dat/DAR/DAR1007-dat/DAR1007-dat.md
... ...
@@ -2,3 +2,6 @@
2 2
# DAR1007-dat
3 3
4 4
5
+## ref
6
+
7
+- [[DAR1007]] - [[arduino-pro-mini-dat]]
... ...
\ No newline at end of file
Board-dat/MPC/MPC1090-dat/2025-02-06-17-34-04.png
... ...
Binary files /dev/null and b/Board-dat/MPC/MPC1090-dat/2025-02-06-17-34-04.png differ
Board-dat/MPC/MPC1090-dat/MPC1090-dat.md
... ...
@@ -0,0 +1,53 @@
1
+
2
+# MPC1090-dat
3
+
4
+- [[OLED-dat]]
5
+
6
+https://www.electrodragon.com/product/1-3-oled-display-mini-shield-for-raspberry-pi/
7
+
8
+- [legacy wiki page](https://www.electrodragon.com/w/Category:OLED#RPI_OLED)
9
+
10
+
11
+## Board map
12
+
13
+![](2025-02-06-17-34-04.png)
14
+
15
+| Button | RPI IO Pins |
16
+| -------------- | ----------- |
17
+| push 1 | 16 |
18
+| push 2 | 20 |
19
+| push 3 | 21 |
20
+| joystick_up | 6 |
21
+| joystick_down | 26 |
22
+| joystick_left | 5 |
23
+| joystick_right | 19 |
24
+| joystick_press | 13 |
25
+
26
+## quick guide
27
+
28
+* Please use default examples, python version 3, so >python3 demo.py
29
+* Default setup is 4 Line SPI
30
+* No need to soldering anythings if you want to quick start
31
+* change modes please refer below
32
+
33
+## setup
34
+
35
+| SSD1306 pin | Function | I2C | SPI-3_Wire | SPI-4_Wire |
36
+| ----------- | ----------------------------------- | ------------ | ----------- | ----------- |
37
+| BS0 | Interface select 1 | 0 | 1 | 0 |
38
+| BS1 | Interface select 2 | 1 | 0 | 0 |
39
+| CS | NC (ground) for I2C / SPI_CS | 0 | CS: RPI_CE0 | CS: RPI_CE0 |
40
+| DC | ADDRESS / NC for / SPI_D/C Control | ADDRESS: 0/1 | NC | D/C Control |
41
+| D0 | I2C_SCL / SPI_CLK | I2C_SCL | SPI_CLK | SPI_CLK |
42
+| D1 | I2C_SDA / SPI_MOSI | I2C_SDA | SPI_MOSI | SPI_MOSI |
43
+| RST | Reset by RPI pin IO25 or auto_reset | - | - | - |
44
+
45
+
46
+
47
+## demo code
48
+
49
+- https://github.com/Edragon/RPI, In Display folder
50
+
51
+## ref
52
+
53
+- [[MPC1090]]
... ...
\ No newline at end of file
board-series-dat/arduino-avr-dat/arduino-pro-mini-dat/arduino-pro-mini-dat.md
... ...
@@ -0,0 +1,10 @@
1
+
2
+# arduino-pro-mini-dat
3
+
4
+- [[DAR1007-dat]] - [[DAR1010-dat]]
5
+
6
+
7
+
8
+## ref
9
+
10
+- [[arduino-dat]]
... ...
\ No newline at end of file