mirror of
https://gitee.com/Polarix/simplegui.git
synced 2025-06-17 21:47:52 +00:00
17 lines
647 B
C
17 lines
647 B
C
![]() |
#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"
|
||
|
#include <stdio.h>
|
||
|
|
||
|
//=======================================================================//
|
||
|
//= Public variable declaration. =//
|
||
|
//=======================================================================//
|
||
|
extern HMI_SCREEN g_stHMI_DemoTextNotice;
|
||
|
|
||
|
#endif // __INCLUDE_HMI_DEMO_02_H__
|