From b2802b43f6f0282c13c6e9775f67d5eb1a86c741 Mon Sep 17 00:00:00 2001 From: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com> Date: Wed, 27 May 2026 18:25:33 +1000 Subject: [PATCH] Add verification note for LVGL configuration --- src/content/docs/components/lvgl/index.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content/docs/components/lvgl/index.mdx b/src/content/docs/components/lvgl/index.mdx index 595da9a421..aa089e8863 100644 --- a/src/content/docs/components/lvgl/index.mdx +++ b/src/content/docs/components/lvgl/index.mdx @@ -31,6 +31,11 @@ Check out the detailed examples in [the Cookbook](/cookbook/lvgl#lvgl-cookbook) ## TL;DR +> [!NOTE] +> It is strongly recommended that you verify correct display and LVGL configuration on a new device by using this example +> *before* attempting to add your own content. Check that the display colors match the example image (layout will vary +> depending on display dimensions.) + To get started, it is sufficient to add a display and an empty LVGL configuration. If neither `pages` nor `widgets` is specified, then a default "hello world" page will be shown. ```yaml