Skip to content

Display rotation/mirroring + new examples

Latest
Compare
Choose a tag to compare
@bartoszbielawski bartoszbielawski released this 21 Mar 19:06
· 9 commits to master since this release

This release contains one new major feature:

  • ability to invert displays along X (display-, and segment-wise) and along Y axis.

Please note that the constructor has been changed. An extra parameter (3rd) was added to specify mode and the frame buffer pointer is now the 4th param. For most people - those who didn't provide their own buffers - nothing changes.

And two new examples:

  • a faster marquee based on display scrolling (by James),
  • another marquee example, this time using Adafruit_GFX library.