Initial commit
This commit is contained in:
23
src/frame/frame_setting.h
Normal file
23
src/frame/frame_setting.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef _FRAME_SETTING_H_
|
||||
#define _FRAME_SETTING_H_
|
||||
|
||||
#include "frame_base.h"
|
||||
#include "../epdgui/epdgui.h"
|
||||
|
||||
class Frame_Setting : public Frame_Base
|
||||
{
|
||||
public:
|
||||
Frame_Setting();
|
||||
~Frame_Setting();
|
||||
int init(epdgui_args_vector_t &args);
|
||||
|
||||
|
||||
private:
|
||||
EPDGUI_Button *_key_wallpaper;
|
||||
EPDGUI_Button *_key_language;
|
||||
EPDGUI_Button *_key_shutdown;
|
||||
EPDGUI_Button *_key_restart;
|
||||
EPDGUI_Button *_key_syncntp;
|
||||
};
|
||||
|
||||
#endif //_FRAME_SETTING_H_
|
||||
Reference in New Issue
Block a user