📄 kev7a400_lq150x1dg16.h
字号:
/**********************************************************************
* $Workfile: KEV7A400_LQ150X1DG16.h $
* $Revision: 1.1 $
* $Author: WellsK $
* $Date: Aug 30 2002 13:27:54 $
*
* Project: Default configuration values for the LQ150X1DG16 display.
*
* Description:
* This package defines the values programmed into the LCD controller
* and other values use with the common LCD driver.
*
* This panel is connected to the EVB via a custom cable. The
* backlight is connected to the EVB also via a custom built cable.
* Information about these cables can be found in a separate
* application note.
*
* Display boards jumpers should be as follows:
* JP24, pins 7-8 (should be on righttmost 2 pins)
* JP24, pins 53-54 (should be on rightmost 2 pins)
* JP9, doesn't matter (special cable)
* JP16, doesn't matter (special cable)
* JP26, pins 1-2
* JP27, pins 2-3
*
* CPU board jumpers should be as follows:
* JP13, pins 1-2
* JP14, pins 1-2
* JP15, pins 2-3
* JP35, doesn't matter
*
* Revision History:
* $Log: //smaicnt2/pvcs/VM/CHIPS/archives/LH7A400/LCD/Application drivers/KEV7A400_LQ150X1DG16.h-arc $
*
* Rev 1.1 Aug 30 2002 13:27:54 WellsK
* Corrected C/C++ wrapper.
*
* Rev 1.0 Aug 28 2002 13:31:00 WellsK
* Initial revision.
*
*
* SHARP MICROELECTRONICS OF THE AMERICAS MAKES NO REPRESENTATION
* OR WARRANTIES WITH RESPECT TO THE PERFORMANCE OF THIS SOFTWARE,
* AND SPECIFICALLY DISCLAIMS ANY RESPONSIBILITY FOR ANY DAMAGES,
* SPECIAL OR CONSEQUENTIAL, CONNECTED WITH THE USE OF THIS SOFTWARE.
*
* SHARP MICROELECTRONICS OF THE AMERICAS PROVIDES THIS SOFTWARE SOLELY
* FOR THE PURPOSE OF SOFTWARE DEVELOPMENT INCORPORATING THE USE OF A
* SHARP MICROCONTROLLER OR SYSTEM-ON-CHIP PRODUCT. USE OF THIS SOURCE
* FILE IMPLIES ACCEPTANCE OF THESE CONDITIONS.
*
* COPYRIGHT (C) 2002 SHARP MICROELECTRONICS OF THE AMERICAS, INC.
* CAMAS, WA
*********************************************************************/
#ifndef LQ150X1DG16_H
#define LQ150X1DG16_H
#ifdef __cplusplus
#if __cplusplus
extern "C"
{
#endif // __cplusplus
#endif // __cplusplus
#include "SMA_types.h"
#include "SMA_lcd_driver.h"
#include "LH7A400_lcd_private.h"
#include "LH7A400_evb.h"
//*********************************************************************
// Defines and configuration values
//*********************************************************************
// X and Y pixel resolutions of the panel
#define LQ150X1DG16_XMAX 1024
#define LQ150X1DG16_YMAX 768
// Bits per pixel
#define LQ150X1DG16_BPP 8
// Nominal pixel clock (in Hz)
#define LQ150X1DG16_CLK 50000000
// Configuration register values
#define LQ150X1DG16_T0 0x939f431f
#define LQ150X1DG16_T1 0x1d2616ff
#define LQ150X1DG16_T2 0x01ff3800
#define LQ150X1DG16_T3 0x0
#define LQ150X1DG16_CONTROL 0x00010829
#define LQ150X1DG16_HRTFT_SETUP 0x3fe0
#define LQ150X1DG16_HRTFT_CONTROL 0x0
#define LQ150X1DG16_HRTFT_T1 0x0
#define LQ150X1DG16_HRTFT_T2 0x0
//*********************************************************************
// Panel object descriptor
//*********************************************************************
extern lcd_configuration_type KEV7A400_LQ150X1DG16;
//*********************************************************************
// API functions that over-ride common API functions (if applicable)
//*********************************************************************
#ifdef __cplusplus
}
#endif
#endif // LQ150X1DG16_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -