2025-05-21 11:31:07 +08:00

41 lines
1.7 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

commit ad53694b3619c35c2a94643a733aebbc70de12dc (HEAD -> main)
Author: chenming <chenming@dcenzix.com>
Date: Thu May 8 17:33:05 2025 +0800
1.添加了断lvds信号12s时进入bist模式功能
commit c8dba04e449b8334369662b61841b14cde821312 (origin/main, origin/HEAD)
Author: chenming <chenming@dcenzix.com>
Date: Thu May 8 15:14:27 2025 +0800
通过ADC采样完成高低压处理当电压低于8.5V或者高于16.5V时,将走下电流程关芯片使能关屏。电压恢复正常时,重新走上电流程供电开屏
commit c06702443619a43d8f92a4bf09ca16a2c7802947
Author: chenming <chenming@dcenzix.com>
Date: Wed May 7 17:38:12 2025 +0800
添加了温度检测功能,当屏幕温度过高时,将降低背光亮度
commit 123e704f8c7d90ccc78544b2a307a41c29e1ef04
Author: chenming <chenming@dcenzix.com>
Date: Wed May 7 14:55:39 2025 +0800
添加了开机自动轮询播放bist模式5s切换一次
commit 4479768b4a7712a408f2da6829cad90235ac213f
Author: chenming <chenming@dcenzix.com>
Date: Tue May 6 16:53:31 2025 +0800
1.添加tp iic驱动,这样作为从机的948那一路i2c可作为主机来访问触摸数据
2.添加tp固件版本读取函数
3.fml_tft_write_BIST_mode不能用,否则显示数据会乱,待查
4.OUT_TFT_SHLR开机要拉高,否则显示会左右镜像
5.打印串口波特率从9600修改成460800,减少对程序正常运行的影响
6.升级屏固件,屏显示正常
commit 8402eff711f515b281fed48a31cc34c38e2b58e7
Author: chenming <chenming@dcenzix.com>
Date: Tue May 6 15:03:14 2025 +0800
1.添加DP1208项目mcu_app部分代码