代码搜索结果
找到约 10,000 项符合
Display 的代码
display.qsf
# Copyright (C) 1991-2006 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
display.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
display.qpf
# Copyright (C) 1991-2006 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
display.hif
Version 5.1 Build 216 03/06/2006 Service Pack 2 SJ Full Version
29
1578
OFF
OFF
OFF
OFF
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
# entity
lpm
display.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
display.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_unsigned.all;
ENTITY display IS
PORT
(
clock : IN STD_LOGIC; --clock is 4MHZ
qin : IN STD_LOGIC_VECTOR(3 DOWNTO 0);
displ
display.c
#include "global.h"
#define __DECL_DISPLAY__
//根据不同的显示屏定义不同的引用
#if defined(LCD_353)
#define __DECL_LCD353__
#elif defined(LCD_393)
#define __DECL_LCD393__
#elif defined(LCD_392)
#define __D
display.h
#ifndef DISPLAY_H
#define DISPLAY_H 1
//every char in font[] index
//ASCII TABLE
#define LED_0 0 //'0'
#define LED_1 1 //'1'
#define LED_2 2 //'2'
#define LED_3 3 //'3'