File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 219219--
220220
221221Configuration 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.
257258This configuration has the same warnings and limitations as those in the ``fb ``
258259configuration, with the exception of the pixel gaps. This is because LVGL uses
259260the 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.
You can’t perform that action at this time.
0 commit comments