Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 503 Bytes

readme.md

File metadata and controls

29 lines (21 loc) · 503 Bytes

Demo car dashboard

Build for Raspberry Pi 4/5

 cross build \
  --release \
  --bin car-dashboard \
  --target=aarch64-unknown-linux-gnu \
  --features slint/renderer-skia,slint/backend-linuxkms-noseat 

Build for Web

wasm-pack build --release -d ../_site/pkg --target web dashboard/

Upload

scp target/aarch64-unknown-linux-gnu/release/car-dashboard <rpi-user>@<rpi-ip>:.

For debug

SLINT_DEBUG_PERFORMANCE=refresh_full_speed,overlay