代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/208504/15245997
h display.h
#include
#include
#include
#include
#include
#include "modified-graphics.h" // modified Jon's graphics file
#define MAX_COLORS 5
#define CA
www.eeworm.com/read/208359/15248403
spr display.spr
www.eeworm.com/read/208327/15248505
c display.c
//
//
//
// MSP430F133
// ---------------
// /|\| XIN|-
// | | |
// --|RST XOUT|-
// | |
// | P3.0|-->EN
// | P3.1|-->RW
// | P3.2|-->RS
// | P3.3|-->BACK
// | =P4.0-4.7|-->D0-D8
//
www.eeworm.com/read/206282/15297073
c display.c
#include "cbit.h"
#include "hardware.h"
#include "SPCE061V004.h"
void initlcm(void);
void SendByte(char dat);
void SendCMD(unsigned char dat);
void SendDat(unsigned char dat);
void display(ch
www.eeworm.com/read/205421/15316136
h display.h
/* SCCSID @(#)display.h 1.54 3/26/98 */
#ifndef __DISPLAY_H__
#define __DISPLAY_H__
#include "common.h"
#ifdef MPEG1
GBLDEF(int DISP_START, 19952);
#ifdef SVCD
#define DISP_END 210800
#define DISP
www.eeworm.com/read/205421/15316181