代码搜索:LCD转VGA

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

代码结果 10,000
www.eeworm.com/read/364280/9915520

hif vga.hif

Version 5.1 Build 216 03/06/2006 Service Pack 2 SJ Full Version 34 1786 OFF OFF OFF OFF OFF FV_OFF Level2 0 0 VRSM_ON VHSM_ON 0 -- Start Partition -- -- End Partition -- # entity VGA
www.eeworm.com/read/364280/9915524

psp vga.psp

www.eeworm.com/read/364280/9915568

dbp vga.dbp

www.eeworm.com/read/364280/9915572

pof vga.pof

www.eeworm.com/read/364280/9915574

qsf vga.qsf

# Copyright (C) 1991-2005 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any outpu
www.eeworm.com/read/168320/9919987

cmp vga.cmp

--Copyright (C) 1991-2005 Altera Corporation --Your use of Altera Corporation's design tools, logic functions --and other software and tools, and its AMPP partner logic --functions, and any
www.eeworm.com/read/168320/9919999

vhd vga.vhd

-- megafunction wizard: %LPM_ROM% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: altsyncram -- ============================================================ -- File Name: vga.vhd -- Mega
www.eeworm.com/read/363088/9968219

h vga.h

#ifndef _VGA_H_ #define _VGA_H_ #define __REGb(x) (*(volatile unsigned char *)(x)) #define IICCON __REGb(0x54000000) #define IICSTAT __REGb(0x54000004) #define IICADD __REGb(0x54000008) #def
www.eeworm.com/read/363088/9968284

c vga.c

#include "iic.h" #include "bootpara.h" void _Delay(int time) { volatile int i, j; for (i = 0; i < time * 512; i++) j = i; } //**********************[IicPoll ]**********************
www.eeworm.com/read/363088/9968311

o vga.o