fix(deps): update rust crate ssd1306 to 0.10 #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.7
->0.10
Release Notes
rust-embedded-community/ssd1306 (ssd1306)
v0.10.0
Compare Source
Changed
DisplaySize64x32
to the preludeembedded-hal-bus
dependency to 0.3.0Fixed
async
feature is enabled.write_str
in mode/terminal.rs from last() to next_back (see double_ended_iterator_last)async
is enabled, theembedded_hal_async::i2c::I2c
is used instead ofembedded_hal::i2c::I2c
so the I2C can be sharedembassy-executor
to 0.7.0embassy-executor
feature "integrated-timer". See https://github.com/embassy-rs/embassy/blob/main/embassy-executor/CHANGELOG.mdembassy-executor
from git to crates.ioembassy-stm32
to 0.2.0embassy-stm32
from git to crates.ioembassy-time
to 0.4.0embassy-time
from git to crates.iotinybmp
to 0.5.0v0.9.0
Compare Source
embedded-hal
1.0.0.embedded-hal
1.0.0 traits.async
feature.Added
Ssd1306::release(self)
to release the contained i2c interface.Changed
from circleci to github actions. Adjust urls now repository is hosted on
rust-embedded-community. Update code and config for modern rust and tools
v0.8.4
Compare Source
Fixed
BufferedGraphicsMode::clear(On)
such that it fills all pixels withOn
, not only some.v0.8.3
Compare Source
Changed
BasicMode::clear
to clear insmall batches instead of one big write. This drops RAM requirement by ~900b and fixes issues on
MCUs with less than 1Kb of RAM.
TerminalMode
to use lookup byASCII code instead of per-character match when searching for glyph. This may save up to 3.5Kb of
compiled code on AVR MCUs.
v0.8.2
Compare Source
Fixed
behaviour for rotated displays.
v0.8.1
Compare Source
Added
Ssd1306::set_invert
to invert thescreen pixels
v0.8.0
Compare Source
Added
Brightness::custom()
is now publiclyavailable.
Fixed
Changed
Ssd1306::reset
signature.
0.4
BufferedGraphicsMode::clear
has been renamed toclear_buffer
.DI: WriteOnlyDataCommand
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.