代码搜索:LCD

找到约 10,000 项符合「LCD」的源代码

代码结果 10,000
www.eeworm.com/read/353086/10472224

dsn lcd.dsn

www.eeworm.com/read/424162/10486200

cgi lcd.cgi

www.eeworm.com/read/352938/10492524

c lcd.c

#include #include"lcd.h" // 全局变量F unsigned char DisplayData[7]; // 分离出数字存入的数组 unsigned char ZeroFlag = 0; // 清零标志 unsigned char InterfaceIndex = 1; // 界面索引 unsign
www.eeworm.com/read/352938/10492551

h lcd.h

#define CS2_1() P2OUT |= 0x80; #define CS2_0() P2OUT &= 0x7f; #define CS1_1() P3OUT |= 0x01; #define CS1_0() P3OUT &= 0xfe; #define CLK_1()
www.eeworm.com/read/352862/10498132

c lcd.c

/*************************************************************** 功能:实现液晶显示LCD 122*32点阵驱动器为0713 作者:MB 时间:2005-02-28 版本:V1.0 /*----------------------------------------------------------------------
www.eeworm.com/read/278872/10501040

c lcd.c

/* 0123456789  */ /* Do not delete the upper line */ /* liwen */ #include #define uchar unsigned char #define uint unsigned int #include "asc8.h" #include "asc16.h" #def
www.eeworm.com/read/278860/10502170

c lcd.c

/************************************************************************************ 本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负 LCD.C File Created by Computer-lov. Date: 2005.3.19 Last
www.eeworm.com/read/278860/10502372

obj lcd.obj

www.eeworm.com/read/278860/10502382

lst lcd.lst

C51 COMPILER V7.06 LCD 03/02/2006 23:11:51 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE LCD OBJECT MODULE PLACED IN LCD
www.eeworm.com/read/278860/10502386

h lcd.h

/************************************************************************************ 本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负 LCD.H File Created by Computer-lov. Date: 2005.3.19 Last