代码搜索结果
找到约 634 项符合
OLED 的代码
oled_test.ewd
1
Debug
AVR
oled_test.ewp
1
Debug
AVR
oled_test.eww
$WS_DIR$\OLED_Test.ewp
oled_cmd.c
#include "oled.h"
#include "oled_interface.h"
#define ON 1
#define OFF 0
#define ALTERNATE 1
#define SEQUENTIAL 0
void SetLowerColumnAddress(char x)
{
unsigned char d[] = {x & 0x0F};
oled_S
oled_interface.c
// OLED Interface
#include // add CPU specific include
#include "oled_interface.h"
#define NOP 0xE3
int temp;
void oled_SendCommand(unsigned char *d,unsigned char c)
{
unsigned
oled_cmd.h
#define ON 1
#define OFF 0
#define ALTERNATE 1
#define SEQUENTIAL 0
void SetLowerColumnAddress(char x);
void SetHigherColumnAddress(char x);
void SetupHorizontalScroll(char a,char b,char c,char
oled_opt.bak
### 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 {