代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.lst
A51 MACRO ASSEMBLER LCD 11/18/2008 13:01:58 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN lcd.OBJ
ASSEMBLER INVO
lcd.asm
BEEP BIT P0.0
LCD_RS BIT P3.7
LCD_RW BIT P3.6
LCD_EN BIT P3.5
LCD_X EQU 3FH ;LCD 地址变量
TIMER_H EQU 30H ;定时器高位字节单元
lcd.v
module lcd(clk,rst,lcd_e,lcd_rw,lcd_rs,data);
input clk,rst;
output lcd_e,lcd_rw,lcd_rs;
output [7:0] data;
reg lcd_e,lcd_rw,lcd_rs;
reg [7:0] datain;
reg [7:0] data;
reg [10:0] st
lcd.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
lcd.h
#include
#include
#include
#include "CharCode.h"
#include "Common.h"
#include "1302.h"
#define dataPort P1 //定义P1口为数据口
sbit di = P2^0; //数据/命令选择
sbit en =
lcd.hex
:020000040000FA
:1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE5805F20B9F0FF1FE518F09FE51D
:10002000980000004000000044000000480000006C
:100030004C00000000000000000000005000000024
:10