代码搜索:LCD调试
找到约 10,000 项符合「LCD调试」的源代码
代码结果 10,000
www.eeworm.com/read/210231/15203775
ngc lcd.ngc
www.eeworm.com/read/210231/15203896
sym 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
www.eeworm.com/read/210006/15209896
c lcd.c
#include
#include
#include
#include "system.h"
#include "LCD.h"
//-------------------------------------------------------------------------
void LCD_Init()
{
lcd
www.eeworm.com/read/210006/15209898
h 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
www.eeworm.com/read/209315/15223586
c lcd.c
#include
#include
#include
#include
/*
#include
#include
#include
#include
*/
#include
#inc
www.eeworm.com/read/209315/15223588
h 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
www.eeworm.com/read/209296/15223767
c lcd.c
/*=============================================================================
=
= Name: QVGA Display and Timer Verification and Example Code
=
===============================================
www.eeworm.com/read/209296/15223768
h lcd.h
/*=============================================================================
=
= Name: QVGA Display and Timer Verification and Example Code
=
===============================================
www.eeworm.com/read/208909/15233044