Move include/nuttx/fb.h to include/nuttx/video/fb.h

This commit is contained in:
Gregory Nutt 2013-12-10 09:23:54 -06:00
parent 5761d57f5f
commit 373d0317fb
4 changed files with 4 additions and 4 deletions

View File

@ -1589,7 +1589,7 @@ architecture/board-specific settings).
to know if the pixels pack from the MS to LS or from LS to MS
CONFIG_NX_LCDDRIVER
By default, NX builds to use a framebuffer driver (see
include/nuttx/fb.h). If this option is defined, NX will
include/nuttx/video/fb.h). If this option is defined, NX will
build to use an LCD driver (see include/nuttx/lcd/lcd.h).
CONFIG_LCD_MAXPOWER - The full-on power setting for an LCD
device.

View File

@ -41,7 +41,7 @@
************************************************************************************/
#include <nuttx/config.h>
#include <nuttx/fb.h>
#include <nuttx/video/fb.h>
#include <sys/types.h>
#include <assert.h>

View File

@ -43,7 +43,7 @@
#include <debug.h>
#include <nuttx/i2c.h>
#include <nuttx/fb.h>
#include <nuttx/video/fb.h>
#include <nuttx/video/ov2640.h>
#include "up_arch.h"

View File

@ -44,7 +44,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/fb.h>
#include <nuttx/video/fb.h>
#include <nuttx/input/touchscreen.h>
#include <nuttx/nx/nx.h>
#include <nuttx/nx/nxglib.h>