Using Adafruit SSD1306 library on WeAct Black Pill

This page summarizes the projects mentioned and recommended in the original post on /r/stm32

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Adafruit_SSD1306

    Arduino library for SSD1306 monochrome 128x64 and 128x32 OLEDs

  • Is the line (36 here) that I'm focusing on. In the original example, 'PB4, PA8' are replaced with '&Wire', to use the wire.h library default pins on the board. I've tried a fair few combinations of pins and references in the program, which is otherwise unmodified apart from the lines referring to using the serial port to talk to the computer being removed (lines 61 through 67), as the DFU bootloader can't talk using serial (as I have rather time consumingly learned already).

  • ssd1306

    Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms

  • 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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts