DWIN Technology
The Process of How To Replace DWIN K600+ with L5L
First of all, the differences between K600+ and T5L:
1. First of all, the software version used is different. K600+ uses software version DGUS
V5.08, and T5L uses software version V7.6XX or above, V7.642 is currently
recommended.
2. The background image processing methods are different. The images of K600+ can
be downloaded directly, but the background images of T5L need to be generated by tool
software first, and there is a configuration storage location in the configuration file
(factory default configuration No. 32 storage location).
3. The generated icon library, K600+ is to generate ICO files, when replacing to T5L, you
need to use V7.624 software to regenerate the ICL icon library file.
4. The hardware configuration file is different. K600+ is configured in the CONFIG.TXT
file. T5L needs to generate a new hardware configuration file T5LCFG*.CFG, and
reconfigure according to the T5L Development Guide.
5. Variable address usage range. The variable address of K600+ allows users to use the
range of 0000-6FFF, and the range of variable address of T5L is 1000-FFFF.
6. Font storage space, K600+ has 32M font storage space, the naming range is 0-127 (it
is recommended that users start naming and using from 24), T5L only has 16M storage
space, and the naming range is 0-63. If there is more than this range, you need to adjust
the naming, control settings also need to be modified synchronously.
7. K600+ can use 80/81 instructions to read and write DUGS registers to achieve related
functions, T5L uses variable mode to drive work, and users use 82/83 instructions to call
the system variable interface to achieve related functions.
8. Compared with the development of K600+, T5L lacks these functions: rotation
adjustment, RTC input, list display. But there are many more cool features added, which
can be learned later.
The detailed introduction of how to replace DWIN K600+ with L5L:
1. First create a new blank folder as the new project file save path.
2. Open the original project file with T5L development software V7.642, and then click
Save As to save the new project folder in the first step.
3. and then click Generate, Save, and generate a new configuration file for T5L No. 13,
No. 14, etc.
DWIN Technology
4. Open the new project folder, delete all ICO files generated by the original project file,
and use V7.642 to regenerate the corresponding new ICL icon library file (pay attention
to the naming range, do not exceed the storage space, a storage location is 256KB). If
there is an icon library in the project file, you need to re-select a new ICL icon library.
DWIN Technology
5. If the previous project has used variable addresses in the range of 0000-0FFF, it can
be increased by 1000H in batches through the variable address adjustment on the
software.
6. Modify the hardware configuration file.
Use the .CFG file such as T5LCFG.CFG to implement the configuration on the original
CONFIG.TXT file: settings such as serial port 2 baud rate, screen display direction,
whether to load 22 files, etc.
DWIN Technology
7. Generate ICL background image library. All background images of T5L must generate
ICL files before they can be downloaded to the screen to be recognized. The default
storage location is 32, and the storage location can be modified through CFG file 08
location configuration.
Select the picture to generate the ICL, name 32 background ICL, the default storage
location of the background pictures
DWIN Technology
8. All the above newly generated files are saved in the DWIN_SET folder as before. T5L
does not support hot swap of SD card. Download process: power off and insert the card
-- power on and enter the blue screen download interface, after displaying END---- -
power off and pull out the card---Power on to see the effect.