This commit is contained in:
JiXieShi
2024-09-21 23:07:22 +08:00
parent 6c9a999c71
commit 8f7f72712c
27 changed files with 100 additions and 81 deletions

View File

@@ -1,6 +1,6 @@
#ifndef HW_LIB_T_OLED_H
#define HW_LIB_T_OLED_H
void Test_OLED(void *pVoid);
int Test_OLED(void *pVoid);
#endif //HW_LIB_T_OLED_H

View File

@@ -111,7 +111,7 @@ OLED_T oled = {
.call=Refresh_Call,
};
void Test_OLED(void *pVoid) {
int Test_OLED(void *pVoid) {
SIM_OLED_INIT(128, 64, CYAN, 0x0, 5, 0);
OLED_Init(&oled);