Arduino libraries and sketches.
JLed is an Arduino library to control LEDs. It uses a non-blocking approach and can control LEDs in simple (on/off) and complex (blinking, breathing) ways in a time-driven manner.
A lightweight, no-frills logging library for Arduino & friends.
LOG("hello, log4arduino.");
LOG("use %s formatting: %d %c %d %c %d", "printf", 9, '+', 1, '=', 10);
- ssd1306_sample_adafruit - sample code for ssd1306 based oled display. see wiki for detailed information
- ssd1306_sample_u8g - sample code for ssd1306 based oled display. see wiki for detailed information
Driver for 8x8 RGB LED matrix.
- see wiki for detailed information
An 8x8 LED RGB matrix based on WS2812 "NeoPixels".
The Wemos D-Duino is a ESP8266 board with an integrated SSD1306 OLED display connected via I2C.
- see example sketch for an example on how to use it with the u8g2 library.