代码搜索结果
找到约 634 项符合
OLED 的代码
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 {
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):
oled.lnp
"main.obj",
"OLCD.obj"
TO "oled"
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
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;
oled.h
extern struct ColourSet
{ unsigned char Foreground;
unsigned char Background ;
} ColourSetting;
extern void Delay500uS (unsigned int num);
extern void OLEDWr
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