Distinguish differenc RGB16 types

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1303 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-11-25 20:52:10 +00:00
parent 26e636d6b1
commit 3d2019c88f
+2 -2
View File
@@ -71,7 +71,7 @@
#elif CONFIG_SIM_FBBPP == 8
# define FB_FMT FB_FMT_RGB8
#elif CONFIG_SIM_FBBPP == 16
# define FB_FMT FB_FMT_RGB16
# define FB_FMT FB_FMT_RGB16_565
#elif CONFIG_SIM_FBBPP == 24
# define FB_FMT FB_FMT_RGB24
#elif CONFIG_SIM_FBBPP == 32
@@ -184,7 +184,7 @@ struct fb_vtable_s g_fbobject =
****************************************************************************/
/****************************************************************************
* Name:
* Name: up_getvideoinfo
****************************************************************************/
static int up_getvideoinfo(FAR struct fb_vtable_s *vtable,