dwinForumAdmin 发表于 2020-9-15 21:24:41

[DEMO]DMT32240C035-06WT T5 DGUS II project

The demo mainly demonstrates the main functions of the T5_DGUSII platform,For a better demo, the description pointer and the 22. Bin file of power-on loading data are used.
For example,
(1)Turn touch sounds on or off
The variable address of 0x0081 starts with a word storage instruction:OFF(0x): 00 34,ON: 00 3C,
So,we just need store the instruction into the 22.bin file that can load data to RAM when power-on,
And then,configure the sync control,after pressing, load the data to 0x0081 to close and open the touch sound.

(2)Voice playback interface
Start music as 00Play,Touch button tone is 05Touch.

(3)Modify the data window properties
For example,
The description pointer is set as 0x3000,
So,Write the key value 0xF800 to the 0x300B address, and the text color will be displayed in red,0x07F0 is green,0x001F is blue.


页: [1]
查看完整版本: [DEMO]DMT32240C035-06WT T5 DGUS II project