jonblack / arduino-menusystem

Arduino library for implementing a menu system
MIT License
194 stars 85 forks source link

Add example of use with OLED display which is based on the SSD1306 driver IC #80

Open xunker opened 6 years ago

xunker commented 6 years ago

This is an example of of using Arduino-Menusystem with an SSH1306-based OLED module. These are the most common OLED displays seen on eBay, Amazon, etc.

It uses the SSD1306Ascii library to communicate with the display.

I added a Makefile but I have not tested it. I have tested the sketch using the Arduino IDE (v1.9.0 beta), a 128x64 display, and an ATMEGA328P.