13 lines
318 B
C
13 lines
318 B
C
#ifndef HMI_SET_H
|
|
#define HMI_SET_H
|
|
|
|
#include "hmi_common.h"
|
|
|
|
extern const MenuImage_t sgc_SettingImage;
|
|
|
|
void Hmi_SetEnter(const MenuItemInfo_t *pItemInfo);
|
|
void Hmi_SetExit(const MenuItemInfo_t *pItemInfo);
|
|
void Hmi_SetLoad(const MenuItemInfo_t *pItemInfo);
|
|
void Hmi_SetTask(const MenuItemInfo_t *pItemInfo);
|
|
|
|
#endif |