代码搜索结果
找到约 57,564 项符合
Display 的代码
display.m
function display(obj)
% GPVAR display method
%
disp(' ');
sz = size(obj);
if( sz(1) == 1 & sz(2) == 1 ) % scalar GP var
disp([inputname(1),' is a scalar GP variable.'])
elseif( sz(1) > 1 & sz(2)
lcd display.c
/**********************************************************************
* ?2005 Microchip Technology Inc.
*
* FileName: LCD Display.c
* Dependencies: p30fxxxx.h
* Processor: dsP
display.asm
//-----------------------------------------------------------------------
//Program Name: LcdDisplay.asm
//Applied Body: SPT6604A
//Project Description: This is a Demo of Display i
display.asm
//-----------------------------------------------------------------------
//Program Name: LcdDisplay.asm
//Applied Body: SPT6604A
//Project Description: This is a Demo of Display in SPT6604A
//C
display.h
/*--------------------------------------------------------------------------
display.h
Header file for lcd display
lcd driver:NOVATEK NT7606
---------------------------------------------------
display.h
/*--------------------------------------------------------------------------
display.h
Header file for lcd display
lcd driver:NOVATEK NT7606
---------------------------------------------------
display.asp
Display Page
display.c
#include "Config.h"
#include "display.h"
#include "LCD.h"
#include "USART.h"
extern uchar sd[16];
/*******************************************************************************
Init_TA()
display.h
#ifndef __display
#define __display
extern uint tt ,TA_Flag,TA_Add;
void Init_TA(void);
extern void delay(uint aa);
uint Hex2BcdLong(ulnt hex);
void display(void);
#endif
display.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL ;
USE IEEE.STD_LOGIC_UNSIGNED.ALL ;
ENTITY DISPLAY IS
PORT(DB:IN STD_LOGIC_VECTOR(3 DOWNTO 0);--密码值BCD码
CLK_DISPL