Skip to content

Releases: pimoroni/st7036

Version 1.4.4

06 Feb 13:45
Compare
Choose a tag to compare
  • Bugfix: Set cursor position after creating a char

Version 1.4.3

07 Nov 15:37
Compare
Choose a tag to compare

This version includes a __version__ string and represents the first release to the Raspbian apt repository.

Version 1.4.2

14 Sep 13:44
Compare
Choose a tag to compare

This version includes a very minor change to the clear and set_cursor_position methods. A delay of 1.5ms has been added to more than account for the documented 1.08ms max execution time for these commands.

Previously characters immediately following a clear or home call would be ignored, leading to things like "ello World" and "uch Rainbow." These small delays leave ample room for the previous commands to finish, and prevent weird offsetting errors.

These problems were most prominent on the Pi 3, which could execute the Python code fast enough to drop multiple characters into oblivion!