Move include/nuttx/fb.h to include/nuttx/video/fb.h
This commit is contained in:
parent
5761d57f5f
commit
373d0317fb
@ -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.
|
||||
|
@ -41,7 +41,7 @@
|
||||
************************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/fb.h>
|
||||
#include <nuttx/video/fb.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <assert.h>
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user