Files
JoyD/README.md
2025-10-30 14:26:12 +08:00

15 lines
597 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

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.

# JoyD
久鼎代码库
### 修改流程:
1. 暂停或恢复时设置暂停状态调用更新Info
2. 断开或连接时设置连接状态调用更新Info
3. Ping通状态变化时修改Ping状态调用更新Info
4. 图像更新时, 保存LastImage, 调用更新到UI
### 更新Info:
1. 如果暂停显示暂停信息否则如果Ping不通或断开显示重连信息否则清空InfoImage
2. 最后调用更新UI
### 更新UI:
1. 先将LastImage绘制到全局缓冲
2. 再将InfoImage绘制到缓冲
3. 最后一次性绘制到图像框的bitmap