代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/244009/7118124
vhd led.vhd
--**********************************************************
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_unsigned.ALL;
--*********************************************************
www.eeworm.com/read/244009/7118135
bsf led.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
www.eeworm.com/read/244009/7118146
vhd led.vhd
--**********************************************************
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_unsigned.ALL;
--*********************************************************
www.eeworm.com/read/147166/7120018
asm led.asm
DATA SEGMENT
LED DB 14H,7AH,7BH,7AH,02H,7AH,4AH,7AH
DB 04H,3CH,3CH,3CH,3CH,92H,0A5H,78H
DB 7EH,08H,08H,08H,08H,08H,08H,0FFH
www.eeworm.com/read/449644/7125335
h led.h
extern void Led_Display();
extern void Disp_Init();
extern BYTE DispBuf[4];
www.eeworm.com/read/449644/7125336
lst led.lst
C51 COMPILER V7.02b LED 06/30/2004 15:13:18 PAGE 1
C51 COMPILER V7.02b, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN Le
www.eeworm.com/read/449644/7125338
obj led.obj
www.eeworm.com/read/449644/7125352
c led.c
#include "fx2.h"
#include "fx2regs.h"
#include "io.h"
BYTE const LED_CODE[] = {0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90,0x88,0x83,0xA7,0xA1,0x86,0x8E,0xFF}; //LED编码
// 0 1
www.eeworm.com/read/449644/7125383
h led.h
extern void Led_Display();
extern void Disp_Init();
extern BYTE DispBuf[4];