thachphamduong 发表于 2023-4-20 19:14:47

[Question]How to control Buzzer in UART LCM with Keil C?

Model: DMG10600C101_15WTR

DWIN-ARK 发表于 2023-4-20 21:53:25

本帖最后由 DWIN-ARK 于 2023-4-20 21:56 编辑

Dear,Use the 0x00A0 instruction
5A A5 05 82 00A0 007D ; The buzzer beeps for 1 s
5A A5 05 82 00A0 003E;The buzzer beeps for 0.5 s

guide 50 page.
http://inforum.dwin.com.cn:20080/forum.php?mod=viewthread&tid=4610&_dsign=d34c5079

jhpark 发表于 2023-7-3 16:38:58

DWIN-ARK 发表于 2023-4-20 21:53
Dear,Use the 0x00A0 instruction
5A A5 05 82 00A0 007D ; The buzzer beeps for 1 s
5A A5 05 82 00A0 0 ...

Ah, I also see that it can be controled by UART command. Great !
Then, could you let me know whether I can also turn on/off the buzzer ?
Is it possible ?

zzs999k 发表于 2023-7-3 16:41:04

Touch
Screen with sound control can be used to turn on or off the "mute" function of touch buttons. Note: write instructions.
Data will not be saved after power off.
Write: 5A A5 07 82 0080 5A 00 00 30
Write: 5A A5 07 82 0080 5A 00 00 38

jhpark 发表于 2023-7-4 12:13:58

zzs999k 发表于 2023-7-3 16:41
Touch
Screen with sound control can be used to turn on or off the "mute" function of touch buttons....

Thanks for your information, zzs999k !!
页: [1]
查看完整版本: [Question]How to control Buzzer in UART LCM with Keil C?