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