Board-dat/DOD/DOD1046-dat.md
... ...
@@ -1,14 +0,0 @@
1
-
2
-# DOD1046-dat
3
-
4
-- STM32F103C6T6
5
-- only half memory of STM32F103C8T6 = 32KB
6
-- the rest remain the same
7
-
8
-
9
-
10
-## ref
11
-
12
-- [[STM32-dat]]
13
-
14
-- [[DOD1046]]
... ...
\ No newline at end of file
Board-dat/DOD/DOD1046-dat/DOD1046-dat.md
... ...
@@ -13,11 +13,16 @@ legacy wiki page - https://www.electrodragon.com/w/STM32_Dev_Board
13 13
14 14
- [[STM32-dat]]
15 15
16
+- STM32F103C6T6
17
+- only half memory of STM32F103C8T6 = 32KB
18
+- the rest remain the same
19
+
16 20
17 21
## SCH
18 22
19 23
![](2024-01-17-16-18-16.png)
20 24
21 25
## ref
26
+- [[STM32-dat]]
22 27
23 28
- [[DOD1046]]
... ...
\ No newline at end of file
Board-dat/ILC/ILC1041-dat/ILC1041-dat.md
... ...
@@ -3,10 +3,66 @@
3 3
4 4
https://www.electrodragon.com/product/raspberry-pi-5-hdmi-lcd-display-wtouch/
5 5
6
+## The appearance
7
+
6 8
![](50-10-17-31-07-2023.png)
7 9
8 10
![](05-11-17-31-07-2023.png)
9 11
10 12
![](18-11-17-31-07-2023.png)
11 13
12
-- [[ILC1041]]
... ...
\ No newline at end of file
0
+
1
+## ref
2
+
3
+- [[ILC1041]]
4
+- please find driver in our git repository
5
+- size lcd and version compare [[RPI-LCD-dat]]
6
+
7
+
8
+## Installation Methods:
9
+
10
+This product supports custom installation of Raspbian and Ubuntu images. It only takes two simple steps to install the complete driver:
11
+
12
+### Step 1 - Install Raspbian official image
13
+
14
+1) Download the latest Raspbian image from the official Raspbian Pi
15
+
16
+2) Use SDFormatter to format the TF card,
17
+
18
+3) Use Win32DiskImager to burn the official image to the TF card.
19
+
20
+### Step 2 - Install LCD driver
21
+
22
+There are two methods:
23
+
24
+#### Method 1 (suitable for offline installation):
25
+
26
+1. Copy the LCD-show.tar.gz driver to the root directory of the Raspberry Pi system (it is recommended to copy the driver directly to the TF card after step 1 is completed, or copy remotely using SFTP or other methods)
27
+
28
+2. Log in to the Raspberry Pi system and go to the user command line (initial username: pi, password: raspberry), and execute the following commands:
29
+
30
+commands:
31
+
32
+ cd /boot
33
+ sudo tar zxvf LCD-show.tar.gz
34
+ cd LCD-show/
35
+ sudo ./LCD35-show
36
+
37
+
38
+#### Method 2 (suitable for online installation):
39
+
40
+1. SSH into the Raspberry Pi system to the user command line interface (initial username: pi password: raspberry)
41
+
42
+2. Obtain the latest driver from GitHub and install it (Raspberry Pi needs to be connected to the Internet): (Replace * in the above code with h)
43
+
44
+commands:
45
+
46
+ sudo rm -rf LCD-show
47
+ git clone *ttps://github.com/goodtft/LCD-show.git
48
+ chmod -R 755 LCD-show
49
+ cd LCD-show/
50
+ sudo ./LCD35-show
51
+
52
+### 3) After executing the above command and waiting for a while, you can use the corresponding Raspberry PiLCD.
53
+
54
+
Board-dat/ILC/ILC1042-dat/ILC1042-dat.md
... ...
@@ -33,6 +33,11 @@ All Specs:
33 33
34 34
![](2024-02-27-15-43-58.png)
35 35
36
+
37
+## Note !!
38
+
39
+- This display default version includes HDMI mini convert board for **raspberry PI 3**, if need for **RPI4**, please **add order note**!!
40
+
36 41
## demo
37 42
38 43
https://www.youtube.com/watch?v=fp2zlpffT48&ab_channel=ChowHe
Board-dat/ILC/ILC1043-dat/ILC1043-dat.md
... ...
@@ -35,4 +35,32 @@ Use as computer monitor
35 35
36 36
- size lcd and version compare [[RPI-LCD-dat]]
37 37
38
-- [[ILC1043]]
... ...
\ No newline at end of file
0
+- [[ILC1043]]
1
+
2
+
3
+
4
+
5
+## Obseleted Part
6
+
7
+### Important Note
8
+* Follow the attached image of instruction to build it.
9
+* '''Only tested on raspbian, ubuntu, other systems can not bu sure. Please try it by yourself.'''
10
+* [Original HDMI has a hard stiffness, you can replace it with this one.](http://www.electrodragon.com/product/hdmi-hdmi-cable/)
11
+* Original usb cable is a little too long.
12
+* After driver is installed, you will only need to power RPI, the LCD can touch panel can draw power from RP
13
+* Fragile stand kit, do no apply too large force on it, otherwise will breakdown!
14
+* No need calibrate for touch screen
15
+
16
+### Specification
17
+* LCD type: AT070TN90
18
+
19
+### Installation
20
+* please use the latest raspbian image 20150605.
21
+* please find the download link in your order note to download the driver.
22
+* copy RPI2B_B_B+_USB_TOUCH_CAP_7.0_RASPBIAN.tar.gz to RPI
23
+* unzip it
24
+ sudo tar zxvf RPI2B_B_B+_USB_TOUCH_CAP_7.0_RASPBIAN.tar.gz
25
+* cd into the folder
26
+* and run to install
27
+ sudo ./USB_TOUCH_CAP_7.0_RASPBIAN
28
+* enter into graphic deskttop to use
Tech/SBC-dat/RPI-dat/RPI-dat.md
... ...
@@ -30,4 +30,16 @@
30 30
31 31
## demo code
32 32
33
-https://github.com/Edragon/RPI
... ...
\ No newline at end of file
0
+https://github.com/Edragon/RPI
1
+
2
+
3
+## repository
4
+
5
+- display https://github.com/Edragon/RPI_Display
6
+- nas - https://github.com/Edragon/RPI_nas
7
+- matrix - https://github.com/Edragon/RPI_matrix
8
+- RPI prog - https://github.com/Edragon/RPI-PROG
9
+- RPI serial - https://github.com/Edragon/RPI-Serial
10
+
11
+
12
+
board-series-dat/RPI-LCD/RPI-LCD-dat.md
... ...
@@ -24,4 +24,6 @@
24 24
25 25
- [[ILC1043]]
26 26
27
-- [[display-dat]]
... ...
\ No newline at end of file
0
+- [[display-dat]]
1
+
2
+- [[RPI-dat]]
... ...
\ No newline at end of file