khjtony@gmail.com [nuttx]
2018-01-20 02:12:00 UTC
I found a minor typo error in NX Graphics Subsystem section, 2.2.2 nxgl_yuv2rgb() function that its comment needs to be modified from:
Description: Convert 8-bit RGB triplet to 8-bit YUV triplet.
to
Description: Convert 8-bit YUV triplet to 8-bit RGB triplet.
Description: Convert 8-bit RGB triplet to 8-bit YUV triplet.
to
Description: Convert 8-bit YUV triplet to 8-bit RGB triplet.