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
|
to know if the pixels pack from the MS to LS or from LS to MS
|
||||||
CONFIG_NX_LCDDRIVER
|
CONFIG_NX_LCDDRIVER
|
||||||
By default, NX builds to use a framebuffer driver (see
|
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).
|
build to use an LCD driver (see include/nuttx/lcd/lcd.h).
|
||||||
CONFIG_LCD_MAXPOWER - The full-on power setting for an LCD
|
CONFIG_LCD_MAXPOWER - The full-on power setting for an LCD
|
||||||
device.
|
device.
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
#include <nuttx/fb.h>
|
#include <nuttx/video/fb.h>
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
#include <nuttx/i2c.h>
|
#include <nuttx/i2c.h>
|
||||||
#include <nuttx/fb.h>
|
#include <nuttx/video/fb.h>
|
||||||
#include <nuttx/video/ov2640.h>
|
#include <nuttx/video/ov2640.h>
|
||||||
|
|
||||||
#include "up_arch.h"
|
#include "up_arch.h"
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
#include <nuttx/fb.h>
|
#include <nuttx/video/fb.h>
|
||||||
#include <nuttx/input/touchscreen.h>
|
#include <nuttx/input/touchscreen.h>
|
||||||
#include <nuttx/nx/nx.h>
|
#include <nuttx/nx/nx.h>
|
||||||
#include <nuttx/nx/nxglib.h>
|
#include <nuttx/nx/nxglib.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user