代码搜索结果
找到约 37,566 项符合
LCD 的代码
lcd.o.d
lcd.o: lcd.c LCM.h str_16x08.h hz16x16.h Picture.h
LCM.h:
str_16x08.h:
hz16x16.h:
Picture.h:
lcd.h
/*****************************************************************
* Driver for ACM0802C LCD Module (8 characters by 2 lines )
* on the Renesas RSK boards - header file
*
* Copyright (c) 2004
lcd.lnp
"STARTUP.obj",
"PCF8563.obj",
"I2C.obj",
"KS0108.obj",
"main.obj",
"SCKEY.obj"
TO "LCD"
RAMSIZE(256)
lcd.c
#include
/*
// LCD段码表(可自定义扩充,参考原理电路图)
显示字符(十进制表示) a b c d e f g dp 段码值(十六进制)
-----------------------------------------------
0 1 1 1 1 1 1 0 0 0x3F
lcd.h
#ifndef _LCD_H
#define _LCD_H
/* LCD(8位数码管)电路相关引脚定义 */
#define LCD_74HC138_A_PA31 (1
lcd.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\F2812_PROGRAMME\LCD\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler
lcd.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="lcd"
ProjectDir="D:\dspccs2000\normal\exp3_16_lcd\lcd\"
ProjectType=Executable
CPUF
lcd.h
#ifndef BOARD_LCD_H
#define BOARD_LCD_H
#include
// LCD Constants
#define LCD_NUM_DIGITS 7 // Number of digits on LCD
#define LCD_MEM_OFFSET 2
lcd.h
//LCD.h : header file for the LCD project
//
#ifndef _LCD_H_
#define _LCD_H_
#ifndef __AVR_ATmega16__
#define __AVR_ATmega16__
#endif
#define __MCU_CLOCK_FREQUENCY__ _8.0000_MHz
#inclu
lcd.aws
AtmanAvr Workspace File, Format Version 1.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-----------------------------------------------------------------
WORKSPACENAME=LCD
PROJECTCO