代码搜索结果
找到约 10,000 项符合
Display 的代码
lcd display.h
////////////mylcd.h//////////////
#include "C8051F040.h" // Register definition file.
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long ulong;
#define toup sendc(0x14)
display7219.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
display7219.v
//Display7219.v 7219显示模块 2006-11-03 version:2.0 作者:田世坤
//输入:
//
//
//输出:
module Display7219(ClkIn, Reset, ClkSecond, D7, D6, D5, D4, D3, D2, D1, D0, Dpoint,
SCK, SDA, CS);
input
display_control.h
char Display_BCD[6];
uchar Number_Display[14]={0x7d,0x60,0x3e,0x7a,0x63,0x5b,0x5f,0x70,0x7f,0x7b,0x00,0x02,0x62};
void Display_Control(char wlcddata,char wlcdaddr)
{
char wlcdtemp=0,i=0;
LCD_C
display_s.h
/********************************************************************/
/*Display_s.h:显示函数 *******************************/
/* 功能: 用户自己的LED数码管动态显示程序包**************************/
/*****
display_s.h
#ifndef _display_
#define _display_
#include
sbit SDA=P1^0;
sbit CLK=P1^1;
unsigned char code led[20]={0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90,0x88,0x83,0xc6,0xa1,0x86