mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
docs/raspberrypi-4b: Add NXDoom configuration docs
Document the features and limitations of the NXDoom configuration. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
This commit is contained in:
parent
5da1e3eec3
commit
de4f3bf92c
1 changed files with 21 additions and 0 deletions
|
|
@ -293,6 +293,27 @@ colourful rectangles on the screen.
|
|||
``CONFIG_BCM2711_FB_FORCE_RESOLUTION=y`` to force the request of your
|
||||
configured default resolution instead.
|
||||
|
||||
nxdoom
|
||||
------
|
||||
|
||||
This configuration combines features from the ``sd`` and ``fb`` configurations,
|
||||
and includes the NuttX port of DOOM, :doc:`/applications/games/nxdoom/index`.
|
||||
Place the WAD file you wish to play on the SD card partition with the NuttX
|
||||
kernel and other files. You can then play via
|
||||
|
||||
.. code:: console
|
||||
|
||||
nsh> nxdoom -iwad /sd/doom1.wad
|
||||
|
||||
.. warning::
|
||||
|
||||
There are currently no input devices on the Raspberry Pi 4B which make DOOM
|
||||
playable, so you can only stare at the menu for now. Patches welcome!
|
||||
|
||||
The Pi's framebuffer rendering causes some small artifacts in the player
|
||||
window. This would need DMA-based rendering or double-buffered rendering to
|
||||
improve most likely. Patches also welcome!
|
||||
|
||||
lvgl
|
||||
----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue