Skip to content

v0.3.0

Compare
Choose a tag to compare
@caemor caemor released this 04 Apr 21:39

[v0.3.0] - 2019-04-04

Added

  • added eink to keywords
  • added reference to previous crate-name
  • improved readme/docs e.g. added reference to a few great arduino display libs for these epds
  • Added is_busy to Waveshare_Interface
  • Added IS_BUSY_LOW const for all supported epds
  • Added is_busy to DisplayInterface
  • Added VarDisplay (a variable buffersize display/graphic driver)
  • Updated and added more examples
  • add a feature gated alternative full lut for type_a displays

Removed

  • Removed all Buffers (Buffer1in54,...) and instead made specialised Displays (Display1in54,...) with included Buffers

Changed

  • Switch to 2018 edition
  • "cargo fix --edition" for the library
  • Use cargo fix edition-idioms and remove the internal renaming from embedded_hal to hal
  • moved width, height and default_background_color directly to epd4in2 module
  • remove pub from set_lut_helper function
  • fix behaviour of set_lut for epd2in9. it always sets the LUT now!