代码搜索:LCD调试
找到约 10,000 项符合「LCD调试」的源代码
代码结果 10,000
www.eeworm.com/read/13719/281107
h lcd.h
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/13719/281373
h lcd.h
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/13743/281624
h lcd.h
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/13765/282457
h lcd.h
#define csx 0
#define sclk 3
#define sdata 6
#define dc 2
#define res 7
#define Reset1() (LPC_GPIO2->DATA|=(1
www.eeworm.com/read/13765/282752
h lcd.h
#define csx 0
#define sclk 3
#define sdata 6
#define dc 2
#define res 7
#define Reset1() (LPC_GPIO2->DATA|=(1
www.eeworm.com/read/13920/287715
c lcd.c
//*****************************************************************
//
// File Name : 'lcd.c'
// Title : Character LCD driver for HD44780 displays (mem-mapped)
// Author : Pascal Stang
// Dat
www.eeworm.com/read/13920/287718
h lcd.h
//*****************************************************************
//
// File Name : 'lcd.h'
// Title : Character LCD driver for HD44780 displays (mem-mapped)
// Author : Pascal Stang
//
www.eeworm.com/read/14114/304018
h lcd.h
#include "config.h" /* system definition */
#include "intrins.h"
#define LCDPORT P4
#define nop _nop_
uchar code CH[]="播放器测试程序";
uchar code MEG[]="错误 ";
www.eeworm.com/read/14159/306163
h lcd.h
#include
#include
#include "..\Inc\AT8xC51SND1.h"
#include "..\Inc\GLOBAL.h"
#include "..\Inc\CHIPSOURCE.h"
#include "..\Inc\COMMON.h"
#ifndef _TYPE_DEFINE
#define _TY
www.eeworm.com/read/14159/306181