An Arduino library for creating menus on OLED displays using U8G2.
- Download the library as a ZIP file.
- In the Arduino IDE, go to
Sketch
->Include Library
->Add .ZIP Library...
. - Select the downloaded ZIP file.
Include the library in your sketch:
#include <U8G2OledMenu.h>