代码搜索结果
找到约 37,566 项符合
LCD 的代码
1602 lcd显示实验.c
/********************************************************************************
* 描述: *
* 1602字符型LCD显示演示程序
lcd.o.d
LCD.o: ../LCD/LCD.c ../LCD/LCD.H C:/WinAVR/avr/include/avr/io.h \
C:/WinAVR/avr/include/avr/sfr_defs.h C:/WinAVR/avr/include/inttypes.h \
C:/WinAVR/avr/include/stdint.h C:/WinAVR/avr/include/avr
lcd.lnp
"PMLCD.obj",
"STARTUP.obj"
TO "LCD"
RAMSIZE(256)
lcd.plg
礦ision2 Build Log
Project:
D:\ELITE-III光盘数据\实验例程\LCD12232\LCD.uv2
Project File Date: 11/08/2006
Output:
Build ta
g ST
lcd.c
#include
#include
typedef unsigned char BYTE;
unsigned char arr1[] = "RTCC:Timer1:sync"; // Displayed on LCD for -
unsigned char arr2[] = "RA4=--> RB0=++"; // -
lcd时钟.asm
; LCD显示时钟,第一行显示设定日期" DATE XXXX-XX-XX " ,第二行显示设定时间" TIME XX-XX-XX " ,开始时两行并列逐字显示日期和时间,然后定格,时钟继续运行。 祝亚森 (0515074240),朱大三(0515074239)
RS EQU P3.0 ;写入数据(1)或指令(0)选择端
lcd.c
/* LCD.C File
Created by Computer-lov. Date: 2005.3.19
Last edited date: 2005.5.31
Copyright (c) 2005 Computer-lov
version 1.1
*/
#include "AT89C51SND1C.H"
#include "hardware.h"
lcd.lst
C51 COMPILER V7.50 LCD 11/27/2005 23:13:44 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN LCD
lcd.plg
礦ision2 Build Log
Project:
F:\AT89S52\单片机测试\LCD测试\LCD.uv2
Project File Date: 12/22/2007
Output:
lcd.c
/*****************************************************
* LCD 模块
*****************************************************/
#ifndef MSP430F449_H
#include
#endif
#define LCD_IN_USE 8