fbe8d873ffe6c898aaea3f4f4923bc88e1fdda29
Board/DAS/DAS1030-dat/DAS1030-dat.md
| ... | ... | @@ -0,0 +1,3 @@ |
| 1 | + |
|
| 2 | +# DAS1030-dat |
|
| 3 | + |
Board/DAS/DAS1031-dat/2023-10-31-22-38-02.png
| ... | ... | Binary files /dev/null and b/Board/DAS/DAS1031-dat/2023-10-31-22-38-02.png differ |
Board/DAS/DAS1031-dat/2023-10-31-22-39-10.png
| ... | ... | Binary files /dev/null and b/Board/DAS/DAS1031-dat/2023-10-31-22-39-10.png differ |
Board/DAS/DAS1031-dat/DAS1031-dat.md
| ... | ... | @@ -0,0 +1,17 @@ |
| 1 | + |
|
| 2 | +# DAS1031-dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +FOR ARDUINO UNO+2.4'' LCD |
|
| 6 | + |
|
| 7 | + |
|
| 8 | +## SCH |
|
| 9 | + |
|
| 10 | +V2 |
|
| 11 | + |
|
| 12 | +with [[buffer-dat]] |
|
| 13 | + |
|
| 14 | + |
|
| 15 | + |
|
| 16 | +V1 |
|
| 17 | + |
|
| ... | ... | \ No newline at end of file |
Board/ILC/ILC1030-dat/ILC1030-dat.md
| ... | ... | @@ -0,0 +1,3 @@ |
| 1 | + |
|
| 2 | +# ILC1030-dat |
|
| 3 | + |
Chip/Buffer-dat/74hc541-dat.md
| ... | ... | @@ -0,0 +1,3 @@ |
| 1 | + |
|
| 2 | +# 74hc541-dat |
|
| 3 | + |
Chip/Buffer-dat/74hct245-dat.md
| ... | ... | @@ -0,0 +1,3 @@ |
| 1 | + |
|
| 2 | +# 74hct245-dat |
|
| 3 | + |
Chip/Buffer-dat/buffer-dat.md
| ... | ... | @@ -0,0 +1,5 @@ |
| 1 | + |
|
| 2 | +# buffer-dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +- [[74HC541-dat]] - [[74hct245-dat]] |
|
| ... | ... | \ No newline at end of file |
Tech/Buffer/buffer-dat.md
| ... | ... | @@ -1,4 +0,0 @@ |
| 1 | - |
|
| 2 | -# buffer-dat |
|
| 3 | - |
|
| 4 | -- [[octal-buffer]] - [[shift-register]] |
|
| ... | ... | \ No newline at end of file |
Tech/Buffer/buffer.md
| ... | ... | @@ -0,0 +1,6 @@ |
| 1 | + |
|
| 2 | +# buffer-dat |
|
| 3 | + |
|
| 4 | +- [[octal-buffer]] - [[shift-register]] |
|
| 5 | + |
|
| 6 | + |
board-series/EDL-dat/EDL-dat.md
| ... | ... | @@ -0,0 +1,11 @@ |
| 1 | + |
|
| 2 | +# EDL-dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +- arduino shields [[DAS1031-dat]] - [[DAS1030-dat]] |
|
| 6 | + |
|
| 7 | +## demo |
|
| 8 | + |
|
| 9 | +- https://www.youtube.com/watch?v=7wr8uLYX0T0 |
|
| 10 | + |
|
| 11 | + |
board-series/SPI-LCD-dat/SPI-LCD-dat.md
| ... | ... | @@ -0,0 +1,31 @@ |
| 1 | + |
|
| 2 | +# SPI-LCD-dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +## Setup |
|
| 6 | + |
|
| 7 | +Obsolete, Pin definition of EDL 160x128 1.8 SPI LCD |
|
| 8 | + |
|
| 9 | +| ! Pins | Name | Description | Common Connecting to Arduino Pin | |
|
| 10 | +| ------- | ------------- | -------------------------- | -------------------------------- | |
|
| 11 | +| GND | Power Ground | - | GND | |
|
| 12 | +| VCC | Power VCC | - | 5V | |
|
| 13 | +| NC...NC | NC1, NC2, NC3 | - | NC | |
|
| 14 | +| Reset | Reset | LCD reset pin | Pin 8 | |
|
| 15 | +| A0 | D/C | - | Pin 9 | |
|
| 16 | +| SDA | SDA | LCD data input/slave input | Pin 11 (MOSI of arduino) | |
|
| 17 | +| SCK | SCK | Clock Pin | Pin 13 | |
|
| 18 | +| CS | CS | Chip Select of LCD | Pin 10 | |
|
| 19 | +| SD_SCK | - | - | - | |
|
| 20 | +| SD_MISO | - | - | - | |
|
| 21 | +| SD_MOSI | - | - | - | |
|
| 22 | +| SD_CS | - | - | - | |
|
| 23 | +| LED+ | LED+ | LED VCC | 3.3V | |
|
| 24 | +| LED- | LED- | LED GND | GND | |
|
| 25 | + |
|
| 26 | + |
|
| 27 | +## ref |
|
| 28 | + |
|
| 29 | + |
|
| 30 | +* Reference Setup [link 1 by simtronyx.de](http://blog.simtronyx.de/en/a-1-8-inch-tft-color-display-hy-1-8-spi-and-an-arduino/) and [link 2 by benbarbour.com](http://www.benbarbour.com/arduinolcd) |
|
| 31 | + |