2017-06-07 13:50:51 +00:00
|
|
|
#ifndef __INCLUDE_HMI_DEMO04_GRAPH_H__
|
|
|
|
#define __INCLUDE_HMI_DEMO04_GRAPH_H__
|
|
|
|
//=======================================================================//
|
|
|
|
//= Include files. =//
|
|
|
|
//=======================================================================//
|
|
|
|
#include <stdint.h>
|
|
|
|
#include <stddef.h>
|
2017-08-02 14:24:26 +00:00
|
|
|
#include "SGUI_Graph.h"
|
2017-06-07 13:50:51 +00:00
|
|
|
#include "HMI_Data.h"
|
|
|
|
#include "HMI_Process.h"
|
|
|
|
#include "UserAction.h"
|
|
|
|
|
|
|
|
extern HMI_SCREEN g_stHMI_DemoGraph;
|
|
|
|
#endif // __INCLUDE_HMI_DEMO04_GRAPH_H__
|