mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
Clean-up and document NX configuration settings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1420 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -76,9 +76,9 @@
|
||||
* the smallest common pixel representation:
|
||||
*/
|
||||
|
||||
#if !defined(CONFIG_NXGLIB_DISABLE_32BPP) || !defined(CONFIG_NXGLIB_DISABLE_24BPP)
|
||||
#if !defined(CONFIG_NX_DISABLE_32BPP) || !defined(CONFIG_NX_DISABLE_24BPP)
|
||||
typedef uint32 nxgl_mxpixel_t;
|
||||
#elif !defined(CONFIG_NXGLIB_DISABLE_16BPP)
|
||||
#elif !defined(CONFIG_NX_DISABLE_16BPP)
|
||||
typedef uint16 nxgl_mxpixel_t;
|
||||
#else
|
||||
typedef ubyte nxgl_mxpixel_t;
|
||||
|
||||
Reference in New Issue
Block a user