增加事件触发功能
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user