Skip to main contentCrate embedded_wg_display
Source - __main ๐
- display ๐
- Display driver abstraction for the ESP32-S3-BOX.
- http_client ๐
- Async HTTPS client using
reqwless and embassy-net. - http_server ๐
- Web UI and REST API server using picoserve.
- renderer ๐
- Widget rendering loop, executes widgets and displays their information on the screen.
- runtime ๐
- Wasmtime WebAssembly Component Model runtime for widget execution.
- storage ๐
- NVS-backed persistent storage for widget binaries, system config, and WiFi credentials.
- util ๐
- Utility modules: global state, time synchronisation, and SHA-256 hashing.
- widget ๐
- Widget installation, removal, and remote store access.
- wifi ๐
- WiFi station mode driver.
- ESP_APP_DESC
- Application metadata descriptor.
- panic ๐
- start_ap_mode ๐
- start_station_mode ๐
- widget_runner ๐
- Renderer task look that is spawned on the second core