Board-dat/Board-DAT.md
... ...
@@ -94,7 +94,7 @@ FPC LCD - [[ILC1075-dat]] - [[ilc1078-dat]]
94 94
RPI LCD
95 95
- [[ILC1041-dat]] - [[ILC1042-dat]] - [[ILC1043-dat]]
96 96
97
-[[EDL-dat]] - [[ILC1031-dat]] - [[ILC1030-dat]]
97
+[[EDL-LCD-dat]] - [[ILC1031-dat]] - [[ILC1030-dat]]
98 98
99 99
100 100
### ILE
Board-dat/ILC/ILC1030-dat/ILC1030-dat.md
... ...
@@ -17,4 +17,4 @@ Dimension
17 17
18 18
## ref
19 19
20
-- [[ILC1030]] - [[EDL-dat]]
... ...
\ No newline at end of file
0
+- [[ILC1030]] - [[EDL-LCD-dat]]
... ...
\ No newline at end of file
Board-dat/ILC/ILC1031-dat/2024-06-20-17-37-50.png
... ...
Binary files /dev/null and b/Board-dat/ILC/ILC1031-dat/2024-06-20-17-37-50.png differ
Board-dat/ILC/ILC1031-dat/ILC1031-dat.md
... ...
@@ -1,11 +1,14 @@
1 1
2 2
# ILC1031-dat
3 3
4
+
5
+
6
+
4 7
5" LCD
5 8
6 9
https://www.electrodragon.com/product/tft01-lcd-tft-display-3-2-65kcolors-320240-resolution-touch-panel-sd-slot/
7 10
8
-main series - [[EDL-dat]]
11
+main series - [[EDL-LCD-dat]]
9 12
10 13
11 14
## appearnace
... ...
@@ -20,12 +23,62 @@ main series - [[EDL-dat]]
20 23
21 24
![](2023-11-01-14-14-50.png)
22 25
26
+## Pin Map
27
+
28
+![](2024-06-20-17-37-50.png)
29
+
30
+- The pins starting with T_ are touch control pins,
31
+- The pins starting with SD_ are SD card control pins,
32
+- The pins starting with F_ are flash control pins.
33
+- The others are TFT control pins,
34
+- The flash chip is reserved and not soldered on the board. If the buyer needs it, please solder the SPI interface FLASH chip by yourself.
35
+
36
+
37
+## Testing C8051
38
+
39
+Code test environment: JME-2 core board + STC microcontroller with 1T instruction cycle (51 core STC12LE5A60S2) + 33M crystal oscillator
40
+
41
+Microcontroller operating voltage 3.3V
42
+
43
+Program default IO connection method:
44
+
45
+Control line:
46
+
47
+ - RS-P3^5;
48
+ - WR-P3^6;
49
+ - RD-P3^7;
50
+ - CS-P1^0;
51
+ - REST-P1^2;
52
+
53
+Data line:
54
+
55
+ - DB0-DB7 connects P0^0-P0^7 in sequence;
56
+ - DB8-DB15 connects P2^0-P2^7 in sequence;
57
+
58
+Touch function connection method: (not connected if touch is not used)
59
+
60
+ - D_CLK-P1^7;
61
+ - D_CS-P1^4;
62
+ - D_DIN-P3^0;
63
+ - D_OUT-P3^1;
64
+ - D_PENIRQ-P3^4;
65
+
66
+
67
+
68
+
69
+## Code
23 70
24 71
25 72
## ref
26 73
74
+- [[EDL-LCD-dat]]
75
+
27 76
- [[ilc1031]] - [[EDL-LCD]]
28 77
29 78
- [[SSD1963-dat]]
30 79
31
-alternative version - [[ILC1031-2-dat]]
... ...
\ No newline at end of file
0
+alternative version - [[ILC1031-2-dat]]
1
+
2
+- [[MD050SD-dat]]
3
+
4
+
Chip-dat/Microchip-dat/MD050SD-dat/2024-06-20-17-30-15.png
... ...
Binary files /dev/null and b/Chip-dat/Microchip-dat/MD050SD-dat/2024-06-20-17-30-15.png differ
Chip-dat/Microchip-dat/MD050SD-dat/MD050SD-dat.md
... ...
@@ -0,0 +1,6 @@
1
+
2
+# MD050SD-dat
3
+
4
+![](2024-06-20-17-30-15.png)
5
+
6
+- [[SSD1963-dat]]
... ...
\ No newline at end of file
Chip-dat/Microchip-dat/SSD1963-dat/SSD1963-dat.md
... ...
@@ -0,0 +1,39 @@
1
+
2
+# SSD1963-dat
3
+
4
+- [[ILC1031-dat]]
5
+
6
+
7
+
8
+
9
+
10
+## Selection Note
11
+
12
+This module uses the SSDI963 driver solution. The SSDI963 has average anti-interference performance (commercial standard but not industrial standard) and has high power requirements.
13
+
14
+When using this solution, please pay special attention to **the quality of your power supply**. The data cable should not be too long, otherwise there is a risk of a white (not-displaying) screen.
15
+
16
+If you use it on general products and the power quality is relatively good, you can choose to use the SSD1963 solution.
17
+
18
+If you use it on industrial control products and have high requirements for **stability**, please use the industrial solution module we recommend for you [[MD050SD-dat]]
19
+
20
+
21
+## Usage Note
22
+
23
+### TFT power supply:
24
+The screen power supply is 2.8-3.3V; remember not to use 5V, and the voltage of all pins on the module cannot exceed 3.3V, remember.
25
+
26
+### Backlight:
27
+
28
+The module has inherited the backlight drive circuit. The backlight will turn on when the LED_A pin is high-level, and the backlight will turn off when it is low-level. The brightness can be controlled by giving a PWM signal.
29
+
30
+### Special note:
31
+
32
+- The backlight current consumption of 4.3-inch and larger TFTs is relatively large (4.3-inch has more than 200ma at the brightest, 5-inch has more than 300ma at the brightest, and 7-inch has 500ma at the brightest).
33
+- If USB power is used, some computer motherboards may not be able to supply current, and the module may not work due to severe voltage division caused by poor USB connection quality.
34
+- Please make sure your power supply is stable enough. Thank you!
35
+
36
+
37
+## ref
38
+
39
+- [[SSD1963.pdf]]
... ...
\ No newline at end of file
Chip-dat/Microchip-dat/SSD1963-dat/SSD1963.pdf
... ...
Binary files /dev/null and b/Chip-dat/Microchip-dat/SSD1963-dat/SSD1963.pdf differ
Tech-dat/interactive-dat/display-dat/display-dat.md
... ...
@@ -1,9 +1,22 @@
1 1
2 2
# display-dat
3 3
4
+- [[EDL-LCD-dat]] - [[EDS-LCD-dat]]
4 5
5 6
## ref
6 7
7 8
- [[display]]
8 9
9
-- [[RPI-LCD-dat]]
... ...
\ No newline at end of file
0
+- [[RPI-LCD-dat]]
1
+
2
+
3
+## repositories
4
+
5
+- https://github.com/Edragon/Display-temp
6
+- https://github.com/Edragon/Display-DOC/tree/main
7
+
8
+
9
+- https://github.com/Edragon/Display-LCD-SPI
10
+
11
+- https://github.com/Edragon/Display_LCD_STM32
12
+
board-series-dat/EDL-LCD-dat/EDL-LCD-dat.md
... ...
@@ -0,0 +1,61 @@
1
+# EDL-dat
2
+
3
+![](2023-10-31-23-08-54.png)
4
+
5
+![](2023-11-01-13-36-06.png)
6
+
7
+![](2023-11-01-13-36-20.png)
8
+
9
+- legacy wiki page
10
+
11
+ - https://w.electrodragon.com/w/EDL_LCD_HDK
12
+ - https://w.electrodragon.com/w/Category:EDL_LCD
13
+
14
+- arduino shields [[DAS1031-dat]] - [[DAS1030-dat]]
15
+
16
+## Pin Mapping
17
+
18
+![](2023-10-31-22-56-05.png)
19
+
20
+![](2023-10-31-22-56-47.png)
21
+
22
+![](2023-10-31-22-57-48.png)
23
+
24
+## Size
25
+
26
+This series include size:
27
+
28
+| SKU | size | interface | control | resolution | addons |
29
+| --------------- | ------------------ | --------------- | ------- | ---------- | --------------------- |
30
+| [[ILC1027-dat]] | 2.4” | | ILI9341 | 240\*320 | SD_card + touchscreen |
31
+| [[ILC1028-dat]] | 3.2” | | ILI9341 | 240\*320 | SD_card + touchscreen |
32
+| x | 3.2”W (Widescreen) | | ILI9341 | | SD_card + touchscreen |
33
+| [[ILC1030-dat]] | 4.3” | parallel 16bits | SSD1963 | 480\*272 | SD_card + touchscreen |
34
+| [[ILC1031-dat]] | 5.0” | | SSD1963 | 800\*480 | SD_card + touchscreen |
35
+| [[ILC1032-dat]] | 7.0” | | SSD1963 | 800\*480 | SD_card + touchscreen |
36
+
37
+## Code
38
+
39
+- arduino library - UTFT
40
+
41
+- in /08-LCD
42
+- https://github.com/Edragon/Arduino-main/tree/master/Sketchbook/08-LCD
43
+- https://github.com/Edragon/Arduino-main/tree/master/Sketchbook/Interactive
44
+
45
+
46
+
47
+
48
+## demo
49
+
50
+- touch screen - https://www.youtube.com/watch?v=iyxXIpoznUA
51
+- https://www.youtube.com/watch?v=7wr8uLYX0T0
52
+
53
+
54
+
55
+## ref
56
+
57
+- [[SSD1963-dat]]
58
+
59
+- [[XPT2046.pdf]]
60
+
61
+- [[display-dat]]
... ...
\ No newline at end of file
board-series-dat/EDL-LCD-dat/EDL-dat.md
... ...
@@ -1,83 +0,0 @@
1
-# EDL-dat
2
-
3
-![](2023-10-31-23-08-54.png)
4
-
5
-![](2023-11-01-13-36-06.png)
6
-
7
-![](2023-11-01-13-36-20.png)
8
-
9
-- legacy wiki page
10
-
11
- - https://w.electrodragon.com/w/EDL_LCD_HDK
12
- - https://w.electrodragon.com/w/Category:EDL_LCD
13
-
14
-- arduino shields [[DAS1031-dat]] - [[DAS1030-dat]]
15
-
16
-## Pin Mapping
17
-
18
-![](2023-10-31-22-56-05.png)
19
-
20
-![](2023-10-31-22-56-47.png)
21
-
22
-![](2023-10-31-22-57-48.png)
23
-
24
-## Size
25
-
26
-This series include size:
27
-
28
-| SKU | size | interface | control | resolution | addons |
29
-| --------------- | ------------------ | --------------- | ------- | ---------- | --------------------- |
30
-| [[ILC1027-dat]] | 2.4” | | ILI9341 | 240\*320 | SD_card + touchscreen |
31
-| [[ILC1028-dat]] | 3.2” | | ILI9341 | 240\*320 | SD_card + touchscreen |
32
-| x | 3.2”W (Widescreen) | | ILI9341 | | SD_card + touchscreen |
33
-| [[ILC1030-dat]] | 4.3” | parallel 16bits | SSD1963 | 480\*272 | SD_card + touchscreen |
34
-| [[ILC1031-dat]] | 5.0” | | SSD1963 | 800\*480 | SD_card + touchscreen |
35
-| [[ILC1032-dat]] | 7.0” | | SSD1963 | 800\*480 | SD_card + touchscreen |
36
-
37
-## Code
38
-
39
-- arduino library - UTFT
40
-
41
-- in /08-LCD
42
-- https://github.com/Edragon/Arduino-main/tree/master/Sketchbook/08-LCD
43
-- https://github.com/Edragon/Arduino-main/tree/master/Sketchbook/Interactive
44
-
45
-## demo
46
-
47
-- touch screen - https://www.youtube.com/watch?v=iyxXIpoznUA
48
-- https://www.youtube.com/watch?v=7wr8uLYX0T0
49
-
50
-## Special Note:
51
-
52
-### Supply Current:
53
-
54
-4.3-inch and larger TFT backlight current consumption is relatively large (4.3-inch has more than 200 ma at its brightest, 5-inch has more than 300 ma at its brightest, and 7-inch has 500ma at its brightest).
55
-
56
-If USB power supply is used, some computer motherboards may not be able to supply current, or the module may not work due to severe voltage division due to poor USB connection quality.
57
-
58
-Just make sure your power supply is stable enough. Thanks!
59
-
60
-### Backlight and power supply
61
-
62
-- TFT power supply: The screen power supply is 2.8-3.3V; remember not to use 5V, and the voltage of all pins on the module cannot exceed 3.3V, remember.
63
-- Backlight: The module has inherited the backlight drive circuit. When the LED_A pin is supplied with a high level, the backlight will be on, and if the LED_A pin is supplied with a low level, the backlight will be off. If the LED_A pin is supplied with a PWM signal, the brightness can be controlled.
64
-
65
-### Pins Note
66
-
67
-- The pins starting with T\_ are touch control pins.
68
-- The pins starting with SD\_ are SD card control pins.
69
-- The pins starting with F\_ are flash control pins.
70
-- Others are TFT control pins,
71
-- The flash chip is reserved and is not soldered on the board. If the buyer needs it, please solder the FLASH chip of the SPI interface by yourself.
72
-
73
-### Chip Note
74
-
75
-This module uses the SSD1963 driver solution. The anti-interference performance of SSD1963 is average (it belongs to the commercial grade standard and does not meet the industrial grade standard). It has relatively high power requirements. Please pay special attention to the quality of your power supply when using this solution. The data cable is not suitable for use too much. long, otherwise there is a risk of a white screen.
76
-
77
-If you are using it on general products and the power quality is relatively good, you can choose to use the SSD1963 solution.
78
-
79
-If you are using it on industrial control products and have high requirements for stability, please use the industrial-grade solution module MD043SD we recommend for you.
80
-
81
-## ref
82
-
83
-- [[SSD1963.pdf]] - [[XPT2046.pdf]]
board-series-dat/EDL-LCD-dat/SSD1963.pdf
... ...
Binary files a/board-series-dat/EDL-LCD-dat/SSD1963.pdf and /dev/null differ