Releases: sparkfun/SparkFun_HyperDisplay
Releases · sparkfun/SparkFun_HyperDisplay
v2.0.1
v2.0.0
v1.0.3
Gelling the API
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
andhdY
- Added constant identifiers for hardware vs window
hdH
andhdW
v1.0.1
Update library.properties
Initial release
This is the first release. Have at it y'all!