freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

5、基于vhdl的1602液晶程序-資料下載頁

2024-11-03 05:33本頁面

【導(dǎo)讀】libraryieee;use;use;use;reset:instd_logic;endlcd;endponent;clkt<=clkt+1;endif;endif;endprocess;&#39;0&#39;;clkdiv<=&#39;0&#39;;elsif(tc_clkt&#39;eventandtc_clkt=&#39;1&#39;)then. clkdiv<=notclkdiv;endif;endprocess;clk_out<=clk_int;

  

【正文】 01111), (00001010), (00011111), (00000010), (00000010))。年 字符數(shù)據(jù)存儲器 signal Clkk : std_logic。 signal Count : std_logic_vector(20 downto 0)。 signal Clk_Out : std_logic。 signal LCD_Clk : std_logic。 begin LCD_EN = Clk_Out 。 液晶時鐘信號 LED = Clk_Out。 LCD_RW = 39。039。 。 寫數(shù)據(jù) clock : process(Clk,Reset) begin if(Reset = 39。039。)then Count = (others = 39。039。)。 elsif(rising_edge(clk))then Count = Count + 1。 if(Count = 0)then Clk_Out = not Clk_Out。 end if。 end if。 LCD_Clk = Clk_Out。 end process。 control: process(LCD_Clk,Reset,Current_State) 液晶驅(qū)動控制器 variable t1: std_logic_vector(2 downto 0)。 begin if Reset=39。039。then Current_State=set_dlnf。 t1:=(others = 39。139。)。 LCD_RS=39。039。 elsif rising_edge(LCD_Clk)then Current_State = Current_State 。 LCD_RS = 39。039。 case Current_State is when set_dlnf= LCD_Data=00111100。3cH Current_State=set_cursor。 when set_cursor= LCD_Data=00000110。06H Current_State=set_dcb。 when set_dcb= LCD_Data=00001111。0fH Current_State=set_cgram。 when set_cgram= LCD_Data=01000000。40H Current_State=write_cgram。 when write_cgram= 向 CGRAM中寫入 年 LCD_RS=39。139。 t1:=t1+1。 LCD_Data=cgram(conv_integer(t1))。 if t1 = 111 then Current_State=set_ddram。 end if。 when set_ddram= 從第一行的起始地址開始顯示 LCD_Data=10000000。80H Current_State=write_LCD_Data。 when write_LCD_Data= LCD_RS=39。139。 LCD_Data=00000000。 寫入字符 年 when others = null。 end case。 end if。 end process。 end Behavioral。
點擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1