sambenko / esp32s3-box-examples

A repository of examples for esp32s3-box written in Rust
Apache License 2.0
17 stars 1 forks source link

DON'T MERGE - info only #6

Open georgik opened 1 year ago

georgik commented 1 year ago

Here are changes required to make the project running with SDL2 simulator of Embedded Graphics. In order to get simulator running, it's necessary to install SDL2 and set proper LIB value: https://github.com/embedded-graphics/simulator#setup

Then it's possible to run the project:

cargo run --target aarch64-apple-darwin

Important: Do not merge! This PR is for info only.