⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lq035q7db02_lcd.h

📁 NXP LPC系列AMR7的开发程序源码(LCD
💻 H
字号:
/*************************************************************************
 *
 *    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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -