summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sim/README.txt')
-rw-r--r--nuttx/configs/sim/README.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/nuttx/configs/sim/README.txt b/nuttx/configs/sim/README.txt
index 511a3b80f..8e8fe42f1 100644
--- a/nuttx/configs/sim/README.txt
+++ b/nuttx/configs/sim/README.txt
@@ -34,6 +34,23 @@ nx
cd <nuttx-directory>/tools
./Configure.sh sim/nx
+ Special simulated framebuffer configuration options:
+
+ CONFIG_SIM_X11FB - Use X11 window for framebuffer
+ CONFIG_SIM_FBHEIGHT - Height of the framebuffer in pixels
+ CONFIG_SIM_FBWIDTH - Width of the framebuffer in pixels.
+ CONFIG_SIM_FBBPP - Pixel depth in bits
+
+ NOTES:
+ - If CONFIG_SIM_X11FB is selected then CONFIG_SIM_FBBPP must
+ match the resolution of the display.
+ - For whatever value of CONFIG_SIM_FBBPP is selected, then
+ the corresponing CONFIG_NXGLIB_DISABLE_*BPP setting must
+ not be disabled.
+ - The default in defconfig is to use a generic memory buffer
+ for the framebuffer. defconfig-x11 is an example with X11
+ support enabled.
+
ostest
The "standard" NuttX examples/ostest configuration. This