代码搜索:LCD转VGA
找到约 10,000 项符合「LCD转VGA」的源代码
代码结果 10,000
www.eeworm.com/read/241372/13149583
c lcd.c
#include "iic.h"
#define EN() {P2=0xa0;}
#define DisEN() {P2=0xf0;}
unsigned char code Line[4]={0x80,0x90,0x88,0x98};
//////////////
void DelayS()
{
unsigned char xdata i;
i = 200;
www.eeworm.com/read/326278/13151993
paf lcd.paf
www.eeworm.com/read/326278/13151996
pjt lcd.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\DSPD\CLIENT\DSPPROGRAM\LCD\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="C
www.eeworm.com/read/139465/13154910
h lcd.h
#ifndef __LCD_H__
#define __LCD_H__
void MoveViewPort(int depth);
void Test_LcdMono(void);
void Test_LcdG4(void);
void Test_LcdG16(void);
void Test_LcdColor(void);
#endif /*__LCD_H__*/
www.eeworm.com/read/139465/13154928
c lcd.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\lcdlib.h"
#include "..\inc\glib.h"
#include "..\inc\lcd.h"
void Test_LcdMono(vo
www.eeworm.com/read/139419/13156843
c lcd.c
/*********************************************************************************************
* File: lcd.c
* Author: embest
* Desc: LCD control and display functions
* History:
**************
www.eeworm.com/read/139419/13156849
h lcd.h
/*********************************************************************************************
* File: LCD.H
* Author: embest
* Desc: LCD common macro define and function declare
* History:
***
www.eeworm.com/read/241232/13162377
opt lcd.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {