Skip to content

Releases: bernii/embedded-graphics-framebuf

v0.5.0

17 Jul 08:50
Compare
Choose a tag to compare

Added DMA Write Target support by @orukusaki

v0.4.0

04 Jun 20:31
Compare
Choose a tag to compare

contributions from @Alpha-3

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

v0.3.0

03 Jun 21:38
Compare
Choose a tag to compare

embedded-graphics updated to "0.8.0"

v0.2.0

02 Sep 10:04
Compare
Choose a tag to compare

Complete overhaul:

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

Includes major API changes!