Compare commits
3 Commits
acf99da972
...
no-std-and
| Author | SHA1 | Date | |
|---|---|---|---|
| f29522985d | |||
| 606e61c98e | |||
| d36de58e16 |
@@ -6,8 +6,14 @@ When flashed to a device, the application draws a message to the LCD screen.
|
||||
Steps used to generate this project
|
||||
|
||||
```bash
|
||||
cargo install cargo-generate
|
||||
cargo generate --git https://github.com/esp-rs/esp-idf-template.git --name no-std-lcd -d mcu=esp32 -d std=false
|
||||
cargo install esp-generate
|
||||
esp-generate --chip esp32 esp-gen-no-std
|
||||
```
|
||||
|
||||
You will also need to install [probe-rs](https://probe.rs/docs/getting-started/installation/)
|
||||
|
||||
```bash
|
||||
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-tools-installer.sh | sh
|
||||
```
|
||||
|
||||
Steps to build and flash this project
|
||||
|
||||
BIN
esp/rust/03_no-std-lcd/SSD1306.pdf
Normal file
BIN
esp/rust/03_no-std-lcd/SSD1306.pdf
Normal file
Binary file not shown.
@@ -1,11 +1,10 @@
|
||||
# esp/rust
|
||||
|
||||
// TODO: Verify project names
|
||||
```bash
|
||||
shaunrd0/klips/esp/rust
|
||||
├── 01_esp-idf-std # Template project for using ESP-IDF with std enabled.
|
||||
├── 02_esp-gen-no-std # Template project for ESP-IDF using no std.
|
||||
├── 03_no-std-lcd # Template project for ESP-IDF using no std.
|
||||
├── 01_esp-idf-std # Template project for using ESP-IDF with std enabled.
|
||||
├── 02_esp-gen-no-std # Template ESP32 project using no std.
|
||||
├── 03_no-std-lcd # Drawing to LCD using ESP32 no std.
|
||||
└── README.md
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user