代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/354835/10322622
lst lcd.lst
C51 COMPILER V8.01 LCD 12/04/2006 10:50:22 PAGE 1
C51 COMPILER V8.01, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN lcd
www.eeworm.com/read/354835/10322685
obj lcd.obj
www.eeworm.com/read/354835/10322746
c lcd.c
#include
#include
#include "system.h"
#include "compiler.h"
#include "lcd.h"
#include "dot.h"
char etxt[40];
void lprintf(Uchar Ox,Uchar Oy,unsigned char att,char
www.eeworm.com/read/354835/10322750
h lcd.h
#ifndef _LCD_H_
#define _LCD_H_
#pragma SAVE
#pragma REGPARMS
extern void vInitLcd();
extern void vDataToLcd( unsigned char dataW );
extern void vComToLcd( unsigned char ComByte);
extern
www.eeworm.com/read/354824/10323571
mcp lcd.mcp
www.eeworm.com/read/354824/10323613
pwi lcd.pwi
www.eeworm.com/read/354824/10323622
hex lcd.hex
:0400000500000000F7
:020000040000FA
:1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE5805F20B9F0FF1FE518F09FE51D
:10002000980000004000000044000000480000006C
:100030004C0000000000000000
www.eeworm.com/read/354824/10323640
dsn lcd.dsn
www.eeworm.com/read/162238/10323641
txt lcd.txt
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
-- Uncomment the following lines to use the declarations that are
-- provided for ins
www.eeworm.com/read/354824/10323643