代码搜索:LCD转VGA
找到约 10,000 项符合「LCD转VGA」的源代码
代码结果 10,000
www.eeworm.com/read/140887/13054375
lcd_run
www.eeworm.com/read/140887/13054390
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/140887/13054392
lnp lcd.lnp
"LCD.obj",
"..\Lib\COMMON.LIB",
"..\Lib\CHIPSOURCE.LIB"
TO "LCD"
RAMSIZE(256)
www.eeworm.com/read/140823/13060421
c lcd.c
www.eeworm.com/read/140823/13060423
h lcd.h
//lcd.h
//Liweihua
//2005.04.12
#define XBYTE ((unsigned char volatile xdata *) 0)
/* T6963C 端口定义 */
#define LCM_CMD XBYTE[0x7EFF]
#define LCM_DAT XBYTE[0x7EFE]
/* T6963C 命令定义 */
#define C
www.eeworm.com/read/327673/13067730
c lcd.c
#include
#include "lcd.h"
void ST7920_ChkBusy(void)
{
delay_nms(10);
}
void ST7920_SendByte(unsigned char dat)
{
unsigned char i, d;
for(i=0;i
www.eeworm.com/read/327673/13067734
h lcd.h
#ifndef __MSP430LCD_H__
#define __MSP430LCD_H__
#define LCD_DIR P5DIR
#define LCD_OUT P5OUT
#define LCD_IN P5IN
#define LCD_CLK BIT2
#define LCD_SID BIT3
#define LCD_CS BIT4
#d
www.eeworm.com/read/327664/13068090
lcd1602
www.eeworm.com/read/140634/13071037
c lcd.c
#include
#include
#include
#include
#include
#include "..\inc\option.h"
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44
www.eeworm.com/read/140565/13073914
c lcd.c
/*-----------------------------------------------------------------------------
@@
@@ (Summary) : Driver for LCD Controller
@@
@@ (Comment) :
@@
@@ (Author) :
@@
@@ (History) : Da