代码搜索:电容屏
找到约 4,731 项符合「电容屏」的源代码
代码结果 4,731
www.eeworm.com/read/362938/9975045
h lcd12864.h
#ifndef _LCD12864_H_
#define _LCD12864_H_
#include
#define DataLine P0
sbit BUSY = P0;
sbit DI = P3^5;
sbit RW = P3^6;
sbit E = P3^4;
sbit CSA = P3^2; //选走屏
sbit C
www.eeworm.com/read/162161/10331562
c 点阵图形液晶驱动程序,采用模拟时序接法和编程.c
/*写汉字液晶子程 液晶屏分为4行*12列汉字,全部使用模拟接口方式。
/* TGLCMLIMIT64A接口程序(模拟方式)
液晶模块供应商:广州市盛宝电子有限公司 Tel:020-87592491 Fax:87541571
Email: tinsharp@public.guangzhou.gd.cn
;*******************************************
www.eeworm.com/read/159587/10638019
h lcd12864.h
#ifndef _LCD12864_H_
#define _LCD12864_H_
#define DataLine P0
sbit BUSY = P0;
sbit DI = P2^5;
sbit RW = P2^6;
sbit E = P2^7;
sbit CSA = P2^4; //选走屏
sbit CSB = P2^3;
unsi
www.eeworm.com/read/422395/10638545
txt 详细说明:.txt
详细说明:基于ARM7的开发板的彩色液晶屏绘图试验程序,文件里有程序的详细注释,对与在此基础之上的二次开发非常方便-based on the ARM7 development board LCD graphics testing procedures, the documents in detail the procedures Notes right and the basis of this
www.eeworm.com/read/348673/10876373
c ledtest.c
/*********************cmdexplain***********************************
//cmd
- 0xF0 全屏清屏
- 0xF1 全屏闪烁1
- 0xF2 全屏闪烁2
- 0xF3 全屏闪烁3
- 0xF4 全屏关屏
- 0xF5 全屏关闭闪烁
//type+data
- 0x0f 正常显示X
-
www.eeworm.com/read/470351/6919060
c text0.c
//自动电话报警主程序 文件名字 Text0
//键盘采用HD7279 4*4键盘 .. Text1
//液晶屏采用SYM1602M-1 .. Text2
//存数据采用25045 .. Text3
#include
#include
#define uc
www.eeworm.com/read/457319/7327408
c bmp.c
/***********************************************************
这个程序实现的功能是整个开发项目工程中的图片浏览的机能部分,
整个程序分为两个线程,一个主线程负责声明函数,创建子线程,并判断全局
变量,并作出相应的操作。
子线程接收触摸屏的信息并处理。
******************************************
www.eeworm.com/read/196543/8076299
c dianji.c
/********************************************************/
/*用单片机通过变频器控制三相电机进行温度控制*/
/*作者:陈广大;*/
/*四个键P2^3(设置), P2^4, P2^5, P2^6 */
/*键盘,液晶屏,看门狗,继电器好使,232好使,D/A好使*/
/**/
/**********
www.eeworm.com/read/296640/8085636
txt 新建 文本文档 (2).txt
/*写汉字液晶子程 液晶屏分为4行*12列汉字,全部使用模拟接口方式。
/* TGLCMLIMIT64A接口程序(模拟方式)
液晶模块供应商:广州市盛宝电子有限公司 Tel:020-87592491 Fax:87541571
Email: tinsharp@public.guangzhou.gd.cn
;***********************************
www.eeworm.com/read/296288/8112671
h lcd12864.h
#ifndef _LCD12864_H_
#define _LCD12864_H_
#define DataLine P0
sbit BUSY = P0;
sbit DI = P2^3;
sbit RW = P2^5;
sbit E = P2^7;
sbit CSA = P2^6; //选走屏
sbit CSB = P2^4;
unsi