代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.h
#define SEG_a 0x10
#define SEG_b 0x20
#define SEG_c 0x40
#define SEG_d 0x08
#define SEG_e 0x04
#define SEG_f 0x01
#define SEG_g 0x02
#define SEG_h 0x80
#define CHAR_SPACE 0
#d
lcd.c
#include "Lcd.h"
const DisData DisPlay_Info[] =
{
//标识,显示数据地址,显示项目信息1,2, 显示提示信息1,2, 小数单位标识信息
0x00, &Second, //时间
0x01, &Day, //日期
0x02, YgKwhZ,
lcd.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\MYDSP\5402\5402c\lcd\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compile
lcd.asm
;***************************************************************
;* TMS320C54x C/C++ Codegen PC Version 3.831 *
;* Date/Time created: Sun Jun 12 11:37:10 2005 *
;*
lcd.c
#include "cpu_reg.h"
extern const Uint16 LIB16x24[];
extern const Uint16 LIB24x24[];
extern const Uint16 LIB16x16[];
extern const Uint16 LIB8x16[];
extern const Uint16 LIB64[];
extern c
lcd.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\MYDSP\5402\5402c\lcd\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compile
lcd.asm
;***************************************************************
;* TMS320C54x C/C++ Codegen PC Version 3.831 *
;* Date/Time created: Sun Jun 12 11:37:10 2005 *
;*
lcd.c
#include "cpu_reg.h"
extern const Uint16 LIB16x24[];
extern const Uint16 LIB24x24[];
extern const Uint16 LIB16x16[];
extern const Uint16 LIB8x16[];
extern const Uint16 LIB64[];
extern c