mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-06-18 13:57:52 +00:00
11 lines
152 B
C
11 lines
152 B
C
![]() |
#ifndef _PARAMETER_H_
|
||
|
#define _PARAMETER_H_
|
||
|
|
||
|
#include "menuConfig.h"
|
||
|
|
||
|
extern data_t Contrast_data;
|
||
|
|
||
|
void ParameterSetting_Widget(xpMenu Menu);
|
||
|
|
||
|
#endif
|