Documentation: Fix copy/paste error in NX graphics document. Noted by Henjiu Kang.

This commit is contained in:
Gregory Nutt
2018-01-20 07:11:33 -06:00
parent be3c2d1e36
commit e8e8914cab
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -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>