mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-06-18 13:57:52 +00:00
17 lines
352 B
C
17 lines
352 B
C
#ifndef _APPLICATION_H
|
|
#define _APPLICATION_H
|
|
|
|
#include "menu.h"
|
|
#include "menuConfig.h"
|
|
|
|
void White_Dark_Day(xpItem item);
|
|
void Show_MPU6050(xpItem item);
|
|
void Show_GitHub(xpItem item);
|
|
void Show_Bilibili(xpItem item);
|
|
void Setting_Pid(xpItem item);
|
|
void Show_Log(xpItem item);
|
|
void Setting_Contrast(xpItem item);
|
|
void PowerSave(xpItem item);
|
|
|
|
#endif
|