Move include/nuttx/fb.h to include/nuttx/video/fb.h
This commit is contained in:
parent
24eaf2dd8f
commit
a2a8768a2d
@ -282,7 +282,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Any device with random accesss video memory using the NuttX framebuffer driver interface
|
Any device with random accesss video memory using the NuttX framebuffer driver interface
|
||||||
(see <code>include/nuttx/fb.h</code>).
|
(see <code>include/nuttx/video/fb.h</code>).
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Any LCD-like device than can accept raster line <i>runs</i> through a parallel or serial interface
|
Any LCD-like device than can accept raster line <i>runs</i> through a parallel or serial interface
|
||||||
@ -3235,7 +3235,7 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
|
|||||||
<dd>If a pixel depth of less than 8-bits is used, then NX needs
|
<dd>If a pixel depth of less than 8-bits is used, then NX needs
|
||||||
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
|
||||||
<dt><code>CONFIG_NX_LCDDRIVER</code>:
|
<dt><code>CONFIG_NX_LCDDRIVER</code>:
|
||||||
<dd>By default, NX builds to use a framebuffer driver (see <code>include/nuttx/fb.h</code>).
|
<dd>By default, NX builds to use a framebuffer driver (see <code>include/nuttx/video/fb.h</code>).
|
||||||
If this option is defined, NX will build to use an LCD driver (see <code>include/nuttx/lcd/lcd.h</code>).
|
If this option is defined, NX will build to use an LCD driver (see <code>include/nuttx/lcd/lcd.h</code>).
|
||||||
</li>
|
</li>
|
||||||
</dl>
|
</dl>
|
||||||
|
@ -3085,7 +3085,7 @@ extern void up_ledoff(int led);
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<p>
|
<p>
|
||||||
<b><code>include/nuttx/fb.h</code></b>.
|
<b><code>include/nuttx/video/fb.h</code></b>.
|
||||||
All structures and APIs needed to work with frame buffer drivers are provided in this header file.
|
All structures and APIs needed to work with frame buffer drivers are provided in this header file.
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
@ -3147,7 +3147,7 @@ extern void up_ledoff(int led);
|
|||||||
<p>
|
<p>
|
||||||
<b><code>include/nuttx/lcd/lcd.h</code></b>.
|
<b><code>include/nuttx/lcd/lcd.h</code></b>.
|
||||||
Structures and APIs needed to work with LCD drivers are provided in this header file.
|
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 <code>include/nuttx/fb.h</code>.
|
This header file also depends on some of the same definitions used for the frame buffer driver as privided in <code>include/nuttx/video/fb.h</code>.
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@ -6550,7 +6550,7 @@ int ret = sigaction(SIGCHLD, &sa, NULL);
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<code>CONFIG_NX_LCDDRIVER</code>:
|
<code>CONFIG_NX_LCDDRIVER</code>:
|
||||||
By default, NX builds to use a framebuffer driver (see <code>include/nuttx/fb.h</code>).
|
By default, NX builds to use a framebuffer driver (see <code>include/nuttx/video/fb.h</code>).
|
||||||
If this option is defined, NX will build to use an LCD driver (see <code>include/nuttx/lcd/lcd.h</code>).
|
If this option is defined, NX will build to use an LCD driver (see <code>include/nuttx/lcd/lcd.h</code>).
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
Reference in New Issue
Block a user