This repository is based on ssd1315 which have not been updated for a long time.
SSD1315 driver
I2C and SPI (4 wire) driver for the the SSD1315 OLED driver.
SSD1315 is a smaller SSD1306 display driver, but this repo is much easier to use than the SSD1306 driver. Generally speaking, you can use the SSD1306 driver to drive the SSD1315 display.
SSD1315 is a display driver IC from Solomon Systech designed for small-size, monochrome OLED or PLED panels with a resolution of up to 128×64 pixels. More information about the SSD1315 can be found in the documentation: SSD1315.
Example
Here is a full example (the MCU model is STM32F411CEU6):
use nop;
use entry;
use ;
use panic_halt as _;
use *;
use ;
!
License
This software is distributed under GPL-3.0 license.
Contributing
Thank you for your interest in contributing to this project! If you find any bugs or have suggestions to improve this project, please open an issue or submit a pull request! :)