diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 4f7833acdb2..7da1c86f77d 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).