代码搜索结果
找到约 10,000 项符合
Display 的代码
display.c
#include "display.h"
unsigned char lcd[9]={0x7D};/*0x11,*/
unsigned char dl[16]={
0x7D, // 0
0x60, // 1
0x3E, // 2
0x7A, // 3
0x63, // 4
0x5B, // 5
0x5F, // 6
0x70, //
display.pbi
This is an internal working file generated by the Source Browser.
01:26 01s
C:\Documents and Settings\Administrator\桌面\code c\display.c
C:\Documents and Settings\Administrator\桌面\code c\display.c
display.h
#include"common.h"
#define BIAS 0x29
#define SYSEN 0x01 //系统使能
#define LCDOFF 0x02 //LCD关
#define LCDN 0x03 //LCD开
#define HT1621IO_DIR P5DIR |= BIT0+BIT1+BIT2
#define PLCDOUT P5OU
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(cnumina,cnuminb,cnuminc,cnumind: in integer range 0 to 90;
clk2 : in std_logic;
ct : out st
display.h
#ifndef __DISPLAY_H__
#define __DISPLAY_H__
#include "figure.h"
#define DIRECT_DISPLAY 0
#define FONTSIZE_SMALL 1
#define FONTSIZE_MIDDLE 2
#define FONTSIZE_BIG 3
#define FONT_TR
display.bak
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: displa
display.asm
;----------------------------------------------------------------------------------
WinMain Proto :dword,:dword,:dword,:dword
.DATA
ClassFFTName DB "FFTDisplay",0
WindowFFTName DB "FFTWindow",0