代码搜索:oled
找到约 634 项符合「oled」的源代码
代码结果 634
www.eeworm.com/read/436079/1854946
c oled.c
//------------成都无线龙通信科技有限公司----------------------------------------
//----------------@2007-5--by-su---------------------------------------------
#include
#define UINT16 unsigned in
www.eeworm.com/read/375713/2722429
opt oled.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/375713/2722433
plg oled.plg
礦ision3 Build Log
Project:
F:\Emotion\Keil\OLCD\oLCD.uv2
Project File Date: 01/08/2008
Output:
创建目标 '目标 1'
编译 main.c ...
SOURCE\MAIN.C(33):
www.eeworm.com/read/473573/6846568
doc oled.doc
www.eeworm.com/read/336117/12476011
c oled.c
#include
#include
#include
#include
#include
#include
#include
#include "fioLib.h"
#include "oled.h"
#include "
www.eeworm.com/read/336117/12476016
h oled.h
#ifndef _oled_H
#define _oled_H
#include "s3c2410.h"
#include "NmmGlobal.h"
#include "IO_PB.h"
#define OLED_RD_ON GPE_IO_OUT_ON(11)
#define OLED_RD_OFF GPE_IO_OUT_OFF(11)
#define OLED_WD_
www.eeworm.com/read/336117/12476076
o oled.o
www.eeworm.com/read/360078/10110150
c 8080_parallel_base.c
/********************************************************/
/*8080_parallel_base.c*/
/********************************************************/
/* 模块: 8080_parallel_base.c */
/* 描述: 80
www.eeworm.com/read/360068/10110565
h 1305_oled.h
#ifndef __1305_OLED_h__
#define __1305_OLED_h__
void OLED_init(void);
void OLED_clear_screen(void);
void OLED_display(unsigned char picture[]);
#endif