2017-06-02 12:33:13 +00:00
|
|
|
#ifndef __INCLUDE_HMI_DEMO01_TEXT_H__
|
|
|
|
#define __INCLUDE_HMI_DEMO01_TEXT_H__
|
|
|
|
//=======================================================================//
|
|
|
|
//= Include files. =//
|
|
|
|
//=======================================================================//
|
2017-08-02 14:24:26 +00:00
|
|
|
#include "SGUI_Notice.h"
|
2017-06-02 12:33:13 +00:00
|
|
|
#include "HMI_Process.h"
|
|
|
|
#include "UserAction.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
//=======================================================================//
|
|
|
|
//= Public variable declaration. =//
|
|
|
|
//=======================================================================//
|
|
|
|
extern HMI_SCREEN g_stHMI_DemoText;
|
|
|
|
|
|
|
|
#endif // __INCLUDE_HMI_DEMO01_TEXT_H__
|