代码搜索结果

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

lcdd.h

#ifdef LCD_G #define lcd_ext #else #define lcd_ext extern #endif #define MVAL (13) #define MVAL_USED (0) #define M5D(n) ((n) & 0x1fffff) // To get lower 21bits #define L

lcddrv.h

/* * FILE: lcddrv.h * 操作LCD控制器、调色板等的底层函数接口 */ #ifndef __LCDDRV_H__ #define __LCDDRV_H__ #include #define LOWER21BITS(n) ((n) & 0x1fffff) #define BPPMODE_1BPP 0x8 #def

lcddrv.h

/* * FILE: lcddrv.h * 操作LCD控制器、调色板等的底层函数接口 */ #ifndef __LCDDRV_H__ #define __LCDDRV_H__ #include #define LOWER21BITS(n) ((n) & 0x1fffff) #define BPPMODE_1BPP 0x8 #def

lcdlib.h

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

lcdd.h

#ifdef LCD_G #define lcd_ext #else #define lcd_ext extern #endif #define MVAL (13) #define MVAL_USED (0) #define M5D(n) ((n) & 0x1fffff) // To get lower 21bits #define L

main.c

#include "2440addr.h" #define MVAL (13) #define MVAL_USED (0) //0=each frame 1=rate by MVAL #define INVVDEN (1) //0=normal 1=inverted #define BSWP (0) //Byte swap control #define

obj.lst

/* Created by S+core IDE */ INPUT("Debug\RES_ASC12.res") INPUT("Debug\RES_ASC16.res") INPUT("Debug\RES_HZK12.res") INPUT("Debug\RES_HZK16.res") INPUT("Debug\ex36_Zigbee_startup.o") INPUT("Debug\main

main.c

#include #include "serial.h" #include "lcdlib.h" #include "s3c24xx.h" int main() { char c; uart0_init(); // 波特率115200,8N1(8个数据位,无校验位,1个停止位) while (1)

ver.h

/*============================================================================== * 文件名称: Ver.h * 文件功能: 用于定义软件所对应的MODEL NO. * 所有和MODEL 以及版本有关的信息都在此文件中定义,同时,其它所有文件 * 都需要包含此文件以实现版本的编译控制 * Fi

main.c

#include #include "serial.h" #include "lcdlib.h" #include "s3c24xx.h" int main() { char c; uart0_init(); // 波特率115200,8N1(8个数据位,无校验位,1个停止位) while (1)