Skip to content

Releases: sparkfun/SparkFun_HyperDisplay

v2.0.1

29 Jan 17:27
Compare
Choose a tag to compare

Providing default font support to targets that don't suppport <avr/pgmspace.h>

v2.0.0

31 Dec 20:38
Compare
Choose a tag to compare

Require Control of SW Access

v1.0.3

25 Nov 22:42
Compare
Choose a tag to compare

Change name for dependencies

Gelling the API

20 Feb 19:41
Compare
Choose a tag to compare

The main purpose of this release is to begin solidifying the API so that future changes will not affect compatibility.

Now is the time to suggest any big changes or additions because by the next release there will be a much dependency on code that exists out in the wild. So please, take this time to suggest anything that might really be needed!

Additional Features

  • Added buffered drawing - this means that windows may have an associated data buffer and they may be put into buffered mode where drawing functions will write to memory, rather than hardware. The buffered drawings can be shown all at once with 'show()'
  • Added constant identifiers for the axes - hdX and hdY
  • Added constant identifiers for hardware vs window hdH and hdW

v1.0.1

21 Aug 20:57
0402eee
Compare
Choose a tag to compare
Update library.properties

Initial release

17 Aug 18:09
Compare
Choose a tag to compare

This is the first release. Have at it y'all!