代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.h
#ifndef __LCD_H__
#define __LCD_H__
#define uchar unsigned char
#define uint unsigned int
void nop(void);
void InitLCD(void);
void CheckState(void);
void WriteByte(uchar);
void SendComToLcd(u
lcd.lst
C51 COMPILER V7.06 LCD 05/14/2009 00:04:43 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN LCD
lcd.h
/*
* LCD Lowlevel Control Abstraction
*
* Copyright (C) 2003,2004 Hewlett-Packard Company
*
*/
#ifndef _LINUX_LCD_H
#define _LINUX_LCD_H
#include
#include
s
lcd.h
/*
* LCD Lowlevel Control Abstraction
*
* Copyright (C) 2003,2004 Hewlett-Packard Company
*
*/
#ifndef _LINUX_LCD_H
#define _LINUX_LCD_H
#include
#include
s
lcd.c
#include
#define uint unsigned int
#define uchar unsigned char
#define x1 0x80
#define x2 0x88
#define y 0x80
#define comm 0
#define dat 1
sbit cs = P0^0; //
lcd.lst
C51 COMPILER V8.02 LCD 05/16/2009 13:41:49 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN LCD
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
lcd.v
module lcd(clk,rst,data_in,lcd_e,lcd_rw,lcd_rs,data);
input clk,rst;
input [7:0] data_in;
output lcd_e,lcd_rw,lcd_rs;
output [7:0] data;
reg lcd_e,lcd_rw,lcd_rs;
reg [7:0] data,data_in_buf
lcd.h
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : lcd.h
* Author : MCD Application Team
* Date First Issued : mm/dd/yyyy
* Descri
lcd.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : lcd.c
* Author : MCD Application Team
* Date First Issued : mm/dd/yyyy
* Descri