scrollphathd (1.2.1) stable; urgency=low

  * New: Exposed set_gamma method for user gamma correction
  * Improvement: Removed web API import to prevent hard dependency on Flask
  * Improvement: Many improvements to the HTTP API including autoscroll
  * Optimisation: write_string will calculate string size and grow buffer once to fit
  * Optimisation: set_graph will grow buffer to fit the graph
  * Bugfix: Fixed ASCII font to place accented characters at correct codepoints

 -- Phil Howard <phil@pimoroni.com>  Wed, 21 Mar 2018 00:00:00 +0000

scrollphathd (1.2.0) stable; urgency=low

  * New: Added set_font to set current font for all write_string calls
  * New: Added before_display argument to show to modify the display buffer

 -- Phil Howard <phil@pimoroni.com>  Mon, 12 Feb 2018 00:00:00 +0000

scrollphathd (1.1.1) stable; urgency=low

  * Bugfix: Removed Flask HTTP API entry_point to prevent bin file conflict between Python 2 and 3

 -- Phil Howard <phil@pimoroni.com>  Tue, 16 Jan 2018 00:00:00 +0000

scrollphathd (1.1.0) stable; urgency=low

  * New: Added Flask HTTP API
  * New: Init is deferred until the library is used

 -- Phil Howard <phil@pimoroni.com>  Thu, 11 Jan 2018 00:00:00 +0000

scrollphathd (1.0.1) stable; urgency=low

  * New: Added gamma correction

 -- Phil Howard <phil@pimoroni.com>  Fri, 12 May 2017 00:00:00 +0000

scrollphathd (1.0.0) stable; urgency=low

  * New: Added set_brightness to globally set maximum display brightness
  * New: Added get_buffer_shape to return internal buffer shape
  * New: Added get_shape to return display shape
  * New: Added set_clear_on_exit, pass True/False to set/clear
  * Improvement: draw_char no longer fills black pixels, which was incongruent with letter spacing
  * Improvement: '1' in font3x5 is now 3 pixels wide
  * Improvement: Monospacing option for fonts
  * Improvement: Fonts can now be indexed by char in addition to ordinal
  * Improvement: Clear now resets scroll position
  * Improvement: Fill now grows buffer and fills in single operations
  * Improvement: scroll(0,0) no longer enforces a default scroll
  * Improvement: width/height now private, reimplemented as read-only properties
  * Improvement: initialization now detects disabled i2c or missing pHAT and emits a friendly error
  * Improvement: cleared display sooner to mitigate flash of lit pixels on startup
  * Bugfix: Corrected default scroll direction
  * Bugfix: 90 and 270 degree rotations are no longer cropped to 7 pixels wide
  * Bugfix: Fixed missing version_info
  * Bugfix: Graph catches IndexError and gracefully ignores missing values

 -- Phil Howard <phil@pimoroni.com>  Tue, 13 Mar 2017 00:00:00 +0000

scrollphathd (0.0.1) stable; urgency=low

  * Initial release

 -- Phil Howard <phil@pimoroni.com>  Tue, 14 Feb 2017 00:00:00 +0000
