SSD1315
The SSD1315 OLED driver.
Compatibility
This driver is developed for SSD1315, but it is also compatible with SSD1306. Please note that SSD1315 doesn't support parallel ports like 6800 and 8080, which means you cannot use parallel ports when using this crate.
As developed from scratch, this driver only supports new features provided by embedded-hal 1.0.0, on the contrary, that means this driver doesn't compatible with non-upgraded hal libraries (e.g. stm32f1xx-hal, which hasn't upgraded to embedded-hal 1.0.0 yet so far).
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 anywhere contains bugs or any ideas that can make this project better and more effect, please open an issue or commit a pull request! :)