RobTillaart / HT16K33

Arduino Library for HT16K33 4x7segment display
MIT License
24 stars 6 forks source link

investigate support for 4 x 14 display #30

Closed RobTillaart closed 4 months ago

RobTillaart commented 6 months ago

(issue created after email request) The library currently only supports 4 x 7 segment displays.

There exist however many 4 x 14 segment displays like

Q: is it possible to support these in this library?

Q: can the user define its own char map?

Constraints:

These constrains indicate that the derived class (or stand alone class) is the first way to explore.

RobTillaart commented 5 months ago

There appears to be 4x14 displays with different pin mappings (via email). I have a Seeeduino 4x14 display that is not "pin compatible" with this 7 segment library. This Seeeduino display has its own MIT licensed library, so I have to think what the added value would be of "my own" version.

RobTillaart commented 4 months ago

@RobTillaart Cannot think of an added functionality / value in my own library so for now I close this issue.