2017-06-02 12:33:13 +00:00
|
|
|
#ifndef __INCLUDE_HMI_DEMO_03_NOTICE2_H__
|
|
|
|
#define __INCLUDE_HMI_DEMO_03_NOTICE2_H__
|
|
|
|
//=======================================================================//
|
|
|
|
//= Include files. =//
|
|
|
|
//=======================================================================//
|
|
|
|
#include "HMI_Data.h"
|
|
|
|
#include "HMI_Process.h"
|
|
|
|
#include "GUI_Notice.h"
|
2017-06-05 13:01:34 +00:00
|
|
|
#include "UserAction.h"
|
2017-06-02 12:33:13 +00:00
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
//=======================================================================//
|
|
|
|
//= Public variable declaration. =//
|
|
|
|
//=======================================================================//
|
|
|
|
extern HMI_SCREEN g_stHMI_DemoTextNotice;
|
|
|
|
|
|
|
|
#endif // __INCLUDE_HMI_DEMO_02_H__
|