代码搜索结果
找到约 2,975 项符合
TFT 的代码
液晶原理.txt
大屏幕显示设备尺寸和可视显示尺寸:
大屏幕显示尺寸: 指显示设备的可见部分的对角线尺寸。国际惯例以英寸为单位来计量。
大屏幕可视尺寸: 指显示设备可以显示图象部分对角线尺寸。 以普通显示器为例: 15”CRT 显示器的显像管的对角线为 15 英寸,它的可视尺寸在 13.8 英寸左右。 19”LCD 液晶显示器的液晶板的对角线为 19 英寸 , 它的可视尺寸在 18 英寸左右。
最常见的大 ...
lcdlib.c
/*****************************************
NAME: lcdlib.c
DESC: lcd configuration low-level codes
HISTORY:
2002.03.13:draft ver 0.0
*****************************************/
#include
test_key.c
//====================================================================================
//File name: Test_Key.c
//Function: Key test
//Update: V1.0 by wangtao
//========
test_key.c
//====================================================================================
//文 件 名:Test_Key.c
//功能描述: Key测试
//维护记录: V1.0 by wangtao
//======================
lcddrv.c
/*
* FILE: lcddrv.c
* 提供操作LCD控制器、调色板等的底层函数
*/
#include
#include "s3c24xx.h"
#include "lcddrv.h"
unsigned int fb_base_addr;
unsigned int bpp;
unsigned int xsize;
unsigned int
test_lcd.c
#include "2410addr.h"
#include "Option.h"
#include "Def.h"
#define LCD_XSIZE_TFT (240)
#define LCD_YSIZE_TFT (320)
#define HOZVAL_TFT (LCD_XSIZE_TFT-1)
#define LINEVAL_TF
lcdlib.c
//====================================================================
// File Name : LCDlib.c
// Function : S3C2440 LCD configuration low-level codes
// Program :
// Date : March 13, 200
lcd.h
#ifndef __LCD_H
#define __LCD_H
//#define USE_TFT_LCD
#ifdef USE_TFT_LCD
#include "TFT_LCD.h"
#else
#include "BW_LCD.h"
#endif
#endif
lcd.h
#ifndef __LCD_H
#define __LCD_H
//#define USE_TFT_LCD
#ifdef USE_TFT_LCD
#include "TFT_LCD.h"
#else
#include "BW_LCD.h"
#endif
#endif
lcd.h
#ifndef __LCD_H
#define __LCD_H
//#define USE_TFT_LCD
#ifdef USE_TFT_LCD
#include "TFT_LCD.h"
#else
#include "BW_LCD.h"
#endif
#endif