Documentation: Fix copy/paste error in NX graphics document. Noted by Henjiu Kang.
This commit is contained in:
parent
be3c2d1e36
commit
e8e8914cab
|
@ -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>
|
||||
|
|
|
@ -46,7 +46,8 @@ On Board Debug Support
|
|||
There is a simple application available at Mikroe that will allow you
|
||||
to write .hex files via the USB HID bootloader. However, in order to
|
||||
use the bootloader, you will have to control the memory map so that the
|
||||
downloaded code does not clobber the bootloader.
|
||||
downloaded code does not clobber the bootloader code FLASH, data
|
||||
memory, exception vectors, etc.
|
||||
|
||||
At this point, I have found no documentation describing how to build
|
||||
the code outside of the Mikroe toolchain for use with the Mikroe
|
||||
|
|
Loading…
Reference in New Issue