mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2601 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -1092,4 +1092,5 @@
|
|||||||
5.4 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
5.4 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
* include/nuttx/lcd.h - Defines an LCD interface.
|
* include/nuttx/lcd.h - Defines an LCD interface.
|
||||||
|
* graphics/nxglib/fb and lcd - Support LCD and framebuffer rasterizers for NX.
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<tr align="center" bgcolor="#e4e4e4">
|
<tr align="center" bgcolor="#e4e4e4">
|
||||||
<td>
|
<td>
|
||||||
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
||||||
<p>Last Updated: April 14, 2010</p>
|
<p>Last Updated: April 16, 2010</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1692,6 +1692,7 @@ buildroot-1.8 2009-12-21 <spudmonkey@racsa.co.cr>
|
|||||||
nuttx-5.4 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
nuttx-5.4 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
* include/nuttx/lcd.h - Defines an LCD interface.
|
* include/nuttx/lcd.h - Defines an LCD interface.
|
||||||
|
* graphics/nxglib/fb and lcd - Support LCD and framebuffer rasterizers for NX.
|
||||||
|
|
||||||
pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ void NXGL_FUNCNAME(nxgl_fillrectangle,NXGLIB_SUFFIX)
|
|||||||
|
|
||||||
for (row = 0; row < nrows; row++)
|
for (row = 0; row < nrows; row++)
|
||||||
{
|
{
|
||||||
/* Draw the entire raster line */
|
/* Draw the raster line at this row */
|
||||||
|
|
||||||
(void)pinfo->putrun(row, rect->pt2.x, g_runbuffer, ncols);
|
(void)pinfo->putrun(row, rect->pt2.x, g_runbuffer, ncols);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user