mirror of
https://gitee.com/lzc56/WouoUI-PageVersion.git
synced 2025-06-17 20:57:52 +00:00
13 lines
167 B
C
13 lines
167 B
C
![]() |
#ifndef __TEST_UI_H__
|
||
|
#define __TEST_UI_H__
|
||
|
|
||
|
#include "oled_port.h"
|
||
|
#include "oled_g.h"
|
||
|
#include "oled_ui.h"
|
||
|
|
||
|
|
||
|
void TestUI_Init(void);
|
||
|
void TestUI_Proc(void);
|
||
|
|
||
|
#endif
|