代码搜索结果
找到约 2,975 项符合
TFT 的代码
main.c
//====================================================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be d
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
main.c
//====================================================================================
// The information contained herein is the exclusive property of
// Sunnorth Technology Co. And shall not be di
glib.c
//====================================================================
// File Name : Glib.c
// Function : S3C2440 Graphic library(drawing).
// Program :
// Date : May 30, 2002
// Versio
glib_1.c
//====================================================================
// File Name : glib.c
// Function : S3C2440 Graphic library(drawing).
// Program :
// Date : May 30, 2002
// Versio
main.c
//====================================================================================
// The information contained herein is the exclusive property of
// Sunnorth Technology Co. And shall not be di
glib.c
//====================================================================
// File Name : Glib.c
// Function : S3C2440 Graphic library(drawing).
// Program :
// Date : May 30, 2002
// Versio
glib.c
#include "def.h"
#include "lcdlib.h"
#include "glib.h"
void (*PutPixel)(U32,U32,U32);
void Glib_Init(int type)
{
switch(type)
{
case MODE_STN_1BIT:
PutPixel=_PutStn1Bit;
glib.c
#include "def.h"
#include "lcdlib.h"
#include "glib.h"
void (*PutPixel)(U32,U32,U32);
void Glib_Init(int type)
{
switch(type)
{
case MODE_STN_1BIT:
PutPixel=_PutStn1Bit;
glib.c
#include "def.h"
#include "lcdlib.h"
#include "glib.h"
void (*PutPixel)(U32,U32,U32);
void Glib_Init(int type)
{
switch(type)
{
case MODE_STN_1BIT:
PutPixel=_PutStn1Bit;