hi3861软件
This commit is contained in:
9
display_helper.h
Normal file
9
display_helper.h
Normal 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
|
||||
Reference in New Issue
Block a user