#Library Provides a screen buffer and provides an higher level interface to LCD Screens.

#Install To download.

  • Click the DOWNLOADS button in the top right corner, rename the uncompressed folder SimpleScreen.
  • Check that the SimpleScreen folder contains SimpleScreen.cpp and SimpleScreen.h.
  • Place the SimpleScreen library folder your /libraries/ folder.
  • You may need to create the libraries subfolder if its your first library.
  • Restart the IDE.

#Example Alphabet-Screen.ino simply writes A-J to each column and repeats for each row.

This is the same example that exists in the NokiaLCD library, with the exception that the SimpleScreen class is now used.

#License (c) Michael Caughey, 2016

The Library is licensed under a Creative Commons Attribution 3.0 License.