代码搜索:电容屏
找到约 4,731 项符合「电容屏」的源代码
代码结果 4,731
www.eeworm.com/read/207709/15264405
h address.h
#include"reg51.h"
#include"absacc.h"
//RS=1是数据
//RW=1是读
//2*16LCD
#define LCDIDATA XBYTE[0xFB01]
#define LCDICOM XBYTE[0xFB00]
#define LCDIACOM XBYTE[0xFB02]
//128*64LCD
//左右屏
#define
www.eeworm.com/read/207707/15264432
h address.h
#include"reg51.h"
#include"absacc.h"
//RS=1是数据
//RW=1是读
//2*16LCD
#define LCDIDATA XBYTE[0xFB01]
#define LCDICOM XBYTE[0xFB00]
#define LCDIACOM XBYTE[0xFB02]
//128*64LCD
//左右屏
#define
www.eeworm.com/read/4698/38892
c b07.c
#define PD1 61 /* 122/2 分成左右两半屏(122x32) */
unsigned char Column;
unsigned char Page_ ; /* 页地址寄存器 D1,DO:页地址 */
unsigned char Code_ ; /* 字符代码寄存器 */
unsigned char Command; /* 指令寄存
www.eeworm.com/read/7324/115133
c b07.c
#define PD1 61 /* 122/2 分成左右两半屏(122x32) */
unsigned char Column;
unsigned char Page_ ; /* 页地址寄存器 D1,DO:页地址 */
unsigned char Code_ ; /* 字符代码寄存器 */
unsigned char Command; /* 指令寄存
www.eeworm.com/read/7933/139537
asm 12.asm
;=====液晶屏通信引脚定义=====
RS BIT P2.0
RW BIT P2.1
E BIT P2.2
DB0_DB7 EQU P0
;=====DS1302通信引脚定义=====
RST BIT P3.0
SCLK BIT P3.
www.eeworm.com/read/11489/230219
c 仿造样板ds12cr887mnl.c
/*-----------------------------------------------------------------------------
电子智能时钟程序
单片机:STC89C52RC
晶振:12MHz
时钟芯片:DS12CR887+5
液晶屏:LCM-12864-ST7920
时间:2009年2月11日
LCM12864使用并口连接方式
----------
www.eeworm.com/read/13690/280115
usbò»+
#include"reg51.h"
#include"absacc.h"
//RS=1是数据
//RW=1是读
//2*16LCD
#define LCDIDATA XBYTE[0xFB01]
#define LCDICOM XBYTE[0xFB00]
#define LCDIACOM XBYTE[0xFB02]
//128*64LCD
//左右屏
#define
www.eeworm.com/read/16871/697988
h 12864.h
#ifndef _12864_H_
#define _12864_H_
void delay(uint z)
{
uint x,y;
for(z=x;x>0;x--)
for(y=10;y>0;y--);
}
void LCD_choose(uchar cs) //选屏
{
switch(cs)
{
case 0:cs1=0;cs2=1;break;
www.eeworm.com/read/25278/945569
51+Ҧ
/***************************************************************************
标题: LCD12864程序
效果: 本程序在LCD12864液晶屏显示汉字、字符及图形内容
本店网站 http://xxdpj.taobao.com/
以芯换心 竭诚为您服务 您学习单片机的好帮手
近期本店有很多优惠活动
www.eeworm.com/read/26239/956194
c ocm4x12c串.c
#include
#include
#define uint unsigned int
#define uchar unsigned char
//引脚定义
sbit cs=P1^2; //片选引脚
sbit sda =P1^3; //数据引脚
sbit up_clk=P1^4; //上半屏时钟输入