diff --git a/README.md b/README.md index 211a80b..21eb2a5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Example of LVGL in Rust compiling to WASM. The same project can run natively and in the browser. -Access the live version [here](https://rafaelcaricio.github.io/lvgl-rs-wasm). +Access the web live version [here](https://rafaelcaricio.github.io/lvgl-rs-wasm). + +![Project Running Natively](docs/images/native.png) ## Setup diff --git a/docs/images/native.png b/docs/images/native.png new file mode 100644 index 0000000..4ecc08d Binary files /dev/null and b/docs/images/native.png differ diff --git a/docs/images/web.png b/docs/images/web.png new file mode 100644 index 0000000..126450e Binary files /dev/null and b/docs/images/web.png differ