paint_bmp.h
来自「NXP LPC系列AMR7的开发程序源码(LCD」· C头文件 代码 · 共 27 行
H
27 行
/*************************************************************************
*
* Used with ICCARM and AARM.
*
* (c) Copyright IAR Systems 2006
*
* File name : paint_bmp.h
* Description : BMP
*
* History :
* 1. Date : May, 8 2006
* Author : Stanimir Bonev
* Description : Create
*
*
* $Revision: 13151 $
**************************************************************************/
#include "includes.h"
#ifndef __PAINT_BMP_H
#define __PAINT_BMP_H
extern const Int32U Paint_Palette[];
extern const Int8U Paint_bmp [];
#endif // __PAINT_BMP_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?