代码搜索:LcD

找到约 10,000 项符合「LcD」的源代码

代码结果 10,000
www.eeworm.com/read/472354/1411400

c lcd.c

/***************************************************************************** Filename: lcd.c Target: cc2430 Revised: 16/12-2005 Revision: 1.0 Description: Function impleme
www.eeworm.com/read/471680/1426524

lst 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
www.eeworm.com/read/471644/1426766

c 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
www.eeworm.com/read/471644/1426767

h 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;
www.eeworm.com/read/470329/1475098

c 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
www.eeworm.com/read/470329/1475112

c 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
www.eeworm.com/read/470329/1475113

h 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
www.eeworm.com/read/470329/1475138

c lcd.c

#include /*#include */ #include #include #include #include #include #include
www.eeworm.com/read/470329/1475139

h 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
www.eeworm.com/read/470329/1475155

c lcd.c

#include /*#include */ #include #include #include #include #include #include