iar 仿真液晶屏

来源:百度知道 编辑:UC知道 时间:2024/09/24 05:34:09
我需要用iar编写一段液晶屏显示(可实现菜单栏目的选择之类的的功能)。哪位高手能帮帮忙。分数在所不惜。

把下面的代码放在 <body> 标签下,图片路径修改成自己的

<table width="1024" border="0">
<tr>
<td height="200"><DIV id=demo style="OVERFLOW: hidden; WIDTH:1024px; HEIGHT: 200px" align=center>
<TABLE cellSpacing=0 cellPadding=0 align=left border=0 cellspace="0">
<TBODY>
<TR>
<TD id=demo1 vAlign=top>
<table width="1024" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="250"><img src="images/pic/1.gif" width="250" height="200"></td>
<td width="250"><img src="images/pic/2.gif" width="250" height="200"></td>
<td width="250"><img src="images/pic/3.gif" width="250" height="200"></td&