Tech-dat/interactive-dat/display-dat/LCD-dat/parallel-display-dat/parallel-display-dat.md
... ...
@@ -6,6 +6,10 @@
6 6
parallel interface LCDs - [[EDL-LCD-dat]]
7 7
8 8
9
+
10
+
11
+
12
+
9 13
## ref
10 14
11 15
- [[display-dat]]
... ...
\ No newline at end of file
Tech-dat/interactive-dat/display-dat/display-dat.md
... ...
@@ -34,6 +34,8 @@ SPI interface LCDs - [[EDS-LCD-dat]] - [[SPI-LCD-dat]]
34 34
35 35
- [[Nokia-5110-dat]]
36 36
37
+- [[touchpanel-dat]]
38
+
37 39
## tech
38 40
39 41
- [[image-dat]] - [[display-SDK-dat]]
Tech-dat/interactive-dat/touch-dat/touchpanel-dat/touchpanel-dat.md
... ...
@@ -4,10 +4,13 @@
4 4
5 5
- [[touch-dat]] - [[touchpanel-dat]]
6 6
7
-driver == [[GT911-dat]]
7
+## driver
8 8
9
+- [[GT911-dat]]
9 10
10
-## NS2009-dat
11
+- [[XPT2046-dat]]
12
+
13
+### NS2009-dat
11 14
12 15
![](2025-07-16-13-12-53.png)
13 16
board-series-dat/EDL-LCD-dat/2025-08-09-18-29-57.png
... ...
Binary files /dev/null and b/board-series-dat/EDL-LCD-dat/2025-08-09-18-29-57.png differ
board-series-dat/EDL-LCD-dat/EDL-LCD-dat.md
... ...
@@ -1,4 +1,44 @@
1
-# EDL-dat
1
+# EDL-LCD-dat
2
+
3
+
4
+## Product Overview
5
+
6
+- 5.0-inch high-definition color display, supports 16-bit RGB with 65K colors for rich visuals
7
+- Supports 800x480 resolution for sharp and clear images
8
+- Fast data transfer with 16-bit parallel bus switching
9
+- Compatible with both capacitive and resistive touchscreens
10
+- Supports SPI FLASH
11
+- Built-in SD card slot for SD card expansion
12
+- Three backlight control modes: always-on, GPIO control, and PWM control
13
+- Example programs provided for STM32 and C51 platforms
14
+- Military-grade manufacturing standards for long-term stable operation
15
+- Technical support for low-level drivers
16
+
17
+
18
+
19
+## Specifications
20
+
21
+| Name | Value |
22
+|---------------------------|--------------------------------------------|
23
+| Display Color | RGB565, 65K colors |
24
+| SKU | MRB5963 |
25
+| Size | 5.0 inch |
26
+| Type | TFT |
27
+| Driver IC | SSD1963 |
28
+| Resolution | 800x480 pixels |
29
+| Module Interface | 16-bit parallel |
30
+| Touchscreen Type | Capacitive or resistive touchscreen |
31
+| Touchscreen IC | GT911 (capacitive), XPT2046 (resistive) |
32
+| Active Display Area (AA) | 108.00 x 64.80 mm |
33
+| Module PCB Size | 133.50 x 84.00 mm |
34
+| Operating Temperature | -10℃ to 60℃ |
35
+| Storage Temperature | -20℃ to 70℃ |
36
+| Input Voltage | 3.3V |
37
+| IO Voltage | 3.3V |
38
+| Power Consumption | TBD |
39
+| Weight (Net) | TBD |
40
+
41
+## Product Images
2 42
3 43
![](2023-10-31-23-08-54.png)
4 44
... ...
@@ -17,6 +57,54 @@
17 57
18 58
![](2023-10-31-22-56-05.png)
19 59
60
+![](2025-08-09-18-29-57.png)
61
+
62
+# EDL-LCD Pin Mapping and Description
63
+
64
+## Notes
65
+
66
+- Pins starting with **T** are related to the resistive touchscreen.
67
+- Pins starting with **SD** are related to the SD card.
68
+- Pins starting with **F** are related to SPI FLASH.
69
+- Pins starting with **NC/** are related to the capacitive touchscreen.
70
+- All other pins are related to the LCD.
71
+- SPI FLASH is not soldered by default. If you need to use it, please solder it yourself.
72
+
73
+## Pin List
74
+
75
+| No. | Pin Name | Description |
76
+|-----|-----------|----------------------------------------------------------------------------------------------|
77
+| 1 | GND | Power ground |
78
+| 2 | 3.3V | Power input pin (connect to 3.3V) |
79
+| 3 | NC | No definition, reserved |
80
+| 4 | RS | LCD register/data select control (Low: register, High: data) |
81
+| 5 | WR | LCD write control |
82
+| 6 | RD | LCD read control |
83
+| 7~14| DB8~DB15 | LCD high 8-bit data bus |
84
+| 15 | CS | LCD chip select control (Low: enabled) |
85
+| 16 | F_CS | SPI FLASH chip select control (Low: enabled) |
86
+| 17 | REST | LCD reset control (Low: reset) |
87
+| 18 | NC/CRT | No definition when using resistive touchscreen; acts as reset (Low: reset) for capacitive |
88
+| 19 | LED_A | LCD backlight control (use as needed) |
89
+| 20 | NC/INT | No definition when using resistive touchscreen; acts as interrupt for capacitive |
90
+| 21~28| DB0~DB7 | LCD low 8-bit data bus |
91
+| 29 | T_CLK | Resistive touchscreen SPI clock |
92
+| 30 | T_CS | Resistive touchscreen chip select (Low: enabled) |
93
+| 31 | T_DIN | Resistive touchscreen SPI write data |
94
+| 32 | NC/CRT | No definition when using resistive touchscreen; acts as reset (Low: reset) for capacitive |
95
+| 33 | T_DO | Resistive touchscreen SPI read data |
96
+| 34 | T_IRQ | Resistive touchscreen interrupt detection (Low: active) |
97
+| 35 | SD_DO | SD card SDIO read data |
98
+| 36 | SD_CLK | SD card SDIO clock |
99
+| 37 | SD_DIN | SD card SDIO write data |
100
+| 38 | SD_CS | SD card chip select (Low: enabled) |
101
+| 39 | NC/SDA | No definition when using resistive touchscreen; acts as I2C data for capacitive |
102
+| 40 | NC/SCL | No definition when using resistive touchscreen; acts as I2C clock for capacitive |
103
+
104
+## Pin Usage Reference
105
+
106
+
107
+
20 108
![](2023-10-31-22-56-47.png)
21 109
22 110
![](2023-10-31-22-57-48.png)
... ...
@@ -51,6 +139,9 @@ This series include size:
51 139
- https://www.youtube.com/watch?v=7wr8uLYX0T0
52 140
53 141
142
+## repo
143
+
144
+
54 145
55 146
## ref
56 147