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

正文內(nèi)容

5、基于vhdl的1602液晶程序(已改無錯字)

2022-12-16 05:33:26 本頁面
  

【正文】 hen clear = state=setmode。 when setmode = state=writeram。 when returncursor = state=writeram。 when switchmode = state=clear。 when shift = state=idle。 when setfunction = state=switchmode。 when setcgram = state=idle。 when setddram = state=writeram。 when readflag = state=idle。 when writeram = if(counter =40)then state=setddram。 counter=counter+1。 elsif(counter/=40 and counter81)then state=writeram。 counter=counter+1。 else state=shift。 end if。 when readram = state=idle。 when others = state=idle。 end case。 end if。 end process。 end behavioral。 液晶 lcd1602 的 vhdl源代碼 20200503 11:57 利用 FPGA驅(qū)動 LCD顯示中文字符 年 的 VHDL程序。 文件名 : 。 功能 : FGAD驅(qū)動 LCD顯示中文字符 年 。 library IEEE。 use 。 use 。 use 。 entity LCD1602 is Port ( Clk : in std_logic。 狀態(tài)機(jī)時鐘信號,同時也是液晶時鐘信號,其周期應(yīng)該滿足液晶數(shù)據(jù)的建立時間 Reset:in std_logic。 LCD_RS : out std_logic。 寄存器選擇信號 LCD_RW : out std_logic。 液晶讀寫信號 LCD_EN : out std_logic。 液 晶時鐘信號 LED : out std_logic。 LCD_Data : out std_logic_vector(7 downto 0))。 液晶數(shù)據(jù)信號 end LCD1602。 architecture Behavioral of LCD1602 is type state is (set_dlnf,set_cursor,set_dcb,set_cgram,write_cgram,set_ddram,write_LCD_Data)。 signal Current_State:state。 type ram2 is array(0 to 7) of std_logic_vector(7 downto 0)。 constant cgram:ram2:=( (00001000), (00001111), (00010010), (000
點擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1