代码搜索结果

找到约 10,000 项符合 LCD 的代码

lcd.c

#include //********************************************* //**the data port,use the port a,if donot change it #define Db PORTA #define DbIn PINA #define DbDir DDRA //** DB0--PA0

lcd.lst

__start: __text_start: 0015 E5CF LDI R28,0x5F 0016 E0D2 LDI R29,2 0017 BFCD OUT P3D,R28 0018 BFDE OUT P3E,R29 0019 51C0 SUBI R28,0x10 001A 40D0

lcd.s

.module lcd.c .area lit(rom, con, rel) _TAB:: .byte 4,52 .byte 196,4 .byte 196,60 .byte 32,16 .byte 15,232 .byte 8,8 .byte 40,24 .byte 0,0 .byte 16,8 .byte 6,1 .byte 130,140

lcd.lis

.module lcd.c .area lit(rom, con, rel) 0000 _TAB:: 0000 0434 .byte 4,52 0002 C404 .byte 196,4 0004

lcd.c

#include "DSP281x_Device.h" // DSP281x Headerfile Include File #include "DSP281x_Examples.h" // DSP281x Examples Include File #include "f2812a.h" #define LCDDELAY 1 #define LCDCMDTURNON 0x

lcd.c

/************************************************************** The initial and control for 320×240 16Bpp TFT LCD----LCD_LTV350QV_F05 **************************************************************/

lcd.c

#include "..\inc\uTypes.h" #include "..\inc\44b0x.h" #include "..\inc\console.h" #include "..\inc\sysUtils.h" #include "lcd.h" #define LCM_DELAY 1000 #define NOP __asm { nop }