Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/content/docs/components/lvgl/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Comment on lines +34 to +37
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe I am biased, but I personally prefer the original wording to the suggestion by copilot 🤷‍♂️


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
Expand Down
Loading