代码搜索:oled
找到约 634 项符合「oled」的源代码
代码结果 634
www.eeworm.com/read/462763/7196502
o oled.o
www.eeworm.com/read/462635/7199111
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/462635/7199117
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/455142/7377277
lst oled.lst
C51 COMPILER V7.50 OLED 01/06/2006 13:37:03 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE OLED
OBJECT MODULE PLACED IN OL
www.eeworm.com/read/455142/7377295
c oled.c
#include"REG1210.H"
sbit OLED_NCS = P2^4;
sbit OLED_NRST = P2^5;
sbit OLED_BS1 = P2^6;
sbit OLED_DC = P2^7;
sbit OLED_RW = P3^6;
sbit OLED_E = P3^7;
www.eeworm.com/read/455142/7377304
h oled.h
extern struct ColourSet
{ unsigned char Foreground;
unsigned char Background ;
} ColourSetting;
extern void Delay500uS (unsigned int num);
extern void OLEDWr
www.eeworm.com/read/455142/7377310
obj oled.obj
www.eeworm.com/read/436770/7762863
c oled.c
#include "Board.h"
#include "mytype.h"
#include "AT91SAM7X256.h"
extern unsigned char const gbhz16x16dot[];
extern unsigned char const Asc8x16dot[];
delays(n)
{
for(int j=0;j
www.eeworm.com/read/320775/13418671