代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/28525/1001761
c display.c
#include"display.h"
#include"delay.h"
#define DataPort P0 //定义数据端口 程序中遇到DataPort 则用P0 替换
//sbit LATCH1=P2^0;//定义锁存使能端口 段锁存
//sbit LATCH2=P2^3;// 位锁存
unsigned char code dofly_D
www.eeworm.com/read/28525/1001764
h display.h
#include
#ifndef __DISPLAY_H__
#define __DISPLAY_H__
#define DataPort P0 //定义数据端口 程序中遇到DataPort 则用P0 替换
sbit LATCH1=P2^2;//定义锁存使能端口 段锁存
sbit LATCH2=P2^3;// 位锁存
e
www.eeworm.com/read/28833/1010531
h display.h
#ifndef _display_2003_7_21_
#define _display_2003_7_21_
#define uchar unsigned char
sbit we=P2^7;
sbit du=P2^6;
delay1()
{
int x,y;
for(x=1;x>0;x--)
for(y=110;y>0;y--);
}
void display
www.eeworm.com/read/37055/1066978
c display.c
/*----------------------------------------------------------------
* display.c -- display routines
*----------------------------------------------------------------
* This module takes care of
www.eeworm.com/read/37055/1066989
h display.h
/*----------------------------------------------------------------
* display.h -- interface to display module
*----------------------------------------------------------------
*/
#ifndef gf_i
www.eeworm.com/read/37055/1067004
c display.c
/*----------------------------------------------------------------
* display.c -- display routines
*----------------------------------------------------------------
* This module takes care of
www.eeworm.com/read/37055/1067011
h display.h
/*----------------------------------------------------------------
* display.h -- interface to display module
*----------------------------------------------------------------
*/
#ifndef gf_i
www.eeworm.com/read/37055/1067022
c display.c
/*----------------------------------------------------------------
* display.c -- display routines
*----------------------------------------------------------------
* This module takes care of
www.eeworm.com/read/37055/1067027
h display.h
/*----------------------------------------------------------------
* display.h -- interface to display module
*----------------------------------------------------------------
*/
#ifndef gf_i
www.eeworm.com/read/37055/1067037
c display.c
/*----------------------------------------------------------------
* display.c -- display routines
*----------------------------------------------------------------
* This module takes care of