代码搜索结果
找到约 10,000 项符合
LCD 的代码
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
lcd.searchresults
---- Xinqiang Matches (8 in 5 files) ----
LCD_Dis.c (c:\documents and settings\kaka\desktop\lcd\driver\lcd):// 作 者: Xinqiang Zhang(email: Xinqiang@Mzdesign.com.cn)
LCD_Driver_User.c (c:\documents a