diff --git a/ChangeLog b/ChangeLog index 174876fc22..c6c3819a4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1465,7 +1465,7 @@ Dean Camera. * examples/nsh: Correct an usage of getopt(): If you stop calling getopt() before all parameters are parsed, you can leave getopt() in a strange state. - * include/nuttx/fb.h: Restore missing RGB type that was accidentally removed + * include/nuttx/video/fb.h: Restore missing RGB type that was accidentally removed when Nokia 6100 support was added. * Rename arch/pjrc-8051 to arch/8051 * configs/ne64badge: Add a configuration for the Future Electronics Group @@ -6185,4 +6185,6 @@ ISI peripheral usign the OV2640 camera (2013-12-9). * arch/arm/src/a1x/chip/a1x_uart.h: A10 UART register definition header file (2013-12-9). + * include/nuttx/video/fb.h: Move fb.h to include/nuttx/video/ + (2013-12-10). diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 4f7833acdb..7da1c86f77 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -282,7 +282,7 @@
include/nuttx/fb.h
).
+ (see include/nuttx/video/fb.h
).
CONFIG_NX_LCDDRIVER
:
- include/nuttx/fb.h
).
+ include/nuttx/video/fb.h
).
If this option is defined, NX will build to use an LCD driver (see include/nuttx/lcd/lcd.h
).
- include/nuttx/fb.h
.
+ include/nuttx/video/fb.h
.
All structures and APIs needed to work with frame buffer drivers are provided in this header file.
include/nuttx/lcd/lcd.h
.
Structures and APIs needed to work with LCD drivers are provided in this header file.
- This header file also depends on some of the same definitions used for the frame buffer driver as privided in include/nuttx/fb.h
.
+ This header file also depends on some of the same definitions used for the frame buffer driver as privided in include/nuttx/video/fb.h
.
CONFIG_NX_LCDDRIVER
:
- By default, NX builds to use a framebuffer driver (see include/nuttx/fb.h
).
+ By default, NX builds to use a framebuffer driver (see include/nuttx/video/fb.h
).
If this option is defined, NX will build to use an LCD driver (see include/nuttx/lcd/lcd.h
).