代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/159819/10614555
h lcd.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/159817/10614706
h lcd.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/159816/10614727
h lcd.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/422675/10620586
doc lcd.doc
www.eeworm.com/read/277545/10628570
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/277489/10632204
c lcd.c
/*!
* \file
* \author:
* \date 2008-1-14 15:00:18
* \version 1.0
* \brief
* \log: wangxf porting lcd init code of mobile in 2008.01.19
*/
#include
#includ
www.eeworm.com/read/277489/10632218
h lcd.h
/*
* MPC823 and PXA LCD Controller
*
* Modeled after video interface by Paolo Scaffardi
*
*
* (C) Copyright 2001
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS f
www.eeworm.com/read/422368/10639428
err lcd.err
Creating 'lcd.eep'
Creating 'lcd.obj'
Creating 'lcd.lst'
Assembling 'lcd.asm'
Including 'lcd.vec'
Including 'lcd.inc'
Program memory usage:
Code : 1275 words
Constants
www.eeworm.com/read/422368/10639459
map lcd.map
CodeVisionAVR C Compiler V1.23.3 Standard
(C) Copyright 1998-2002 HP InfoTech s.r.l.
http://www.hpinfotech.ro
e-mail:office@hpinfotech.ro , hpinfotech@xmail.ro
File: E:\钛机\program\lcd.c
Global
www.eeworm.com/read/422368/10639534
c~ lcd.c~
#define LCDLIGHT_ON() {DDRG|=0X08;PORTG|=0X08;} //开LCD背光
#define LCDLIGHT_OFF() {DDRG|=0X08;PORTG&=0XF7;} //关LCD背光
#define LCDBCOLOR 0X03 //定义背景色为蓝色
#define LCDFTCOLOR 0X20 //