Skip to content
Snippets Groups Projects
Commit faac7eaf authored by patacongo's avatar patacongo
Browse files

Fixe backward selection of BPP

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1336 42af7a65-404d-4744-a932-0658087f49c3
parent fada746d
No related branches found
No related tags found
No related merge requests found
......@@ -317,13 +317,13 @@ CONFIG_NET_RESOLV_ENTRIES=4
CONFIG_NXGRAPHICS=y
CONFIG_NX_MULTIUSER=n
CONFIG_NX_NPLANES=1
CONFIG_NXGLIB_DISABLE_1BPP=n
CONFIG_NXGLIB_DISABLE_2BPP=n
CONFIG_NXGLIB_DISABLE_4BPP=n
CONFIG_NXGLIB_DISABLE_8BPP=y
CONFIG_NXGLIB_DISABLE_16BPP=n
CONFIG_NXGLIB_DISABLE_24BPP=n
CONFIG_NXGLIB_DISABLE_32BPP=n
CONFIG_NXGLIB_DISABLE_1BPP=y
CONFIG_NXGLIB_DISABLE_2BPP=y
CONFIG_NXGLIB_DISABLE_4BPP=y
CONFIG_NXGLIB_DISABLE_8BPP=n
CONFIG_NXGLIB_DISABLE_16BPP=y
CONFIG_NXGLIB_DISABLE_24BPP=y
CONFIG_NXGLIB_DISABLE_32BPP=y
CONFIG_NXGL_PACKEDMSFIRST=n
CONFIG_NX_MOUSE=n
CONFIG_NX_KBD=n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment