代码搜索:LCD菜单
找到约 10,000 项符合「LCD菜单」的源代码
代码结果 10,000
www.eeworm.com/read/219240/14890764
h lcd.h
//**************************************************************************
//向LCD写入命令或数据************************************************************
#define LCD_COMMAND 0x00 // Command
#
www.eeworm.com/read/219195/14892238
c lcd.c
#include
#include
/* io configs */
#define sbi(io,bit) ( io |= (1
www.eeworm.com/read/219147/14893277
h lcd.h
/****************************** LCD.H ************************************/
/*********************** OCM12864LCD驱动 ********************************/
//液晶显示控制命令
#define disp_on 0x3f //开显示
www.eeworm.com/read/219147/14893282
c lcd.c
//****************************** LCD.C ************************************//
//*********************** OCM12864LCD驱动 ********************************//
#include "iom64v.h"
#include "macros.h"
www.eeworm.com/read/117916/14897469
c lcd.c
/*""FILE COMMENT""*****************************************************
* System Name : QXSP
* File Name : LCD_DRV.C
* Version : 1.00
* Contents : The lcd Driver for EM12864LCD
* C
www.eeworm.com/read/117916/14897472
h lcd.h
#ifdef IN_LCD
#define HEADDEF
#else
#define HEADDEF extern
#endif
#define Uchar unsigned char
#ifdef IN_LCD
/***********液晶显示器接口引脚定义***************/
#ifdef USE_RW
sbit s_LCDportRST =
www.eeworm.com/read/218774/14907059
h lcd.h
//sbit DI=PB^0;
void Set_DI(uchar i)
{if(i==1) PORTB=PORTB|0x01;
else PORTB=PORTB&0xfe;}
//sbit RW=PB^1;
void Set_RW(uchar i)
{if(i==1) PORTB=PORTB|0x02;
else PORTB=PORTB&0xfd;
www.eeworm.com/read/218774/14907085
_h lcd._h
//sbit DI=PB^0;
void Set_DI(uchar i)
{if(i==1) PORTB=PORTB|0x01;
else PORTB=PORTB&0xfe;}
//sbit RW=PB^1;
void Set_RW(uchar i)
{if(i==1) PORTB=PORTB|0x02;
else PORTB=PORTB&0xfd;
www.eeworm.com/read/117652/14910361
fnt lcd.fnt
www.eeworm.com/read/218622/14912213