代码搜索结果

找到约 10,000 项符合 LCD 的代码

lcd.h

#include "main.h" #define LCD_Data P0 sbit LCD_RS =P1^3; sbit LCD_WR =P1^4; sbit LCD_E =P1^5; sbit PSB =P1^6; /* 返回值Status: 当前地址计数器的值. */ unsigned char LCDBusyWait() /

lcd.h

#include "main.h" #define LCD_Data P1 sbit LCD_RS =P2^4; sbit LCD_WR =P2^5; sbit LCD_E =P2^6; sbit PSB =P2^7; /* 返回值Status: 当前地址计数器的值. */ unsigned char LCDBusyWait() /

lcd.c

/********************************************************************************************* * File: lcd.c * Author: embest * Desc: LCD control and display functions * History: **************

lcd.h

/********************************************************************************************* * File: LCD.H * Author: embest * Desc: LCD common macro define and function declare * History: ***

lcd.c

/********************************************************************************************* * File: lcd.c * Author: embest * Desc: LCD control and display functions * History: **************

lcd.h

/********************************************************************************************* * File: LCD.H * Author: embest * Desc: LCD common macro define and function declare * History: ***

lcd.c

/********************************************************************************************* * File: lcd.c * Author: embest * Desc: LCD control and display functions * History: **************

lcd.h

/********************************************************************************************* * File: LCD.H * Author: embest * Desc: LCD common macro define and function declare * History: ***

lcd.vhd

--/*LCD.VHD*/--LCD驱动模块 library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; -- Uncomment the following lines to use the declarations that a