Arduino library ERM19264_UC1609 1.4.0 released

  • Version 1.4.0 Feb 2022
    • drawBitmap() function is now set up for both horizontal and vertical addressed bitmap data, as per pull request #2 from Myaflick on github. Vertical is default. The addressing mode is changed by setDrawBitmapAddr(), new function.
    • Enum added for font name labels instead of raw numbers, This will cause font compiler warnings for sketch’s written on versions before 1.4.0 , The sketch’s will still compile and work, Simply replace font numbers with the relevant enum text labels to get rid of warnings.
    • A new function added for initialising a multibuffer struct , LCDinitBufferStruct(), backward compatible with old manual method.
  • Library for ERM19264_ LCD , UC1609 controller, here at github, Link.