代码搜索:电容屏
找到约 4,731 项符合「电容屏」的源代码
代码结果 4,731
www.eeworm.com/read/359723/10127858
hex 点屏.hex
:03180F00015D0078
:0613B5008F108D118B1258
:1013BB00E4F516C223A2AF9222C2AF202323121D43
:1013CB00B0120003121E9AAF100510121AA1922927
:1013DB002029E8AF11121AA192292029DED22380ED
:1013EB00DA120003C223
www.eeworm.com/read/354000/10397778
gif 截屏.gif
www.eeworm.com/read/354000/10398002
gif 截屏.gif
www.eeworm.com/read/307348/13723711
opt led屏.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/307348/13723712
obj led屏.obj
www.eeworm.com/read/307348/13723714
lst led屏.lst
C51 COMPILER V8.08 LED屏 02/19/2008 12:51:41 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE LED屏
OBJECT MODULE PLACED IN LED
www.eeworm.com/read/307348/13723718
c led屏.c
#include
#include
xdata unsigned char DATA1[8] _at_ 0x0100;//左半屏数据地址
xdata unsigned char DATA2[8] _at_ 0x0200;//右半屏数据地址
xdata unsigned char COM1[8] _at_ 0x0300;//上半屏行扫描
www.eeworm.com/read/338993/12268094
txt 飞屏.txt
一、增加一个WinForm为SplashScreen,设置其Formborderstyle:None
二、增加引用using System.Threading;
三、在Form1的static void Main() 中增加入下代码:
SplashScreen splashForm = new SplashScreen(); //飞屏
splashForm.Show();
A
www.eeworm.com/read/223766/14618194
jpg 闪屏.jpg
www.eeworm.com/read/114690/15041835
txt 飞屏.txt
一、增加一个WinForm为SplashScreen,设置其Formborderstyle:None
二、增加引用using System.Threading;
三、在Form1的static void Main() 中增加入下代码:
SplashScreen splashForm = new SplashScreen(); //飞屏
splashForm.Show();
A