代码搜索:LCD调试
找到约 10,000 项符合「LCD调试」的源代码
代码结果 10,000
www.eeworm.com/read/213833/15123885
h 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() /
www.eeworm.com/read/213832/15123910
h 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() /
www.eeworm.com/read/213572/15130193
c lcd.c
/*********************************************************************************************
* File: lcd.c
* Author: embest
* Desc: LCD control and display functions
* History:
**************
www.eeworm.com/read/213572/15130194
h lcd.h
/*********************************************************************************************
* File: LCD.H
* Author: embest
* Desc: LCD common macro define and function declare
* History:
***
www.eeworm.com/read/213570/15130233
c lcd.c
/*********************************************************************************************
* File: lcd.c
* Author: embest
* Desc: LCD control and display functions
* History:
**************
www.eeworm.com/read/213570/15130234
h lcd.h
/*********************************************************************************************
* File: LCD.H
* Author: embest
* Desc: LCD common macro define and function declare
* History:
***
www.eeworm.com/read/213565/15130248
c lcd.c
/*********************************************************************************************
* File: lcd.c
* Author: embest
* Desc: LCD control and display functions
* History:
**************
www.eeworm.com/read/213565/15130249
h lcd.h
/*********************************************************************************************
* File: LCD.H
* Author: embest
* Desc: LCD common macro define and function declare
* History:
***
www.eeworm.com/read/212909/15145385
vhd 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
www.eeworm.com/read/212711/15150867