4f248029a05dc0c8cc5aed6a434c125b640deba0
Tech-dat/Interface-dat/I2C-dat/I2C-dat.md
... | ... | @@ -32,6 +32,9 @@ for [[ESP32-CAM-dat]] |
32 | 32 | |
33 | 33 | Wire.begin(I2C_SDA, I2C_SCL); |
34 | 34 | |
35 | +testing scan I2C |
|
36 | + Wire.begin(4,13); |
|
37 | + Wire.begin(2, 3); |
|
35 | 38 | |
36 | 39 | ## code library |
37 | 40 |
Tech-dat/interactive-dat/display-dat/OLED-dat/OLED-dat.md
... | ... | @@ -2,10 +2,11 @@ |
2 | 2 | |
3 | 3 | # oled-dat |
4 | 4 | |
5 | +drive interface - [[I2C-dat]] - [[SPI-dat]] |
|
6 | + |
|
5 | 7 | ## boards |
6 | -- [[IOD1001-dat]] |
|
7 | -- [[IOD1003-dat]] |
|
8 | -- [[ESP32-ISO-dat]] |
|
8 | + |
|
9 | +- [[IOD1001-dat]] - [[IOD1003-dat]] - [[ESP32-ISO-dat]] |
|
9 | 10 | |
10 | 11 | ## init |
11 | 12 | |
... | ... | @@ -32,9 +33,13 @@ using with STM32 SPI2 |
32 | 33 | |
33 | 34 | - https://github.com/Edragon/Display_OLED-HDK |
34 | 35 | - https://github.com/Edragon/Display_OLED |
35 | - |
|
36 | +- demo code - https://github.com/Edragon/Arduino-ESP32/tree/master/Sketchbook/driver-interactive/OLED/SSD1306SimpleDemo |
|
36 | 37 | |
37 | 38 | |
38 | 39 | ## ref |
39 | 40 | |
40 | -- [[OLED]] - [[display-dat]] - [[display]] |
|
... | ... | \ No newline at end of file |
0 | +- [[display-dat]] |
|
1 | + |
|
2 | +- [[arduino-lib-dat]] |
|
3 | + |
|
4 | +- [[display]] - [[OLED]] |
|
... | ... | \ No newline at end of file |