Skip to content

Rev 2.0.0 Release

Latest
Compare
Choose a tag to compare
@Electro707 Electro707 released this 14 Oct 04:27
v2.0.0
be9f868

Rev 2.0.0 of this library some minor API change (and thus the new major rev), and some new features, including:

  • Better-documentation, including generated GIF images of what the display would do with the code ran
  • Fixed pgm_read_byte for other non-AVR cores
  • Removed rotateIndividualDislay from the setup class, it's called as it's own function
  • Added an option for vertical displays
  • Fixed some SPI settings
  • Added the following new functions:
    • setRowPixel
    • clearRowPixel
    • setColumnPixel
    • clearColumnPixel