Chip-cn-dat/WCH-dat/WCH-APP/2025-08-09-18-17-40.png
... ...
Binary files /dev/null and b/Chip-cn-dat/WCH-dat/WCH-APP/2025-08-09-18-17-40.png differ
Chip-cn-dat/WCH-dat/WCH-APP/2025-08-09-18-20-28.png
... ...
Binary files /dev/null and b/Chip-cn-dat/WCH-dat/WCH-APP/2025-08-09-18-20-28.png differ
Chip-cn-dat/WCH-dat/WCH-APP/WCH-APP.md
... ...
@@ -0,0 +1,58 @@
1
+# WCH-APP
2
+
3
+## SPI LCD Test board
4
+
5
+## Product Features
6
+
7
+- **CPU:** CH552T
8
+- **Main Frequency:** 16MHz
9
+- **Internal FLASH:** 16KB
10
+- **Internal SRAM:** 256B
11
+
12
+### Advantages
13
+
14
+- Rich development resources
15
+- Simple and easy to learn, beginner-friendly
16
+- Compact and elegant appearance, suitable for various DIY projects
17
+
18
+### Connectivity & Expansion
19
+
20
+- Supports USB and serial download for convenient debugging
21
+- Direct plug-in support for SPI and IIC display modules
22
+- Expandable GPIO ports for connecting various peripherals
23
+
24
+### Documentation
25
+
26
+- Comprehensive development materials provided
27
+
28
+![](2025-08-09-18-20-28.png)
29
+
30
+![](2025-08-09-18-17-40.png)
31
+
32
+## Demo Code Overview
33
+
34
+1. **Demo_CH552_Project_Template**
35
+ - This is a project template program without any peripheral code. Use it as a base to create your own project.
36
+
37
+2. **IPS Screen Example Codes (8 Sizes Available)**
38
+ - For each IPS screen size, there are four demo examples:
39
+ - **A. Demo_CH552_Clear_Screen**
40
+ Demonstrates solid color fill. Displays five colors: black, white, red, green, and blue.
41
+ - **B. Demo_CH552_Show_Font**
42
+ Demonstrates text and symbol display. Shows Chinese, English, numbers, and symbols.
43
+ - **C. Demo_CH552_Show_Graph**
44
+ Demonstrates graphics display. Shows lines, dots, rectangles, circles, triangles, and black-and-white checkerboard patterns.
45
+ - **D. Demo_CH552_Show_Picture**
46
+ Demonstrates image display. Shows a full-screen 40x40 pixel image.
47
+
48
+3. **HEX File Directory**
49
+ - Contains compiled HEX files for all 8 IPS screen sizes.
50
+ - No need to search for HEX files in the example projects; simply use USB or serial to download the HEX files from this directory.
51
+ - For detailed download instructions, refer to the documentation in the "Download Methods" folder of the resource
52
+
53
+
54
+
55
+
56
+## ref
57
+
58
+- [[display-dat]] - [[WCH-dat]]
... ...
\ No newline at end of file
Chip-cn-dat/WCH-dat/WCH-DAT.md
... ...
@@ -5,21 +5,16 @@
5 5
- [[WCH]]
6 6
7 7
## MCU types
8
-- [[CH55x-DAT]]
9
-- [[CH551-dat]]
10
-- [[CH552-dat]]
11
-- [[CH554-dat]]
12
-- [[CH559-dat]]
8
+- [[CH55x-DAT]] - [[CH551-dat]] - [[CH552-dat]] - [[CH554-dat]] - [[CH559-dat]]
13 9
14 10
- [[CH32V003-dat]]
15 11
16
-## BLE
17
-- [[CH57x-dat]]
18
-- [[CH579-dat]]
12
+- [WCH-APP]
19 13
20
-- [[CH582-dat]]
14
+## BLE
15
+- [[CH57x-dat]] - [[CH579-dat]] - [[CH582-dat]]
21 16
22
-- [[WCH-PROG-dat]]
17
+- [[WCH-PROG-dat]] - [[WCH-SDK-dat]]
23 18
24 19
25 20
## USB-Serial Bridge
SDK-dat/WCH-SDK-dat/WCH_PROG/2025-08-09-18-22-22.png
... ...
Binary files /dev/null and b/SDK-dat/WCH-SDK-dat/WCH_PROG/2025-08-09-18-22-22.png differ
SDK-dat/WCH-SDK-dat/WCH_PROG/2025-08-09-18-22-39.png
... ...
Binary files /dev/null and b/SDK-dat/WCH-SDK-dat/WCH_PROG/2025-08-09-18-22-39.png differ
SDK-dat/WCH-SDK-dat/WCH_PROG/WCH-PROG-dat.md
... ...
@@ -38,3 +38,16 @@
38 38
![](33-43-14-25-07-2023.png)
39 39
40 40
41
+## WCHISPTool
42
+
43
+serial CH552 download
44
+
45
+![](2025-08-09-18-22-22.png)
46
+
47
+USB CH552 download
48
+
49
+![](2025-08-09-18-22-39.png)
50
+
51
+## ref
52
+
53
+- [[WCH-SDK-dat]]
... ...
\ No newline at end of file
Tech-dat/interactive-dat/display-dat/LCD-dat/parallel-display-dat/RGB-LCD-dat/2025-08-09-18-16-37.png
... ...
Binary files /dev/null and b/Tech-dat/interactive-dat/display-dat/LCD-dat/parallel-display-dat/RGB-LCD-dat/2025-08-09-18-16-37.png differ
Tech-dat/interactive-dat/display-dat/LCD-dat/parallel-display-dat/RGB-LCD-dat/RGB-LCD-dat.md
... ...
@@ -16,6 +16,12 @@ AT050TN43
16 16
17 17
## RGB LCD 40P
18 18
19
+available size == 5"
20
+
21
+IPS / 800*480
22
+
23
+![](2025-08-09-18-16-37.png)
24
+
19 25
![](2025-08-09-17-16-12.png)
20 26
21 27
power
Tech-dat/interactive-dat/display-dat/LCD-dat/parallel-display-dat/parallel-display-dat.md
... ...
@@ -3,3 +3,9 @@
3 3
4 4
- [[DVP-display-dat]] - [[RGB-LCD-dat]]
5 5
6
+parallel interface LCDs - [[EDL-LCD-dat]]
7
+
8
+
9
+## ref
10
+
11
+- [[display-dat]]
... ...
\ No newline at end of file
Tech-dat/interactive-dat/display-dat/SPI-LCD-dat/SPI-LCD-dat.md
... ...
@@ -0,0 +1,34 @@
1
+
2
+# SPI-LCD-dat
3
+
4
+
5
+## EDL 160x128 1.8 SPI LCD
6
+
7
+## Setup
8
+
9
+Obsolete, Pin definition of EDL 160x128 1.8 SPI LCD
10
+
11
+| ! Pins | Name | Description | Common Connecting to Arduino Pin |
12
+| ------- | ------------- | -------------------------- | -------------------------------- |
13
+| GND | Power Ground | - | GND |
14
+| VCC | Power VCC | - | 5V |
15
+| NC...NC | NC1, NC2, NC3 | - | NC |
16
+| Reset | Reset | LCD reset pin | Pin 8 |
17
+| A0 | D/C | - | Pin 9 |
18
+| SDA | SDA | LCD data input/slave input | Pin 11 (MOSI of arduino) |
19
+| SCK | SCK | Clock Pin | Pin 13 |
20
+| CS | CS | Chip Select of LCD | Pin 10 |
21
+| SD_SCK | - | - | - |
22
+| SD_MISO | - | - | - |
23
+| SD_MOSI | - | - | - |
24
+| SD_CS | - | - | - |
25
+| LED+ | LED+ | LED VCC | 3.3V |
26
+| LED- | LED- | LED GND | GND |
27
+
28
+
29
+## ref
30
+
31
+
32
+* 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/)
33
+* and [link 2 by benbarbour.com](http://www.benbarbour.com/arduinolcd)
34
+
Tech-dat/interactive-dat/display-dat/display-dat.md
... ...
@@ -12,13 +12,18 @@
12 12
13 13
- [[parallel-display-dat]] - [[DVP-display-dat]] - [[RGB-LCD-dat]]
14 14
15
-- [[segment-LCD-dat]]
16
-
17 15
parallel interface LCDs - [[EDL-LCD-dat]]
18 16
19
-SPI interface LCDs - [[EDS-LCD-dat]]
17
+SPI interface LCDs - [[EDS-LCD-dat]] - [[SPI-LCD-dat]]
18
+
19
+
20
+
21
+- [[segment-LCD-dat]]
22
+
20 23
24
+## boards
21 25
26
+- [[NWI1241-dat]]
22 27
23 28
## other
24 29
... ...
@@ -58,5 +63,6 @@ SPI interface LCDs - [[EDS-LCD-dat]]
58 63
59 64
- [[RPI-LCD-dat]]
60 65
66
+- [[WCH-dat]]
61 67
62 68
board-series-dat/EDS-LCD-dat/2025-08-09-18-03-17.png
... ...
Binary files /dev/null and b/board-series-dat/EDS-LCD-dat/2025-08-09-18-03-17.png differ
board-series-dat/EDS-LCD-dat/2025-08-09-18-04-58.png
... ...
Binary files /dev/null and b/board-series-dat/EDS-LCD-dat/2025-08-09-18-04-58.png differ
board-series-dat/EDS-LCD-dat/2025-08-09-18-05-42.png
... ...
Binary files /dev/null and b/board-series-dat/EDS-LCD-dat/2025-08-09-18-05-42.png differ
board-series-dat/EDS-LCD-dat/EDS-LCD-dat.md
... ...
@@ -36,6 +36,28 @@ legacy wiki page
36 36
Note: The 2.2-inch SPI module has no touch pins and has 9 PINs. The 2.4/2.8/3.2/3.5/4.0 modules with touch have 14 PIN standard pins.
37 37
38 38
39
+## LCD Raw
40
+
41
+### 3.2" ILI9341 // 37 pin or 18 pin
42
+
43
+![](2025-08-09-18-03-17.png)
44
+
45
+### 2.2" ILI9341 14 pin
46
+
47
+尺寸:2.2 inch
48
+分辨率:240(RGB) x 320
49
+接口: 4-Wire SPI (支持硬件SPI)
50
+Color Depth: 262K/65K
51
+CM (W x H x D) (mm) :40.10x55.20x2.35
52
+Active Area(mm) :33.84x45.12
53
+LED Numbers : 4 LEDs
54
+Driver IC :ILI9341V
55
+
56
+![](2025-08-09-18-05-42.png)
57
+
58
+
59
+![](2025-08-09-18-04-58.png)
60
+
39 61
## repo
40 62
41 63
- https://github.com/Edragon/Display-LCD-SPI
... ...
@@ -48,3 +70,5 @@ Note: The 2.2-inch SPI module has no touch pins and has 9 PINs. The 2.4/2.8/3.2/
48 70
- [[ILC0011-dat]]
49 71
50 72
- [[EDS-LCD]]
73
+
74
+- [[display]]
... ...
\ No newline at end of file
board-series-dat/SPI-LCD-dat/SPI-LCD-dat.md
... ...
@@ -1,31 +0,0 @@
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
-