Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2023

Bumps embedded-graphics from 0.7.1 to 0.8.0.

Release notes

Sourced from embedded-graphics's releases.

embedded-graphics-v0.8.0

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
    • Arc::to_circle
    • Circle::with_center
    • Ellipse::with_center
    • Sector::with_center
    • Sector::from_circle
    • Sector::to_circle
    • Styled::new
    • ImageRaw::new
    • ImageRaw::data_width
    • Image::new
    • FancyDisplay::new
    • MockDisplay::get_pixel
    • MonoFont::mime
    • MonoFont::glyph_mapping
    • MonoTextStyleBuilder::new
    • MonoTextStyleBuilder::text_color

... (truncated)

Changelog

Sourced from embedded-graphics's changelog.

[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
    • Arc::to_circle
    • Circle::with_center
    • Ellipse::with_center
    • Sector::with_center
    • Sector::from_circle
    • Sector::to_circle
    • Styled::new
    • ImageRaw::new
    • ImageRaw::data_width
    • Image::new
    • FancyDisplay::new
    • MockDisplay::get_pixel
    • MonoFont::mime
    • MonoFont::glyph_mapping
    • MonoTextStyleBuilder::new

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [embedded-graphics](https://github.com/embedded-graphics/embedded-graphics) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/embedded-graphics/embedded-graphics/releases)
- [Changelog](https://github.com/embedded-graphics/embedded-graphics/blob/master/CHANGELOG.md)
- [Commits](embedded-graphics/embedded-graphics@embedded-graphics-v0.7.1...embedded-graphics-v0.8.0)

---
updated-dependencies:
- dependency-name: embedded-graphics
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 15, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2023

Superseded by #461.

@dependabot dependabot bot closed this Aug 28, 2023
@dependabot dependabot bot deleted the dependabot/cargo/embedded-graphics-0.8.0 branch August 28, 2023 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant