mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Documentation: Fix copy/paste error in NX graphics document. Noted by Henjiu Kang.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<h1><big><font color="#3c34ec">
|
||||
<i>NX Graphics Subsystem</i>
|
||||
</font></big></h1>
|
||||
<p>Last Updated: October 17, 2017</p>
|
||||
<p>Last Updated: January 21, 2018</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -542,7 +542,7 @@ void nxgl_yuv2rgb(uint8_t y, uint8_t u, uint8_t v, uint8_t *r, uint8_t *g, uint8
|
||||
</pre></ul>
|
||||
<p>
|
||||
<b>Description:</b>
|
||||
Convert 8-bit RGB triplet to 8-bit YUV triplet.
|
||||
Convert 8-bit YUV triplet to 8-bit RGB triplet.
|
||||
</p>
|
||||
|
||||
<h3>2.2.3 <a name="nxglrectcopy"><code>nxgl_rectcopy()</code></a></h3>
|
||||
|
||||
Reference in New Issue
Block a user