simplegui/GUI/inc/SGUI_FlashData.h

20 lines
808 B
C
Raw Normal View History

#ifndef _INCLUDED_SGUI_FLASHDATA_H_
#define _INCLUDED_SGUI_FLASHDATA_H_
//=======================================================================//
//= Include files. =//
//=======================================================================//
#include "SGUI_Typedef.h"
//=======================================================================//
//= Public variable declaration. =//
//=======================================================================//
//#ifdef _SIMPLE_GUI_VIRTUAL_ENVIRONMENT_SIMULATOR_
extern const SGUI_CBYTE SGUI_FONT_H8[];
extern const SGUI_CBYTE SGUI_FONT_H12[];
extern const SGUI_CBYTE SGUI_FONT_H16[];
extern const SGUI_CBYTE SGUI_FONT_H32[];
extern const SGUI_CBYTE SGUI_NOTICE_ICON_DATA[];
//#endif
#endif // _INCLUDED_SGUI_FLASHDATA_H_