Skip to content

Releases: bernii/embedded-graphics-framebuf

v0.5.0

Choose a tag to compare

@bernii bernii released this 17 Jul 08:50

Added DMA Write Target support by @orukusaki

v0.4.0

Choose a tag to compare

@bernii bernii released this 04 Jun 20:31

contributions from @Alpha-3

  • ability to define buffer array in FrameBuf constructor (#19)
  • ability to redraw subregions of the buffer (#20)

v0.3.0

Choose a tag to compare

@bernii bernii released this 03 Jun 21:38

embedded-graphics updated to "0.8.0"

v0.2.0

Choose a tag to compare

@jounathaen jounathaen released this 02 Sep 10:04

Complete overhaul:

  • no-std compatible
  • Separated framebuffer and underlying data storage
  • DMA compatibility
  • Other minor changes

Includes major API changes!