UP
This commit is contained in:
@@ -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
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user