DyadicGit / u8x8_example_128x32_OLED_display

u8x8 example on Arduino UNO R3 with a 128x32 I2C SSD1306 OLED display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

u8x8 example on Arduino UNO R3 with a 128x32 I2C OLED Display

Playground for u8x8lib on a I2C 128x32 OLED display based on SSD1306 drivers, which I bought on eBay.

image:

circuit:

Technologies used:


This repo also includes an examples folder of:

  • how to debounce a momentary button in an interrupt
  • how to debounce a momentary button in main loop
  • ..an alternative of the delay() function, how all we know it pauses the code in main loop by using an interrupt routine..
  • how to pass a function as a parameter in a function

About

u8x8 example on Arduino UNO R3 with a 128x32 I2C SSD1306 OLED display


Languages

Language:C++ 92.4%Language:C 7.6%