jenniclogo.h

来自「代码为Jennic的基于IEEE802.15.4协议栈星型网源代码」· C头文件 代码 · 共 69 行

H
69
字号
/*****************************************************************************
 *
 * MODULE:              Jennic Logo bitmap
 *
 * COMPONENT:           $RCSfile: JennicLogo.h,v $
 *
 * VERSION:             $Name: JN-SW-4013-2v6 $
 *
 * 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 __cplusplus
extern "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 + -
显示快捷键?