代码搜索:LCD

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

代码结果 10,000
www.eeworm.com/read/405765/11457960

lcd_run

www.eeworm.com/read/405765/11457971

h lcd.h

#include #include #include "..\Inc\AT8xC51SND1.h" #include "..\Inc\GLOBAL.h" #include "..\Inc\CHIPSOURCE.h" #include "..\Inc\COMMON.h" #ifndef _TYPE_DEFINE #define _TY
www.eeworm.com/read/405765/11457973

lnp lcd.lnp

"LCD.obj", "..\Lib\COMMON.LIB", "..\Lib\CHIPSOURCE.LIB" TO "LCD" RAMSIZE(256)
www.eeworm.com/read/405750/11458455

o lcd.o

www.eeworm.com/read/405750/11458473

c lcd.c

/* vim: set sw=8 ts=8 si : */ /**************************************************************************** Title : HD44780U LCD library Authors: Based on Volker Oth's lcd library (http://members
www.eeworm.com/read/405750/11458476

h lcd.h

/* vim: set sw=8 ts=8 si : */ /**************************************************************************** * Title : HD44780 LCD library * Authors: * Based on Volker Oth's lcd library (http://
www.eeworm.com/read/405700/11459294

c lcd.c

/********************************************************************************************* * File: lcd.c * Author: embest * Desc: LCD control and display functions * History: **************
www.eeworm.com/read/405700/11459297

h lcd.h

/********************************************************************************************* * File: LCD.H * Author: embest * Desc: LCD common macro define and function declare * History: ***
www.eeworm.com/read/405687/11459371

lds lcd.lds

SECTIONS { . = 0x00000000; .init : AT(0){ head.o init.o nand.o} . = 0x30000000; .text : AT(4096) { *(.text) } .rodata ALIGN(4) : AT((LOADADDR(.text)+SIZEOF(.text)+3)&~(0x03)) {*(.r
www.eeworm.com/read/405321/11466081

c lcd.c

/*! \file lcd.c \brief Character LCD driver for HD44780/SED1278 displays. */ //***************************************************************************** // // File Name : 'lcd.c' // Title : C