代码搜索结果

找到约 634 项符合 OLED 的代码

oled.mak

CC = iccavr CFLAGS = -ID:\icc\include\ -e -D__ICC_VERSION="7.08" -D_EE_EXTIO -DATMega48 -l -g -Mavr_enhanced_small ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -LD:\icc\lib\ -g -bfunc_lit:0x34.0x1000 -d

oled.h

#ifndef oled_h #define oled_h ubyte ReadOLED(ubyte address); void WriteMode(void); void WriteBright(void); #endif

oled.lis

.module OLED.c .area text(rom, con, rel) 0000 .dbfile D:\OLED\OLED.c 0000 .dbfunc e InitOLED _InitOLED fV

oled.mp

NOTE: AVR Code addresses are word addresses All other addresses (including ones in FLASH) are byte addresses Area Addr Size Decimal Bytes (Attributes) ----------

oled.c

#include "oled.h" #include "stdlib.h" #include "font.h" #include "delay.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途

oled.h

#ifndef __OLED_H #define __OLED_H #include "sys.h" #include "stdlib.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何

oled.c

#include "oled.h" #include "stdlib.h" #include "font.h" #include "delay.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途

oled.h

#ifndef __OLED_H #define __OLED_H #include "sys.h" #include "stdlib.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何

oled.c

#include "oled.h" #include "stdlib.h" #include "font.h" #include "delay.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途

oled.h

#ifndef __OLED_H #define __OLED_H #include "sys.h" #include "stdlib.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何