Closed jose1711 closed 7 months ago
I'll consider this for a future release, but TBH it's easy enough to call set_angle()
right after instantion and the setting is retained until it's changed in code.
The thing is that set_angle()
only works for matrix display while 180 rotation should be possible for segment display as well due to their horizontal symmetry.
Ah well, if that's what you want, that's a different thing. That's adding set_angle()
to the segment driver. I'll take a look at that.
This will be in the next release.
Is the rotate()
function supported on the 1.2inch Adafruit displays?
I see it mentioned here: https://smittytone.net/docs/ht16k33_segment.html#HT16K33Segment.rotate
But not: https://smittytone.net/docs/ht16k33_segmentbig.html
It is not, which is why it's not mentioned on that driver's page. But I'll take a look at adding it in.
Would it be possible to add support for 180 degree rotation (defined at object instantiation)