lq035q7db02_lcd.h

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

H
30
字号
/*************************************************************************
 *
 *    Used with ICCARM and AARM.
 *
 *    (c) Copyright IAR Systems 2006
 *
 *    File name   : lq035q7db02_lcd.h
 *    Description : Prototypes for the display configuration settings
 *									used for the LQ035Q7DB02 HRTFT display
 *
 *    History :
 *    1. Date        : 7 May 2006
 *       Author      : Stanimir Bonev
 *       Description : Create
 *
 *    $Revision: 6526 $
 **************************************************************************/
#include "lcd_drv.h"

#ifndef __LQ035Q7DB02_LCD_H
#define __LQ035Q7DB02_LCD_H

#define LCD_WIDTH						240 	// Pixels per line
#define LCD_HEIGHT					320 	// Lines per panel
#define CLCDC_COLOR_DEPTH		BPP_8	// Bits per pix

extern const LcdParam_t NXPLQ035Q7DB02;

#endif // __LQ035Q7DB02_LCD_H

⌨️ 快捷键说明

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