代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.sym
VERSION 5
BEGIN SYMBOL
SYMBOLTYPE BLOCK
TIMESTAMP 2007 4 18 2 28 38
SYMPIN 0 -480 Input clk
SYMPIN 0 -416 Input Reset
SYMPIN 0 -352 Input din1(0:3)
SYMPIN 0 -304 Input din2(0:3)
SYMPIN 0 -256
lcd.lso
work
lcd.c
#include
#include
#include
#include "system.h"
#include "LCD.h"
//-------------------------------------------------------------------------
void LCD_Init()
{
lcd
lcd.h
#ifndef __LCD_H__
#define __LCD_H__
// LCD Module 16*2
#define lcd_write_cmd(base, data) IOWR(base, 0, data)
#define lcd_read_cmd(base) IORD(b
lcd.c
#include
#include
#include
#include
/*
#include
#include
#include
#include
*/
#include
#inc
lcd.h
/*
* LCD Device Driver
*
*
* COPYRIGHT (c) 2001 - 2010.
* emTech System Corporation.
*
* The license and distribution terms for this file may be
* found in found in the file LICEN
lcd.c
/*=============================================================================
=
= Name: QVGA Display and Timer Verification and Example Code
=
===============================================
lcd.h
/*=============================================================================
=
= Name: QVGA Display and Timer Verification and Example Code
=
===============================================