iar_logo.h

来自「NXP LPC系列AMR7的开发程序源码(LCD」· C头文件 代码 · 共 26 行

H
26
字号
/*************************************************************************
 *
 *    Used with ICCARM and AARM.
 *
 *    (c) Copyright IAR Systems 2006
 *
 *    File name   : iar_logo.h
 *    Description : IAR Logo include file
 *
 *    History :
 *    1. Date        : December 4, 2006
 *       Author      : Stanimir Bonev
 *       Description : Create
 *
 *    $Revision: 1.0 $
 **************************************************************************/
#include "arm_comm.h"
#include "drv_glcd.h"

#ifndef __IAR_LOGO_H
#define __IAR_LOGO_H

extern Bmp_t IAR_Logo;

#endif // __IAR_LOGO_H

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?