If you just want an animation library to draw animations on screen then goto the Library folder and install the completed version of this library. I have included some examples to make it easier for you to get started and the Library Reference is included in the Readme.md of the Library folder
REFERENCE: www.L33T.uk/U8G2
REFERENCE: https://www.youtube.com/watch?v=hP_Iinhm-J8&list=PLO2D4fDkIZCVG0tF_QvZqrIN6djy4-Z6i
The code in this repo is designed to support tutorials found in the below references.
Videos in this Series;
- Introduction
- Connecting an OLED Screen to a Arduino
- Creating XBM images for use in Arduino IDE (Icon Folder)
- Creating Animation's with U8G2 and Arduino IDE (Blocking_Animation Folder)
- Creating an Animation Class (NonBlocking_Class Folder)
- Turning the Class into a library (PL_Library Folder)
- Using the Library in Arduino IDE (PL_Library Folder)
- Tidying up the Class and Using PROGMEM
This video series will show you how to create animations with the U8G2 library using Arduino IDE. We will install the library, create bitmaps for use in Arduino IDE, animate the bitmaps then create a class and library enabling us to create animation objects and have multiple animations.