代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/254543/12131002
mak lcd.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/254543/12131006
out lcd.out
www.eeworm.com/read/254543/12131008
cmd lcd.cmd
/**********************************************************************/
/* File Name: leds.cmd */
/* Target System: C24xx Evaluation Board
www.eeworm.com/read/254543/12131019
c lcd.c
#include "2407c.h"
#define LCDDELAY 1
#define LCDCMDTURNON 0x3f
#define LCDCMDTURNOFF 0x3e
#define LCDCMDSTARTLINE 0xc0
#define LCDCMDPAGE 0xb8
#define LCDCMDVERADDRESS 0x4
www.eeworm.com/read/254543/12131025
obj lcd.obj
www.eeworm.com/read/254520/12132771
o lcd.o
www.eeworm.com/read/254520/12132814
c lcd.c
#include
#include "2410addr.h"
#include "2410lib.h"
#include "def.h"
#include "lcdlib.h"
#include "glib.h"
#include "lcd.h"
#include ".\bmp\DEMO256.h"
void Lcd_Port_Init(void);
www.eeworm.com/read/254520/12132816
h lcd.h
#ifndef __LCD_H__
#define __LCD_H__
void Test_Lcd_Stn_1Bit(void);
void Test_Lcd_Stn_2Bit(void);
void Test_Lcd_Stn_4Bit(void);
void Test_Lcd_Cstn_8Bit(void);
void Test_Lcd_Cstn_12Bit(void);
vo
www.eeworm.com/read/254429/12136982
h lcd.h
/***********************************************/
// 定义LCD控制器寄存器设置值等。
/***********************************************/
#ifndef __LCD_H__
#define __LCD_H__
//#include "..\Target\Def.h"
#d
www.eeworm.com/read/340705/12138906
bsf lcd.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