迪文科技论坛

 找回密码
 立即注册
搜索
查看: 515|回复: 1

[Question] Power saving mode and wakeup command for Dwin display

[复制链接]

25

主题

33

回帖

726

积分

高级会员

Rank: 4

积分
726
发表于 2020-8-1 21:28:05 | 显示全部楼层 |阅读模式
Hi, I have screen DMG85480C050_03WN. Is there "Power off/Power save" command and "Wakeup" commands available to send with UART to display (To reduce power consuption when display is not needed)?
回复

使用道具 举报

0

主题

118

回帖

1637

积分

金牌会员

Rank: 6Rank: 6

积分
1637
发表于 2020-8-3 09:58:01 | 显示全部楼层
Hi Sir.
You can write the cfg configuration as below:
0x0C,0x0D,0x0E belong to the backlight setting address.
0x0C is the normal light level, the scope is 0x00-0x64
0x0D is the standby brightness. the scope is 0x00-0x64
0x0E is the required time to wake up the display. the scope is 0x0001-0xFFFF, the unit is 10mS.
For example, you wanna to wake up the display in 10 minutes, then
0x0E is 0x03E8(10*1000/10, turn to 16 hex.
0x0D can be set 0x32, half of the brightness, depends on you.
0x0C can be set 0x64, full brightness, depends on you.

You can also set the brightness via UART. The code example is as below:
5A A5 07 82 0082 64 32 03E8
82 means register
0082 is the system variable interface address
64 is the start brightness, 0x00-0x64
32 is the closure brightness,0x00-0x64
03E8 is the time.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|迪文科技论坛 ( 京ICP备05033781号-1 )

GMT+8, 2025-5-9 20:57 , Processed in 0.030292 second(s), 21 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表