代码搜索:3310
找到约 916 项符合「3310」的源代码
代码结果 916
www.eeworm.com/read/358567/10184689
plg 3310.plg
礦ision3 Build Log
Project:
E:\Project\3310\3310.uv2
Project File Date: 06/05/2008
Output:
Build target 'Target 1'
linking...
*** WARNING L16
www.eeworm.com/read/280372/10334038
h 3310.h
#ifndef LCD_H
#define LCD_H
#include "config.h"
#include "define.h"
#define MODE_DATA 1 //数据模式
#define MODE_CMD 0 //命令模式
#define FUN_SET 0x20 //功能设置
#define FUN_PD 0x04 //设置PowerDown模
www.eeworm.com/read/280372/10334090
obj 3310.obj
www.eeworm.com/read/280372/10334147
c 3310.c
#include "3310.h"
void Adelay( uchar i )
{
uchar j;
while(i--)
{
j=255;
while(j--);
}
}
/*功能:向3310LCD发送一字节数据
*性质:文件外部使用
*参数:数据,1为数据0为命令
*返回:无
*/
void WriteByte( uchar te
www.eeworm.com/read/280372/10334168
lst 3310.lst
C51 COMPILER V7.06 3310 08/31/2006 21:31:59 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE 3310
OBJECT MODULE PLACED IN 33
www.eeworm.com/read/424897/10402259
_c 3310._c
//ICC-AVR application builder : 2005-11-12 17:11:59
// Target : M16
// Crystal: 8.0000Mhz
// copyright:鲁军波(endylu)
#include
#include
#include "main.h"
// 6 x 8 font
www.eeworm.com/read/424897/10402266
h 3310.h
//ICC-AVR application builder : 2005-11-12 17:11:59
// Target : M16
// Crystal: 8.0000Mhz
// copyright:鲁军波(endylu)
// www.shop34612283.taobao.com
// www.adembed.com
#ifndef NOKIA3310_H
#defin
www.eeworm.com/read/424897/10402387
lis 3310.lis
.module _3310.c
.area lit(rom, con, rel)
0000 _font6x8::
0000 0000 .byte 0,0
0002 0000 .byte 0,0
0004 0000
www.eeworm.com/read/424897/10402464
s 3310.s
.module _3310.c
.area lit(rom, con, rel)
_font6x8::
.byte 0,0
.byte 0,0
.byte 0,0
.byte 0,0
.byte 0,47
.byte 0,0
.byte 0,0
.byte 7,0
.byte 7,0
.byte 0,20
.byte 127,20
.byte
www.eeworm.com/read/424897/10402501
_h 3310._h
//ICC-AVR application builder : 2005-11-12 17:11:59
// Target : M16
// Crystal: 8.0000Mhz
// copyright:鲁军波(endylu)
#ifndef NOKIA3310_H
#define NOKIA3310_H
#define LCD_DC 0x80 //PA7
#d