nrf-rs / nrf-hal

A Rust HAL for the nRF family of devices
Apache License 2.0
484 stars 134 forks source link

Update embedded-graphics requirement from 0.4.7 to 0.8.1 in /examples/twi-ssd1306 #456

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Updates the requirements on embedded-graphics to permit the latest version.

Release notes

Sourced from embedded-graphics's releases.

embedded-graphics-v0.8.1

Changed

  • (technically breaking) #731 Bump MSRV to 1.71.1
  • #730 Made the following methods const:
    • MonoFontStyleBuilder::font
    • MonoFontStyleBuilder::underline
    • MonoFontStyleBuilder::strikethrough
    • MonoFontStyleBuilder::reset_text_color
    • MonoFontStyleBuilder::reset_background_color
    • MonoFontStyleBuilder::reset_underline
    • MonoFontStyleBuilder::reset_strikethrough
    • MonoTextStyle::new
Changelog

Sourced from embedded-graphics's changelog.

[0.8.1] - 2023-08-10

Changed

  • (technically breaking) #731 Bump MSRV to 1.71.1
  • #730 Made the following methods const:
    • MonoFontStyleBuilder::font
    • MonoFontStyleBuilder::underline
    • MonoFontStyleBuilder::strikethrough
    • MonoFontStyleBuilder::reset_text_color
    • MonoFontStyleBuilder::reset_background_color
    • MonoFontStyleBuilder::reset_underline
    • MonoFontStyleBuilder::reset_strikethrough
    • MonoTextStyle::new

[0.8.0] - 2023-05-14

Added

  • #592 Add support for defmt behind a feature (defmt).
  • #612, #699 Added GetPixel trait and implementations for ImageRaw and Framebuffer.
  • #621 Added Rgb666 and Bgr666 color type support.
  • #641 Added Line::with_delta constructor.
  • #656 Added Rgb666 and Bgr666 conversions.
  • #673 Added Framebuffer.
  • #709 Added Image::with_center.
  • #710 Added AnchorX, AnchorY, AnchorPoint::x, AnchorPoint::y and AnchorPoint::from_xy.
  • #710 Added Rectangle::resized_width, Rectangle::resized_height, Rectangle::anchor_x and Rectangle::anchor_y.

Changed

  • (breaking) #660 Remove RawU18 color storage type and use RawU24 in is place for Rgb666 and Bgr666.
  • #639 Made the following functions const:
  • (breaking) #690 Remove ImageRaw::new_binary const helper method. ImageRaw::new can now be used in const contexts, so use it instead of new_binary.
  • #639, #690 Made the following functions const:
    • Point::component_mul
    • Point::component_div
    • Size::saturating_add
    • Size::saturating_sub
    • Size::component_mul
    • Size::component_div
    • BinaryColor::invert
    • BinaryColor::is_on
    • BinaryColor::is_off
    • Rectangle::with_center
    • Rectangle::is_zero_sized
    • RawDataSlice::new
    • MonoTextStyle::new
    • Arc::with_center
    • Arc::from_circle

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)