代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/342619/12009282
c lcd.c
#define LCDDELAY 1
#include "myapp.h"
#include "ICETEK-VC5509-EDU.h"
#include "scancode.h"
main()
{
int i,nCount=0,nBW=0;
CLK_init();
SDRAM_init();
InitCTR();
TurnOnLCD(); //
www.eeworm.com/read/153733/12010345
hh lcd.hh
#ifndef lcd_hh_included
#define lcd_hh_included
#include
#include
#include
#include
#include
#include
class U4600_LCD
www.eeworm.com/read/256218/12012755
lcd12864
www.eeworm.com/read/153654/12014543
o lcd.o
www.eeworm.com/read/153654/12014551
lcd_demo
www.eeworm.com/read/153654/12014556
c lcd.c
/*
* lcd.c --- Primary C source file for
* LCD Device Driver with Framebuffer
* (C)opyright 2004 Bit 920 Labs
*
* Written by: Ye Nan
* Created on: Sat. Mar 6 22:03:45
www.eeworm.com/read/153654/12014562
h lcd.h
/*
* lcd.h --- Primary header file for
* LCD Device Driver with Framebuffer
* (C)opyright 2004 Bit 920 Labs
*
* Written by: Ye Nan
* Created on: Sat. Mar 6 22:0
www.eeworm.com/read/153613/12021552
txt lcd.txt
XPOS EQU 20H ;列方向地址指针(用于LCDPOS子程序)
YPOS EQU 21H ;行方向地址指针(用于LCDPOS子程序)
RWADDR EQU 0800H ;P2.3
CS1ADDR EQU 0200H ;P2.2
CS2ADDR EQU 0400H ;P2.1
www.eeworm.com/read/342375/12025383
c lcd.c
/*****************************************************************************
MCS8051-III学习板演示程序
(c) Copyright 2007-2007,广州恒芯电子
All Rights Reserved
**********************
www.eeworm.com/read/153534/12029085