代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.c
/*****************************************************************************
Filename: lcd.c
Target: cc2430
Revised: 16/12-2005
Revision: 1.0
Description:
Function impleme
lcd.lst
A51 MACRO ASSEMBLER LCD 04/04/2009 22:01:19 PAGE 1
MACRO ASSEMBLER A51 V1.12
OBJECT MODULE PLACED IN LCD.OBJ
ASSEMBLER INV
lcd.c
/************************************************************
Copyright (C) Xiong,Hui at www.51embed.com
FileName: lcd.c
Author: Xiong,Hui huixiong73@gmail.com
Date:08/3/24
Description:
Version
lcd.h
#ifndef __LCD_H__
#define __LCD_H__
/*variable definition*/
//sbit LCDBUSY = P1^7;
sbit LCDRST = P1^0;
sbit EN = P1^1;
sbit RW = P1^2;
sbit RS = P1^3;
sbit LCS2 = P1^4;
sbit LCS1 = P1^5;
lcd.c
/*
* lcdexp.c : LCD driver
*
* Copyright (C) 2003 ynding ( haoanian@263.net )
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pub
lcd.c
/*
* lcd.c : Test LCD driver
*
* Copyright (C) 2003 ynding ( haoanian@263.net )
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General P
lcd.h
/*
* $Id: lcd.h,v 1.1.1.1 2003/09/01 01:59:39 casic Exp $
*
* lcd.h : LCD driver
*
* Copyright (C) 2003 ynding ( haoanian@263.net )
*
* This program is free software; you can redistribute it an
lcd.c
#include
/*#include */
#include
#include
#include
#include
#include
#include
lcd.h
#ifndef _LCD_H
#define _LCD_H
typedef struct
{
short x;
short y;
short a;
short b;
unsigned char c;
int xorm;
} ellipse_str_t;
typedef struct
{
short x1;
short y1;
short x2;
short y2;
int
lcd.c
#include
/*#include */
#include
#include
#include
#include
#include
#include