增加事件触发功能

This commit is contained in:
2026-05-12 09:43:59 +08:00
parent 6e3f7ade3d
commit 3643451d6c

View File

@@ -7,14 +7,12 @@
* 修改记录: * 修改记录:
* 2026-05-11 王建锋 创建初始版本 * 2026-05-11 王建锋 创建初始版本
*/ */
#include "remoteDisplay.h"
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include "Drv/lcd/lcd.h" #include "Drv/lcd/lcd.h"
#include "TCP/tcp.h" #include "TCP/tcp.h"
#include "Drv/key.h" #include "Drv/key.h"
#include "remoteDisplay.h"
#include "remoteDisplayProtocol.h" #include "remoteDisplayProtocol.h"
/* 回复帧最大长度头4 + 最大 payload(4+LCD_DISPLAYMEMORYSIZE) + crc1 */ /* 回复帧最大长度头4 + 最大 payload(4+LCD_DISPLAYMEMORYSIZE) + crc1 */