代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/409992/11305263
h lcd.h
#ifndef __LCD_H__
#define __LCD_H__
/* LCD screen and bitmap image array constants */
#define ARRAY_OFFSET 2
#define X_BYTES 132
#define Y_BYTES 32
#define NBR_PAGES 4
#define SCRN_LEFT 0
www.eeworm.com/read/264660/11307547
dat lcd.dat
www.eeworm.com/read/409487/11321247
c lcd.c
/*
* Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved.
* Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved.
* This program is free software; you can redistribute it and/or
*
www.eeworm.com/read/409487/11321254
h lcd.h
/*
* Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved.
* Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved.
* This program is free software; you can redistribute it and/or
*
www.eeworm.com/read/264160/11327237
lcd_openwindow
www.eeworm.com/read/263918/11337219
o lcd.o
XL
H 5 areas A global symbols
M lcd.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
A text size 132 flags 0
dbfile C:\DOCUME~1\charon\MYDOCU~1\AVR\NRF905\lc
www.eeworm.com/read/263918/11337268
_c lcd._c
//ICC-AVR application builder : 2007-6-8 23:42:55
// Target : M16
// Crystal: 7.3728Mhz
#include "config.h"
#define RST 0x01
// PD0
#define CE 0x02
//
www.eeworm.com/read/263918/11337303
c lcd.c
//ICC-AVR application builder : 2007-6-8 23:42:55
// Target : M16
// Crystal: 7.3728Mhz
#include "config.h"
#define RST 0x01
// PD0
#define CE 0x02
//
www.eeworm.com/read/263918/11337307
s lcd.s
.module lcd.c
.area data(ram, con, rel)
_X:
.blkb 1
.area idata
.byte 10
.area data(ram, con, rel)
.dbfile C:\DOCUME~1\charon\MYDOCU~1\AVR\NRF905/config.h
.dbsym s X _X c
_Y:
.blkb
www.eeworm.com/read/263918/11337338
lis lcd.lis
.module lcd.c
.area data(ram, con, rel)
0000 _X:
0000 .blkb 1
.area idata
0000 0A