From 6e46efd4040aa68d1aad73cecab2c641d788223b Mon Sep 17 00:00:00 2001 From: Matteo Golin Date: Sun, 19 Jul 2026 09:53:30 -0400 Subject: [PATCH] docs/raspberrypi-4b: Document baromonitor configuration Documents the baromonitor configuration available on the RPi4B. Signed-off-by: Matteo Golin --- .../arm64/bcm2711/boards/raspberrypi-4b/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst b/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst index 86abe9e391e..843db7e846e 100644 --- a/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst +++ b/Documentation/platforms/arm64/bcm2711/boards/raspberrypi-4b/index.rst @@ -327,6 +327,15 @@ This configuration has the same warnings and limitations as those in the ``fb`` configuration, with the exception of the pixel gaps. This is because LVGL uses the dual-buffer approach to rendering. +baromonitor +----------- + +This configuration includes LVGL graphics over the HDMI frame buffer interface, +and includes the :doc:`baromonitor ` +example. It also includes the features from the ``bmp280`` configuration so that +the ``baromonitor`` example can display values read from the connected BMP280 +barometer. + cgol ----