Allows to display graphic status pages and browse them with rotary encoder.
I developped this library to run it on a Teensy 3.2 ARM board but it should be compatible with Arduino (not tested). The display I use is a OLED SSD 1322 (256x64 pixels) with grey shade, but you can change that and take advantage of all the displays supported by U8Glib.
Display : SSD1322 Buy Display ER-OLEDM032-1W fully compatible with NHD1322
This library use U8Glib.h and ClickEncoder.h in order to work, they are included in a separate ZIP file.
- Teensy 3.2 - Tested
- Teensy 3.5 - Tested
-
U8Glib supported devices
-
Converter for BDF fonts: bdf2u8g_101.exe on google drive.
-
U8glib documentation and tutorials
-
Arduino ClickEncoder library
-
Original ClickEncoder library for SparkCore