diff options
| author | Georges Palauqui <[email protected]> | 2024-10-27 09:50:57 +0100 |
|---|---|---|
| committer | Georges Palauqui <[email protected]> | 2024-10-27 09:50:57 +0100 |
| commit | 66205fdd859b4c8607d0b6be9e4fcb27e8096493 (patch) | |
| tree | b1655fa4899c37bd28107270d39b149611697ef2 /examples/rp/Cargo.toml | |
| parent | b31648f2e59a68748e1c0f1408d1658a2e5e6a08 (diff) | |
update spi_display example for rp
Diffstat (limited to 'examples/rp/Cargo.toml')
| -rw-r--r-- | examples/rp/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index 6a2c99716..b55b20c63 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -37,10 +37,10 @@ cortex-m = { version = "0.7.6", features = ["inline-asm"] } | |||
| 37 | cortex-m-rt = "0.7.0" | 37 | cortex-m-rt = "0.7.0" |
| 38 | critical-section = "1.1" | 38 | critical-section = "1.1" |
| 39 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 39 | panic-probe = { version = "0.3", features = ["print-defmt"] } |
| 40 | display-interface-spi = "0.4.1" | 40 | display-interface-spi = "0.5.0" |
| 41 | embedded-graphics = "0.7.1" | 41 | embedded-graphics = "0.8.1" |
| 42 | st7789 = "0.6.1" | 42 | mipidsi = "0.8.0" |
| 43 | display-interface = "0.4.1" | 43 | display-interface = "0.5.0" |
| 44 | byte-slice-cast = { version = "1.2.0", default-features = false } | 44 | byte-slice-cast = { version = "1.2.0", default-features = false } |
| 45 | smart-leds = "0.4.0" | 45 | smart-leds = "0.4.0" |
| 46 | heapless = "0.8" | 46 | heapless = "0.8" |
