Closed HeMan closed 3 weeks ago
Name | Link |
---|---|
Latest commit | 0af04e9d533edc18e04fb39713b9fb85f97b7e88 |
Latest deploy log | https://app.netlify.com/sites/esphome/deploys/672d333d36a4d200089f6468 |
Deploy Preview | https://deploy-preview-4416--esphome.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
The pull request introduces significant updates to the LVGL cookbook documentation, enhancing clarity and structure. New sections and examples demonstrate the functionality of LVGL widgets with Home Assistant, including a grid layout for the weather forecast panel, dynamic linking of text labels to Home Assistant entities, and features to manage screen timeout and prevent burn-in. The documentation is refined for better accessibility and navigation.
File | Change Summary |
---|---|
cookbook/lvgl.rst |
- Added new section: Weather forecast panel with grid layout. |
- Added new section: Turn off screen when idle. | |
- Added new section: Prevent burn-in of LCD. |
next
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description:
The Weather forecast panel didn't work due to pad_column being in the wrong place
Related issue (if applicable): fixes
Pull request in esphome with YAML changes (if applicable): esphome/esphome#
Checklist:
[ ] I am merging into
next
because this is new documentation that has a matching pull-request in esphome as linked above.or
[x] I am merging into
current
because this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature.[ ] Link added in
/index.rst
when creating new documents for new components or cookbook.