mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
Menu tree rebuilt to correct Platform Dependent entry (now points to refman#anchor)
platdependent.html file no more needed (all content in refman.html) pre style css edited to correct disp.draw memory layout table Minor corrections on refman (disp module only) other files rebuilt by webbook
This commit is contained in:
parent
d22dd6a314
commit
7dc75fd807
@ -1,17 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
|
||||
<html><head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Language" content="en-us"><title>Product</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../style.css">
|
||||
</head>
|
||||
<body style="background-color: rgb(255, 255, 255);">
|
||||
<h3><a name="over"></a>eLua Platform Dependent
|
||||
Modules</h3>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</body></html>
|
@ -4,8 +4,7 @@
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
|
||||
<title>Product</title><link rel="stylesheet" type="text/css" href="../style.css"></head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<h3>
|
||||
eLua Modules Reference Manual
|
||||
</h3>
|
||||
@ -640,9 +639,7 @@ sample each time a new sample is taken.</p><p><a name="adc_setmode" id="adc_setm
|
||||
<p>
|
||||
<strong>Currently runs on:</strong> LM3Sxxxx<br>
|
||||
<br>
|
||||
The disp module handles the RIT OLED display usage on Luminary Micro Cortex-M3 boards<br>
|
||||
</p>
|
||||
<p>
|
||||
The disp module handles the RIT OLED display usage on Luminary Micro Cortex-M3 boards</p><p><span style="color: red; font-weight: bold;">## Following functions may change to merge init/on/enable and off/disable</span></p><p>
|
||||
<a name="disp_init" id="disp_init"></a> <strong>disp.init( freq )</strong>
|
||||
</p>
|
||||
<p>
|
||||
@ -664,7 +661,7 @@ sample each time a new sample is taken.</p><p><a name="adc_setmode" id="adc_setm
|
||||
This function initializes the SSI interface to the OLED display.
|
||||
</p>
|
||||
<p>
|
||||
<a name="disp_disable" id="disp_disable"></a> <strong>disp.disable()</strong>
|
||||
<a name="disp_disable" id="disp_disable"></a> <strong>disp.disable()</strong></p><p>Disable the SSI component of the OLED display driver and frees the SPI channel for other uses.</p><p>
|
||||
</p>
|
||||
<p>
|
||||
<a name="disp_on" id="disp_on"></a><strong>disp.on()</strong>
|
||||
@ -686,16 +683,12 @@ characters to a CRT in this respect).<br>
|
||||
<br>
|
||||
</p>
|
||||
<p>
|
||||
<a name="disp_clear" id="disp_clear"></a> <strong>disp.clear()</strong>
|
||||
</p>
|
||||
<p>
|
||||
Clears the OLED display.<br>
|
||||
This function will clear the display RAM. All pixels in the display will be turned off.<br>
|
||||
<a name="disp_clear" id="disp_clear"></a> <strong>disp.clear()</strong></p><p>Clears the OLED display.<br>This function will clear the display RAM. All pixels in the display will be turned off.</p><p><br>
|
||||
</p>
|
||||
<p>
|
||||
<a name="disp_print" id="disp_print"></a><strong>disp.print( str, x, y, gray )</strong><br>
|
||||
<br>
|
||||
Displays a string on the OLED display.<br>
|
||||
Writes a string on the OLED display.<br>
|
||||
<br>
|
||||
Calling Arguments:<br>
|
||||
str is a string to be displayed.<br>
|
||||
@ -714,13 +707,13 @@ more characters will be drawn. Therefore, special care is not required
|
||||
to avoid supplying a string that is ``too long'' to display.<br>
|
||||
<br>
|
||||
Because the OLED display packs 2 pixels of data in a single byte, the<br>
|
||||
parameter \e ulX must be an even column number (for example, 0, 2, 4, and<br>
|
||||
parameter x must be an even column number (for example, 0, 2, 4, and<br>
|
||||
so on).<br>
|
||||
<br>
|
||||
<br>
|
||||
</p>
|
||||
<p>
|
||||
<a name="disp_draw" id="disp_draw"></a> <strong>disp.draw( img, x, y, withd, height, gray )</strong>
|
||||
<a name="disp_draw" id="disp_draw"></a> <strong>disp.draw( img, x, y, width, height, gray )</strong>
|
||||
</p>
|
||||
<p>
|
||||
Displays an image on the OLED display.<br>
|
||||
|
@ -12,7 +12,7 @@ p {
|
||||
h2 {
|
||||
border: 1px solid #808080;
|
||||
padding: 4px;
|
||||
background-color: #AAFFCC;
|
||||
background-color: #aaffcc;
|
||||
font-size: 99%;
|
||||
margin-left: 1em;
|
||||
}
|
||||
@ -35,6 +35,7 @@ pre {
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
overflow: auto;
|
||||
float: left;
|
||||
}
|
||||
p.info {
|
||||
margin-left: 3em;
|
||||
|
@ -611,7 +611,7 @@ wb_usr.tree =
|
||||
},
|
||||
{
|
||||
name = {en = "Platform Dependent Modules", pt = "Dependentes de Plataforma" },
|
||||
link = "platdepmodules.html",
|
||||
link = "refman.html#platdepmodules",
|
||||
folder =
|
||||
{
|
||||
{ name = { en = "adc", pt = "adc" },
|
||||
|
@ -1,6 +1,5 @@
|
||||
en/building.html
|
||||
en/tut_bootstick.html
|
||||
en/platdepmodules.html
|
||||
en/net_ref.html
|
||||
en/dl_binaries.html
|
||||
en/tc_arm.html
|
||||
en/comunity.html
|
||||
@ -26,7 +25,7 @@ en/versionhistory.html
|
||||
en/toolchains.html
|
||||
en/dl_old.html
|
||||
en/examples.html
|
||||
en/net_ref.html
|
||||
en/tut_bootstick.html
|
||||
en/installing_str9.html
|
||||
en/installing_stm32.html
|
||||
en/status.html
|
||||
|
@ -1,6 +1,5 @@
|
||||
pt/building.html
|
||||
pt/tut_bootstick.html
|
||||
pt/platdepmodules.html
|
||||
pt/net_ref.html
|
||||
pt/dl_binaries.html
|
||||
pt/tc_arm.html
|
||||
pt/comunity.html
|
||||
@ -26,7 +25,7 @@ pt/versionhistory.html
|
||||
pt/toolchains.html
|
||||
pt/dl_old.html
|
||||
pt/examples.html
|
||||
pt/net_ref.html
|
||||
pt/tut_bootstick.html
|
||||
pt/installing_str9.html
|
||||
pt/installing_stm32.html
|
||||
pt/status.html
|
||||
|
@ -391,7 +391,7 @@
|
||||
<p><img src="wb_img/vertline.png"><img src="wb_img/vertline.png"><img src="wb_img/blank.png"><img src="wb_img/nodelast.png"><a class="el" name="link128folder.5.1.10" href="en/refman.html#uart_recv">recv</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<p><img src="wb_img/vertline.png"><img name="imgfolder.5.2" src="wb_img/plusnodelast.png" onclick="toggleFolder('folder.5.2')"><a name="link129folder.5.2" class="el" href="en/platdepmodules.html">Platform Dependent Modules</a></p>
|
||||
<p><img src="wb_img/vertline.png"><img name="imgfolder.5.2" src="wb_img/plusnodelast.png" onclick="toggleFolder('folder.5.2')"><a name="link129folder.5.2" class="el" href="en/refman.html#platdepmodules">Platform Dependent Modules</a></p>
|
||||
<div id="folder.5.2">
|
||||
<p><img src="wb_img/vertline.png"><img src="wb_img/blank.png"><img name="imgfolder.5.2.1" src="wb_img/plusnode.png" onclick="toggleFolder('folder.5.2.1')"><a name="link130folder.5.2.1" class="el" href="en/refman.html#adcmodule">adc</a></p>
|
||||
<div id="folder.5.2.1">
|
||||
|
@ -391,7 +391,7 @@
|
||||
<p><img src="wb_img/vertline.png"><img src="wb_img/vertline.png"><img src="wb_img/blank.png"><img src="wb_img/nodelast.png"><a class="el" name="link283folder.5.1.10" href="pt/refman.html#uart_recv">recv</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<p><img src="wb_img/vertline.png"><img name="imgfolder.5.2" src="wb_img/plusnodelast.png" onclick="toggleFolder('folder.5.2')"><a name="link284folder.5.2" class="el" href="pt/platdepmodules.html">Dependentes de Plataforma</a></p>
|
||||
<p><img src="wb_img/vertline.png"><img name="imgfolder.5.2" src="wb_img/plusnodelast.png" onclick="toggleFolder('folder.5.2')"><a name="link284folder.5.2" class="el" href="pt/refman.html#platdepmodules">Dependentes de Plataforma</a></p>
|
||||
<div id="folder.5.2">
|
||||
<p><img src="wb_img/vertline.png"><img src="wb_img/blank.png"><img name="imgfolder.5.2.1" src="wb_img/plusnode.png" onclick="toggleFolder('folder.5.2.1')"><a name="link285folder.5.2.1" class="el" href="pt/refman.html#adcmodule">adc</a></p>
|
||||
<div id="folder.5.2.1">
|
||||
|
Loading…
x
Reference in New Issue
Block a user