代码搜索:LCD菜单
找到约 10,000 项符合「LCD菜单」的源代码
代码结果 10,000
www.eeworm.com/read/213862/15123712
c lcd.c
#include
#include
#include"lcd.h"
#include"zhimo.h"
//******写命令***********//////////////////////////////////
void KS0108_writeorder(bit RL,unsigned char order)
{
if(RL)
www.eeworm.com/read/213862/15123713
h lcd.h
#ifndef __lcd_H__
#define __lcd_H__
#define KS0108Set1 XBYTE [0xb008] //左半屏设置指令地址
#define KS0108R_status1 XBYTE [0xb009] //左半屏写状态指令地址
#define KS0108W_data1 XBYTE [0xb00a] //左半屏写数据指令地址
#de
www.eeworm.com/read/213853/15123819
h lcd.h
#include "020_Function.h"
#define LCD_Data P4
sbit LCD_RS =P2^0;
sbit LCD_WR =P2^1;
sbit LCD_E =P2^2;
/*
返回值Status: 当前地址计数器的值.
*/
unsigned char LCDBusyWait
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:
**************