代码搜索:电容屏
找到约 4,731 项符合「电容屏」的源代码
代码结果 4,731
www.eeworm.com/read/340021/3292214
c lcd12864.c
// LCD12864.C
// 128*64液晶屏驱动程序
#define IN_LCD12864_C
#include
#include
#include "config.h"
#include "ascii_8_16.h"
#include "hanzi.h"
// 定义lcd操作地址
// 写命令
// 写数据
www.eeworm.com/read/340021/3292425
c lcd12864.c
// LCD12864.C
// 128*64液晶屏驱动程序
#define IN_LCD12864_C
#include
#include
#include "config.H"
#include "ascii_8_16.h"
#include "hanzi.h"
// 定义lcd操作地址
// 写命令
// 写数据
www.eeworm.com/read/425805/2002874
c comm_drive.c
/* IAL输入引擎底层驱动。
本驱动程序是用于MagicARM2200实验箱,采用16个按键和触摸屏输入。
*/
#include "common.h"
#include "minigui.h"
#include "ucos_ii.h"
typedef unsigned char uint8;
typedef unsigned
www.eeworm.com/read/159496/5582936
c comm_drive.c
/* IAL输入引擎底层驱动。
本驱动程序是用于MagicARM2200实验箱,采用16个按键和触摸屏输入。
*/
#include "common.h"
#include "minigui.h"
#include "ucos_ii.h"
typedef unsigned char uint8;
typedef unsigned
www.eeworm.com/read/472415/6876931
c key.c
#include "data.h"
/*---外部数据引用区---*/
extern uchar str[25]; //存储需要在显示屏显示的字符
extern uchar PageFlage; //显示的当前页号
extern uchar up; //上键按下次数
extern uchar down; //下键按下次数
extern uchar left; //
www.eeworm.com/read/368933/9671832
c 24cxxmain.c
/****************************************************************
实验名称:EEPROM读写演示程序
晶振:内部 8M
接线方法:
1.PC0,PC1分别接EEPROM的SCL,SDA
2.PA0-PA4分别接128*64显示屏的CS,SID,
www.eeworm.com/read/172662/9697088
asm rmbscr.asm
;** 人民币汇率屏程序 *************************************************
r2864dph equ 20h ;2864 DPTR保存单元
r2864dpl equ 21h
ledydph equ 22h ;LED DPTR保存单元
ledydpl equ 23h
ledlight equ 24h ;
www.eeworm.com/read/415530/11066459
c main.c
#include "msp430x14x.h"
#include "lcd.h"
unsigned char tab4[]={
"wuhan university of technology,www.whut.edu.cn"};
unsigned char tab[]={
"武汉理工大学触摸屏测试程序调试"
};
int main(void)
{
// Stop watc
www.eeworm.com/read/430465/8744264
txt 复件 1.txt
Linux液晶屏驱动开发
信息来源:电子开发网 发布时间:2008-06-13 字号:小 中 大
关键字:Linux液晶屏驱动 LCD控制器
随着高性能嵌入式处理器的普及和硬件成本的不断降低,尤其是ARM 系列处理器的推出,嵌入式系统的功能越来越强。单色LCD也因为色彩单调,存储信息小,处理速度慢而不能符合人们的需求。
在多媒体应用的推动下,彩色LCD越来越多地应用到了嵌入 ...
www.eeworm.com/read/149927/12333234
txt readme.txt
LCDPoint.exe Windows版本 请安装VB6.0 再运行
本程序主要生成122X32点阵液晶显示屏的字库,也可用于其它类似液晶显示屏
功能:
1.可生成16X16、16X8、8X6点阵库
2.可选择windows下的字体
3.可将位图生成点阵库
4.生成预览图
输入文字或位图后,先按〈生成位图〉产生点阵库,再点击分割成的点阵就
可得到相应点阵库。
...