代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.lso
work
lcd.twr
--------------------------------------------------------------------------------
Release 8.1i Trace I.24
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
D:\Xilinx\bin\nt\trce.exe -ise
lcd.xpi
PROGRAM=PAR
STATE=ROUTED
TIMESPECS_MET=OFF
lcd.syr
Release 8.1i - xst I.24
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
--> Parameter TMPDIR set to ./xst/projnav.tmp
CPU : 0.01 / 3.34 s | Elapsed : 0.00 / 3.00 s
--> Parameter xsthdpdir
lcd.lst
C51 COMPILER V8.02 LCD 08/26/2002 21:45:31 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN lcd
lcd.c
#include"includes.h"
void lcd_sendcmd(unsigned char da) //向液晶发送指令
{
unsigned char i;
cs=0;
a0=0; //指令通道
sck=1;
for(i = 0; i < 8; i++)
{
da
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_rw,lcd_rs;
reg [7:0] datain;
reg [7:0] data;
reg [10:0] state;
re
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