mirror of
https://gitee.com/Polarix/simplegui.git
synced 2025-06-17 13:37:52 +00:00
18 lines
694 B
C
18 lines
694 B
C
![]() |
#ifndef __INCLUDE_HMI_DEMO05_VARIABLEBOX_H__
|
||
|
#define __INCLUDE_HMI_DEMO05_VARIABLEBOX_H__
|
||
|
//=======================================================================//
|
||
|
//= Include files. =//
|
||
|
//=======================================================================//
|
||
|
#include "HMI_Data.h"
|
||
|
#include "HMI_Process.h"
|
||
|
#include "GUI_VariableBox.h"
|
||
|
#include "UserAction.h"
|
||
|
#include <stdio.h>
|
||
|
|
||
|
//=======================================================================//
|
||
|
//= Public variable declaration. =//
|
||
|
//=======================================================================//
|
||
|
extern HMI_SCREEN g_stHMI_DemoVariableBox;
|
||
|
|
||
|
#endif // __INCLUDE_HMI_DEMO05_VARIABLEBOX_H__
|