代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.ttf
255,255, 98,255, 37, 0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
96, 24,134, 97, 24,134, 9
led.hif
HIF003
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
led.pin
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any other
led.acf
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
led.c
/*
* 2006 OURS TECH
*
*
*
This file for explain how to use a simple driver
*/
#include
#include
#include
led.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity Led is
port
(En:in std_logic;
Numin: in integer range 0 to 9;
Numout: out std_logic_vector(0 to 6)
);
en