News

Arduino Menu/UI using OLED & Rotary Encoder. Contribute to JohnK168/Arduino_OLED_UI_menuSystem development by creating an account on GitHub.
Some code from playing around with getting a menu, or set of menus, to work by using a rotary encoder. The output of this is very specifically for a 128x32 OLED display that uses the SSD1306 chip.
Rotary encoder decode for Arduino It is amazing how many Arduino programmes for decoding rotary encoders start with something like: “I looked at all the available rotary encoder sketches and none of ...