?? led.c
字號:
/******************************************************************************
* File Name: led.c *
* Create Time: 2007/07/14 *
* Description: *
* Copyright : *
* History : *
* |---Data---|---Author---|--Version--|--------------Description-------------|
*****************************************************************************/
/******************************
* Head File *
*****************************/
#include"led.h"
/******************************
* Global Variable *
*****************************/
uchar disbit = 0;//用以計數(shù)片選位
uchar DisMem[8]; //顯示內(nèi)容緩沖區(qū)
/******************************
* Const Segment *
*****************************/
// 0 1 2 3 4 5 6 7 8 9
code const uchar dis_data[16] = {0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,
//a b c d e f
0x77,0x7c,0x39,0x5e,0x79,0x71};
//低位---------------------------->高位
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -