代码搜索:Display

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

代码结果 10,000
www.eeworm.com/read/40534/917076

s display.s

.module DISPLAY.C .area text(rom, con, rel) .dbfile E:\PROTEU~1.7\User\MEGA32-LCM\MEGA32-LCM/delay.h .dbfunc e delay_1us _delay_1us fV .even _delay_1us:: .dbline -1 .dbline 14 ; /* ; K
www.eeworm.com/read/40534/917084

_c display._c

/* KS0108 128*64 LCD C语言驱动 LCD引脚定义 1---GND 2---VCC 3---VLCD 4---D/I 5---R/W 6---E 7到14 D0-D7 15--CS1 16--CS2 17--RESET 18--VEE 19--SW 20--NC */ #include #include
www.eeworm.com/read/40534/917085

c display.c

/* KS0108 128*64 LCD C语言驱动 LCD引脚定义 1---GND 2---VCC 3---VLCD 4---D/I 5---R/W 6---E 7到14 D0-D7 15--CS1 16--CS2 17--RESET 18--VEE 19--SW 20--NC */ #include #include
www.eeworm.com/read/40534/917096

o display.o

XL H 5 areas 3A global symbols M DISPLAY.C S push_gset1 Ref0000 S push_gset2 Ref0000 S push_gset4 Ref0000 S push_gset5 Ref0000 S mod16s Ref0000 S push_arg4 Ref0000 S pop_gset1 Ref0000 S pop_
www.eeworm.com/read/40534/917098

lis display.lis

.module DISPLAY.C .area text(rom, con, rel) 0000 .dbfile E:\PROTEU~1.7\User\MEGA32-LCM\MEGA32-LCM/delay.h 0000
www.eeworm.com/read/40534/917099

s display.s

.module DISPLAY.C .area text(rom, con, rel) .dbfile E:\PROTEU~1.7\User\MEGA32-LCM\MEGA32-LCM/delay.h .dbfunc e delay_1us _delay_1us fV .even _delay_1us:: .dbline -1 .dbline 14 ; /* ; K
www.eeworm.com/read/22187/931455

lml display.lml

www.eeworm.com/read/26198/955409

c display.c

#include const uchar DATA_7SEG[ ] ={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71}; uchar led[6] ={1,2,3,4
www.eeworm.com/read/26198/955453

c display.c

#include #define uchar unsigned char #define uint unsigned int const uchar DATA_7SEG[ ] ={0xc0,0xcf,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90}; uchar led[4],min,sec; //
www.eeworm.com/read/26219/955733

c display.c

//文件名:display.c #include "delay.h" #include "intrins.h" #include "display.h" void WriteCommand(unsigned char c) { delay_ms(5); E=0; RS=0; RW=0; _nop_(); E=1; Data=c; E=0; } v