mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 07:04:34 +00:00
![]() * Extend the cspell word list * Remove those extensions from individual source files * white-list licenses and such as we should not meddle with those * Fix spelling |
||
---|---|---|
.. | ||
src | ||
ui | ||
build.rs | ||
Cargo.toml | ||
index.html | ||
README.md |
See the MCU backend Readme to see how to run the example on a smaller device like the Raspberry Pi Pico.
The example can run with the mcu simulator with the following command
cargo run -p energy-monitor --no-default-features --features=simulator --release
display weather data
To display real weather data in the demo an application key from https://www.weatherapi.com/ is needed. The api key can be injected by settings the
WEATHER_API
environment variable. With the WEATHER_LAT
and WEATHER_LONG
variable position can be set, default is Berlin.