Skip to content

Releases: DIYODEmag/DIYsplay

Release v0.1.7

26 Sep 23:15
Compare
Choose a tag to compare
Release v0.1.7 Pre-release
Pre-release

Functional Changes

  • Added stopListening() and listen() functions. This will help when dealing with multiple serial lines, such as in the GPS example sketch.

Documentation Changes

  • Added info about DIYsplay pinouts and communication configurations.

Full Changelog: v0.1.5...v0.1.7

Release v0.1.5

04 Sep 22:34
Compare
Choose a tag to compare
Release v0.1.5 Pre-release
Pre-release

Updated README file, and also incremented library version (again!).

Release v0.1.4

31 Aug 23:12
Compare
Choose a tag to compare
Release v0.1.4 Pre-release
Pre-release

This library has primarily focused on moving the DIYsplay library to using the SoftwareSerial library internally.

Using the hardware serial line was causing problems with the Serial Monitor, so we replaced it with the Software Serial line. It is still possible to use Hardware Serial and even AltSoftSerial through an expanded constructor. Pins have been moved to D3-D6.

Enjoy!

Release v0.1.3

23 Aug 00:47
Compare
Choose a tag to compare
Release v0.1.3 Pre-release
Pre-release

Full Changelog: v0.1.2...v0.1.3

Release v0.1.2

23 Aug 00:46
Compare
Choose a tag to compare
Release v0.1.2 Pre-release
Pre-release

Minor changes to help with code readability and added more reliable data type for setScreen() and setData() command.

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

23 Aug 00:25
Compare
Choose a tag to compare
Release v0.1.1 Pre-release
Pre-release

Bugfixes of Important Commands such as setScreen()

  • Fixed-size parameters such as uint16_t need to be implemented for correct cross-platform functionality.
  • Most functionality works, but relying on some functions such as getNumWidgets() may not be reliable.

Release v0.1.0

22 Aug 02:12
Compare
Choose a tag to compare
Release v0.1.0 Pre-release
Pre-release

This is the first release of the DIYsplay library. This is a pre-release so expect bugs and minor issues with the library. If you want to contribute, feel free to fork the library and edit the code for additional changes.

Enjoy!