Skip to content

Releases: timfi/dotmatrix

v0.2.0 – Display Abstraction

22 Aug 11:44
Compare
Choose a tag to compare
Pre-release
  • Adds Display protocol to describe the low level drawing interface.
  • Adds 3 implementations of the Display protocol
    • display.Braille: as the name implies, this is existing "display mode"
    • display.Block: renders using unicode block charaters
    • display.Unit: renders using two given charaters for each state (0 vs. 1)

v0.1.1 – Badged up readme!

16 Aug 17:11
Compare
Choose a tag to compare
Pre-release

Added some badges to the readme!

v0.1.0 – Inital Alpha Release

16 Aug 17:00
Compare
Choose a tag to compare
Pre-release

Initial Alpha Release! 🥳

Presenting a python library for drawing things using Braille characters.

Note that this release has been janked from PyPI due to ambiguous license declarations!