代码搜索结果

找到约 2,975 项符合 TFT 的代码

lcdinit.c

#include "def.h" #include "2440addr.h" #include "2440lib.h" #include "2440slib.h" #define COLOR_RED_TFT16 0xf800 #define COLOR_GREEN_TFT16 0x07e0 #define COLOR_BLUE_TFT16 0x001f #define LC

lcd.h

#ifndef __LCD_H__ #define __LCD_H__ #define MVAL (13) #define MVAL_USED (0) #define M5D(n) ((n) & 0x1fffff) // To get lower 21bits #define MODE_TFT_24BIT_640480 (0x4208)

lcd.h

/************************************************ NAME : LCDLIB.H DESC : Revision History 2002.03.12 : draft ver 0.0 ************************************************/ #ifndef _

glib.c

#include "def.h" #include "lcdlib.h" #include "glib.h" #include "lcd.h" void (*PutPixel)(U32,U32,U32); void Glib_Init(int type) { switch(type) { case MODE_STN_1BIT: Pu

s3c2440a_lcd.h

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic

lcdinit.c.bak

#include "def.h" #include "2440addr.h" #include "2440lib.h" #include "2440slib.h" #include "Lcd.h" #define ATLOG U16 (*frameBuffer16BitTft)[SCR_XSIZE_TFT]; #ifdef ATLOG #include "bitmap.

lcdlib.h

/************************************************ NAME : LCDLIB.H DESC : Revision History 2002.03.12 : draft ver 0.0 ************************************************/ #ifndef _

glib.c

#include "def.h" #include "lcdlib.h" #include "glib.h" #include "lcd.h" void (*PutPixel)(U32,U32,U32); void Glib_Init(int type) { switch(type) { case MODE_STN_1BIT: Pu

lcd.h

/* * ApOS (Another Project software for s3c2410) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * pu

test_joystick.c

//==================================================================================== //File Name: Test_JoyStick.c //Description: JoyStick test //Update: V1.0 by wangtao