Skip to content

Commit 858619e

Browse files
linguini1simbit18
authored andcommitted
docs/platforms/raspberrypi-4b: Document cgol configuration
Documents the newly added `cgol` configuration for playing with Conway's Game of Life. Signed-off-by: Matteo Golin <[email protected]>
1 parent c38e8dd commit 858619e

File tree

1 file changed

+12
-2
lines changed
  • Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b

1 file changed

+12
-2
lines changed

Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,9 @@ fb
219219
--
220220

221221
Configuration with graphics support in the form of a frame buffer driver for the
222-
two HDMI outputs. This configuration is equipped with the ``fb`` frame buffer
223-
example, which displays some centered, colourful rectangles on the screen.
222+
two HDMI outputs. This configuration is equipped with the :doc:`fb
223+
</applications/examples/fb/index>` example, which displays some centered,
224+
colourful rectangles on the screen.
224225

225226
.. warning::
226227

@@ -257,3 +258,12 @@ but could be modified to boot into your own LVGL application.
257258
This configuration has the same warnings and limitations as those in the ``fb``
258259
configuration, with the exception of the pixel gaps. This is because LVGL uses
259260
the dual-buffer approach to rendering.
261+
262+
cgol
263+
----
264+
265+
This configuration includes the :doc:`/applications/games/cgol/index` game
266+
application. It renders a Game of Life simulation to the HDMI video output.
267+
Since this configuration also enables the frame buffer, it comes with the same
268+
limitations as those in ``fb``. However, the ``cgol`` application is double
269+
buffered, so it will not experience any rendering artifacts.

0 commit comments

Comments
 (0)