📄 kev7a400_lq104v1dg11.h
字号:
/**********************************************************************
* $Workfile: KEV7A400_LQ104V1DG11.h $
* $Revision: 1.1 $
* $Author: WellsK $
* $Date: Aug 30 2002 13:27:54 $
*
* Project: Default configuration values for the LQ104V1DG11 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 the LQ104V1DG11 connector.
* The backlight is connected to the EVB via connector J3.
*
* Display boards jumpers should be as follows:
* JP24, pins 7-8 (should be on rightmost 2 pins)
* JP24, pins 53-54 (should be on rightmost 2 pins)
* JP9, pins 1-2
* JP16, pins 1-2
* JP26, pins 1-2
* JP27, pins 1-2
*
* CPU board jumpers should be as follows:
* JP13, pins 1-2
* JP14, pins 1-2
* JP15, pins 2-3
* JP35, open
*
* Revision History:
* $Log: //smaicnt2/pvcs/VM/CHIPS/archives/LH7A400/LCD/Application drivers/KEV7A400_LQ104V1DG11.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 LQ104V1DG11_H
#define LQ104V1DG11_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 LQ104V1DG11_XMAX 640
#define LQ104V1DG11_YMAX 480
// Bits per pixel
#define LQ104V1DG11_BPP 16
// Nominal pixel clock (in Hz)
#define LQ104V1DG11_CLK 32500000
// Configuration register values
#define LQ104V1DG11_T0 0x58A8809C
#define LQ104V1DG11_T1 0x1F1709DF
#define LQ104V1DG11_T2 0x027F1801
#define LQ104V1DG11_T3 0x00000000
#define LQ104V1DG11_CONTROL 0x00010939
#define LQ104V1DG11_HRTFT_SETUP 0x000027E0
#define LQ104V1DG11_HRTFT_CONTROL 0x00000000
#define LQ104V1DG11_HRTFT_T1 0x00000000
#define LQ104V1DG11_HRTFT_T2 0x00000000
//*********************************************************************
// Panel object descriptor
//*********************************************************************
extern lcd_configuration_type KEV7A400_LQ104V1DG11;
//*********************************************************************
// API functions that over-ride common API functions (if applicable)
//*********************************************************************
#ifdef __cplusplus
}
#endif
#endif // LQ104V1DG11_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -