📄 bbs 液晶论坛 液晶模块及单片机应用浏览:240×128液晶的程序.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0070)http://www.lcd-module.com.cn/dispbbs.asp?boardID=1&RootID=1678&ID=1678 -->
<HTML><HEAD><TITLE>BBS 液晶论坛 液晶模块及单片机应用浏览:240×128液晶的程序</TITLE>
<SCRIPT language=javascript>
function openUser(id) {
var Win = window.open("dispuser.asp?name="+id,"openScript");
}
function openScript(url, width, height){
var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' );
}
function openDis(bid,rid,id){
self.location="dispbbs.asp?boardid="+bid+"&RootID="+rid+"&id="+id
}
function PopWindow()
{
openScript('messanger.asp?action=newmsg',420,320);
}
var nn = !!document.layers;
var ie = !!document.all;
if (nn) {
netscape.security.PrivilegeManager.enablePrivilege("UniversalSystemClipboardAccess");
var fr=new java.awt.Frame();
var Zwischenablage = fr.getToolkit().getSystemClipboard();
}
function submitonce(theform){
//if IE 4+ or NS 6+
if (document.all||document.getElementById){
//screen thru every element in the form, and hunt down "submit" and "reset"
for (i=0;i<theform.length;i++){
var tempobj=theform.elements[i]
if(tempobj.type.toLowerCase()=="submit"||tempobj.type.toLowerCase()=="reset")
//disable em
tempobj.disabled=true
}
}
}
</SCRIPT>
<SCRIPT language=JavaScript>
//***********默认设置定义.*********************
tPopWait=50;//停留tWait豪秒后显示提示。
tPopShow=5000;//显示tShow豪秒后关闭提示
showPopStep=20;
popOpacity=99;
//***************内部变量定义*****************
sPop=null;
curShow=null;
tFadeOut=null;
tFadeIn=null;
tFadeWaiting=null;
document.write("<style type='text/css'id='defaultPopStyle'>");
document.write(".cPopText { background-color: #F8F8F5;color:#000000; border: 1px #000000 solid;font-color: font-size: 12px; padding-right: 4px; padding-left: 4px; height: 20px; padding-top: 2px; padding-bottom: 2px; filter: Alpha(Opacity=0)}");
document.write("</style>");
document.write("<div id='dypopLayer' style='position:absolute;z-index:1000;' class='cPopText'></div>");
function showPopupText(){
var o=event.srcElement;
MouseX=event.x;
MouseY=event.y;
if(o.alt!=null && o.alt!=""){o.dypop=o.alt;o.alt=""};
if(o.title!=null && o.title!=""){o.dypop=o.title;o.title=""};
if(o.dypop!=sPop) {
sPop=o.dypop;
clearTimeout(curShow);
clearTimeout(tFadeOut);
clearTimeout(tFadeIn);
clearTimeout(tFadeWaiting);
if(sPop==null || sPop=="") {
dypopLayer.innerHTML="";
dypopLayer.style.filter="Alpha()";
dypopLayer.filters.Alpha.opacity=0;
}
else {
if(o.dyclass!=null) popStyle=o.dyclass
else popStyle="cPopText";
curShow=setTimeout("showIt()",tPopWait);
}
}
}
function showIt(){
dypopLayer.className=popStyle;
dypopLayer.innerHTML=sPop;
popWidth=dypopLayer.clientWidth;
popHeight=dypopLayer.clientHeight;
if(MouseX+12+popWidth>document.body.clientWidth) popLeftAdjust=-popWidth-24
else popLeftAdjust=0;
if(MouseY+12+popHeight>document.body.clientHeight) popTopAdjust=-popHeight-24
else popTopAdjust=0;
dypopLayer.style.left=MouseX+12+document.body.scrollLeft+popLeftAdjust;
dypopLayer.style.top=MouseY+12+document.body.scrollTop+popTopAdjust;
dypopLayer.style.filter="Alpha(Opacity=0)";
fadeOut();
}
function fadeOut(){
if(dypopLayer.filters.Alpha.opacity<popOpacity) {
dypopLayer.filters.Alpha.opacity+=showPopStep;
tFadeOut=setTimeout("fadeOut()",1);
}
else {
dypopLayer.filters.Alpha.opacity=popOpacity;
tFadeWaiting=setTimeout("fadeIn()",tPopShow);
}
}
function fadeIn(){
if(dypopLayer.filters.Alpha.opacity>0) {
dypopLayer.filters.Alpha.opacity-=1;
tFadeIn=setTimeout("fadeIn()",1);
}
}
document.onmouseover=showPopupText;
</SCRIPT>
<STYLE type=text/css>A:visited {
COLOR: #273b72; TEXT-DECORATION: none
}
A:active {
COLOR: #273b72; TEXT-DECORATION: none
}
A:hover {
COLOR: #273b72; TEXT-DECORATION: underline
}
A:link {
COLOR: #273b72; TEXT-DECORATION: none
}
.t {
LINE-HEIGHT: 1.4
}
BODY {
FONT-SIZE: 12px; COLOR: #5f7795; SCROLLBAR-TRACK-COLOR: #ffffff; FONT-FAMILY: "宋体"
}
TD {
FONT-SIZE: 12px; COLOR: #273b72; FONT-FAMILY: "宋体"
}
P {
FONT-SIZE: 12px; COLOR: #273b72; FONT-FAMILY: "宋体"
}
DIV {
FONT-SIZE: 12px; COLOR: #273b72; FONT-FAMILY: "宋体"
}
BR {
FONT-SIZE: 12px; COLOR: #273b72; FONT-FAMILY: "宋体"
}
FORM {
FONT-SIZE: 12px; FONT-FAMILY: "宋体"
}
OPTION {
FONT-SIZE: 12px; FONT-FAMILY: "宋体"
}
INPUT {
BORDER-TOP-WIDTH: 1px; PADDING-RIGHT: 1px; PADDING-LEFT: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 12px; BORDER-LEFT-COLOR: #cccccc; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #cccccc; PADDING-BOTTOM: 1px; BORDER-TOP-COLOR: #cccccc; PADDING-TOP: 1px; FONT-FAMILY: "宋体"; HEIGHT: 18px; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #cccccc
}
TEXTAREA {
BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 12px; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-COLOR: #000000; FONT-FAMILY: "宋体"; BACKGROUND-COLOR: #efefef; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000
}
SELECT {
BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 12px; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-COLOR: #000000; FONT-FAMILY: "宋体"; BACKGROUND-COLOR: #eeeeee; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000
}
</STYLE>
<META charset=GB2312 content="MSHTML 6.00.2900.2627" name=GENERATOR></HEAD>
<BODY vLink=#0000ff aLink=#0000ff link=#0ff790 bgColor=#ffffff leftMargin=0
topMargin=0>
<TABLE height=6 cellSpacing=0 cellPadding=3 width="95%" align=center border=0>
<TBODY>
<TR>
<TD background="BBS 液晶论坛 液晶模块及单片机应用浏览:240×128液晶的程序.files/top_bg.gif"
height=15></TD></TR></TBODY></TABLE>
<TABLE width="95%" align=center border=0>
<TBODY>
<TR>
<TD vAlign=top width="30%"><A href="http://bbs.lcd-module.com.cn/"><IMG
src="BBS 液晶论坛 液晶模块及单片机应用浏览:240×128液晶的程序.files/logo.gif" border=0></A></TD>
<TD vAlign=center align=top><FONT color=#5f7795> <IMG
src="BBS 液晶论坛 液晶模块及单片机应用浏览:240×128液晶的程序.files/closedfold.gif"
border=0> <A
href="http://www.lcd-module.com.cn/default.asp">BBS
液晶论坛</A><BR> <IMG height=15
src="BBS 液晶论坛 液晶模块及单片机应用浏览:240×128液晶的程序.files/bar.gif" width=15
border=0><IMG
src="BBS 液晶论坛 液晶模块及单片机应用浏览:240×128液晶的程序.files/closedfold.gif"
border=0> <A
href="http://www.lcd-module.com.cn/list.asp?boardid=1"><FONT
color=#5f7795>液晶模块及单片机应用</A>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -