lcdgfx
ssd1306
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
lcdgfx
-
I finally understand enough about programming to make this simple little 3d starfield running on just an arduino
Using the lcdgfx library to handle the lowest level stuff. Implemented basic 'real 3D' rendering from this example from a buddy (for Pico8). The 3d projection math was a lot simpler than I thought it would be!
ssd1306
-
Using Adafruit SSD1306 library on WeAct Black Pill
The solution was an alternative library (https://github.com/lexus2k/ssd1306) which I found through here. It just needed wired to the default pins. Got a lot more to do with the black pill, group project for a prototype ECG
-
Display Menu on SSD1306 OLED display and select options by using Buttons need to do in esp-idf.
Check out this library: https://github.com/lexus2k/ssd1306 It has suppot for rendering menus. Here is an example sketch with menus: https://github.com/lexus2k/ssd1306/blob/master/examples/direct_draw/menu_demo/menu_demo.ino
What are some alternatives?
esp8266-oled-ssd1306 - Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
TFT_eSPI - Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips
Attiny85 - RubberDucky like payloads for DigiSpark Attiny85
Tiny4kOLED - Library for an ATTiny85 to use an SSD1306 powered, double buffered, 128x32 pixel OLED, over I2C
SerialTransfer - Arduino library to transfer dynamic, packetized data fast and reliably via Serial, I2C, or SPI
rpi-openwrt-packages - This repo contains packages for wiringpi and i2ctools / python-smbus for use in OpenWRT / Raspberry Pi
u8g2-kendryte-sdk-hal - u8g2 HAL (Hardware Abstraction Layer) ported for Kendryte SDK (K210). Currently the hw I2C protocol with DMAC support is available for use. SPI & SW bit-banging support (for I2c & SPI) is still in devlopment.
SI4735 - SI473X Library for Arduino
LibSSH-ESP32 - Libssh SSH client & server port to ESP32 Arduino library
TaskScheduler - Cooperative multitasking for Arduino, ESPx, STM32, nRF and other microcontrollers
SparkFun_Micro_OLED_Arduino_Library - Arduino library for the SparkFun Micro OLED - a breakout board for a monochrome, 0.66", 64x48 OLED display.