Skip to main content

Crate embedded_wg_display

Crate embedded_wg_display 

Source

Modulesยง

__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.

Staticsยง

ESP_APP_DESC
Application metadata descriptor.

Functionsยง

panic ๐Ÿ”’
start_ap_mode ๐Ÿ”’
start_station_mode ๐Ÿ”’
widget_runner ๐Ÿ”’
Renderer task look that is spawned on the second core