代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/405321/11466125
h lcd.h
/*! \file lcd.h \brief Character LCD driver for HD44780/SED1278 displays. */
//*****************************************************************************
//
// File Name : 'lcd.h'
// Title : C
www.eeworm.com/read/405015/11474254
c lcd.c
/************************************************************************************
* Copyright (c) 2004,西安铭朗电子科技有限责任公司
* All rights reserved.
*
* 文件名称: LCDC_Driver.C
* 文件标识: none
www.eeworm.com/read/405015/11474255
h lcd.h
/************************************************************************************
* Copyright (c) 2004,西安铭朗电子科技有限责任公司
* All rights reserved.
*
* 文件名称: LCDC_Driver.H
* 文件标识: none
www.eeworm.com/read/405015/11474271
lst lcd.lst
C51 COMPILER V8.08 LCD 01/08/2009 16:11:58 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN .\o
www.eeworm.com/read/405015/11474280
obj lcd.obj
www.eeworm.com/read/404843/11477272
c lcd.c
/*****************************************************************************
程序说明
名称: MCS8051-III学习板演示程序(LCD演示内容)
功能: 在LCD1602上显示内容
版本:
*********************************************************
www.eeworm.com/read/404833/11477343
o lcd.o
XL
H 2 areas 1B global symbols
M lcd.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset3 Ref0000
S push_gset5 Ref0000
S _delay_nms Ref0000
S _delay_nus Ref0000
S asgncblk Ref0000
S push
www.eeworm.com/read/404833/11477351
_h lcd._h
#ifndef __LCD__H
#define __LCD__H
/*LCD3310(PCD8544) C语言驱动
LCD引脚定义
1---VCC
2---SCLK
3---SDIN
4---D/C
5---SCE
6---GND
7---VOUT
8---RES
9---VCC
/* 定义颜色数据类型(可以是数据结构) */
#define TCOLOR
www.eeworm.com/read/404833/11477366
_c lcd._c
/*--------------------------------------------------*/
/* AVR-ARM开发网论坛 */
/* http://www.avrarm.com */
/* AVR生成代码测试程序
www.eeworm.com/read/404833/11477381
c lcd.c
#include
#include
#include "lcd.h"
#include "delay.h"
#include "6x8.h"
#include "chinese.h"
/*-----------------------------------------------------------------------
LCD