代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.lk
main.o
lcd.src
[Files]
main.c
[Headers]
lcd.h
uart.h
[Documents]
lcd.lst
__text_start:
__start:
0037 EFCF LDI R28,0xFF
0038 E0D2 LDI R29,2
0039 BFCD OUT 0x3D,R28
003A BFDE OUT 0x3E,R29
003B 51C0 SUBI R28,0x10
003C 40D
lcd.c
//ICC-AVR application builder : 2008-8-5 下午 04:30:31
// Target : M48
// Crystal: 1.0000Mhz
#include
#include
#define LCD_DATA_PORT PORTB
#define LCD_DATA_DDR DDRB
#
lcd.s
.module lcd.c
.area text(rom, con, rel)
.dbfile F:\avrprojs\lcd_block\lcd.c
.dbfunc e LCD_init _LCD_init fV
.even
_LCD_init::
.dbline -1
.dbline 17
; //ICC-AVR application builder : 200
lcd.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
lcd.hex
:0200000036C008
:14003400616D6F726B3A65766572667269656E640068617001
:140048007079206E6577207965617221007777772E4F5552D6
:14005C004156522E636F6D210057656C6C636F6D6500CFEF23
:14007000D2E0CDBFDEBFC05
lcd.h
#include
#include
#define LCD_DATA_PORT PORTB
#define LCD_DATA_DDR DDRB
#define LCD_EN_PORT PORTD
#define LCD_RS_PORT PORTD
#define LCD_EN 0x10
#define LCD_RS 0x0
lcd.lis
.module lcd.c
.area text(rom, con, rel)
0000 .dbfile F:\avrprojs\lcd_block\lcd.c
0000 .dbfunc e LCD_init _LCD_i