jenniclogo.h
来自「此程式庫有許多的zigbee程式源碼」· C头文件 代码 · 共 69 行
H
69 行
/***************************************************************************** * * MODULE: Jennic Logo bitmap * * COMPONENT: $RCSfile: JennicLogo.h,v $ * * VERSION: $Name: zed003_cd $ * * REVISION: $Revision: 1.1 $ * * DATED: $Date: 2005/03/31 13:54:54 $ * * STATUS: $State: Exp $ * * AUTHOR: CJG * * DESCRIPTION: * Jennic logo in a bitmap form suitable for the LCD driver * * LAST MODIFIED BY: $Author: cjg $ * $Modtime: $ * **************************************************************************** * * (c) Copyright JENNIC Ltd 2005 * ****************************************************************************/#ifndef JENNIC_LOGO_INCLUDED#define JENNIC_LOGO_INCLUDED#if defined __cplusplusextern "C" {#endif/****************************************************************************//*** Include Files ***//****************************************************************************/#include "jendefs.h"#include "LcdDriver.h"/****************************************************************************//*** Macro Definitions ***//****************************************************************************//****************************************************************************//*** Type Definitions ***//****************************************************************************//****************************************************************************//*** Exported Functions ***//****************************************************************************//****************************************************************************//*** Exported Variables ***//****************************************************************************/PUBLIC tsBitmap sJennicLogo;#if defined __cplusplus}#endif#endif /* JENNIC_LOGO_INCLUDED *//****************************************************************************//*** END OF FILE ***//****************************************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?