feat: add weather dashboard demo application#75
Open
aiduxiaoxiong wants to merge 4 commits intoopen-vela:devfrom
Open
feat: add weather dashboard demo application#75aiduxiaoxiong wants to merge 4 commits intoopen-vela:devfrom
aiduxiaoxiong wants to merge 4 commits intoopen-vela:devfrom
Conversation
- Home page: weather overview, animation, 24h chart, 7-day forecast - Detail page: environment gauges (temp/humidity/pressure/AQI), UV index, wind - Settings page: unit toggle, city selection, refresh interval - Main: app framework with navigation, page transitions, timers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Weather Dashboard Demo
A feature-rich weather dashboard application built with LVGL for the openvela platform.
Features
Architecture
MVC-like separation with reusable widget components:
weather_data(Model) — simulated weather data enginepage_home / page_detail / page_settings(View) — page lifecycle with create/update/destroyweather_dashboard_main(Controller) — app entry, navigation, timerschart_widget / gauge_widget— self-contained reusable componentsweather_anim— particle-based weather effect animationsFiles (10 source files)
Build
Dependencies