WouoUI-PageVersion/Csource/example/UITest/TestUI.h

13 lines
167 B
C
Raw Normal View History

2024-02-16 04:02:53 +00:00
#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