代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/257821/11911184
c lcd.c
#include
#include "Hardware.h"
#include "lcd.h"
#include "GPIO.h"
unsigned char curse_x,curse_y;
const unsigned char check[]=
{
/*---------------------------------------------------
www.eeworm.com/read/257821/11911192
h lcd.h
#ifndef _LCD_H__
#define _LCD_H__
void Dnop(int us);
void delayms(int ms);
void wr_Num(unsigned x,unsigned y,unsigned char num);
void CmdWrite(unsigned char Command,unsigned char date);
void P
www.eeworm.com/read/257821/11911201
o lcd.o
www.eeworm.com/read/257756/11913488
c lcd.c
/* AVR生成代码测试程序 */
/*--------------------------------------------------*/
/* 程序由AVR辅助开发工具V2.1.1自动生成 */
/* AVR系统的处理器为: ATMega16 */
/*
www.eeworm.com/read/257756/11913500
o lcd.o
www.eeworm.com/read/257756/11913532
h lcd.h
#ifndef __LCD__H
#define __LCD__H
//定义MCU与LCD的接口
#define LCD_DATA_PORT PORTB
#define LCD_DATA_DDR DDRB
#define LCD_DATA_PIN PINB
#define LCD_DATA 0xf0 //portd4/5/6/7 out
#def
www.eeworm.com/read/343961/11916947
c lcd.c
/* //////////////////////////////////////////////////////////////////////
NAME: LCD.c
//////////////////////////////////////////////////////////////////////// */
#include
#include
www.eeworm.com/read/343961/11916949
h lcd.h
/* //////////////////////////////////////////////////////////////////////
NAME: LCD.h
Function: print debug information
//////////////////////////////////////////////////////////////////////// */
www.eeworm.com/read/343961/11916951
~h lcd.~h
/* //////////////////////////////////////////////////////////////////////
NAME: LCD.h
Function: print debug information
//////////////////////////////////////////////////////////////////////// */
www.eeworm.com/read/257652/11917303