hi3861软件

This commit is contained in:
2025-10-18 16:05:39 +08:00
parent 3d7a4dcb4d
commit 30edbda7de
36 changed files with 1888 additions and 1785 deletions

9
display_helper.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef DISPLAY_HELPER_H
#define DISPLAY_HELPER_H
#include <stdint.h>
// 显示混合字符串(中文+英文数字)
void DisplayMixedString(uint8_t start_x, uint8_t start_y, const char* text);
#endif // DISPLAY_HELPER_H