ssd1306
ssd1306 copied to clipboard
SSD1306 OLED driver
- MCU/other hardware in use: STM32h7 - Display resolution and interface: I2C, [128x64] ## Nonblocking I2C support Hello, I'm attempting to build an application that utilizes this library in conjunction...
- Version of `ssd1306` in use (if applicable): current git version ## Description of the problem/feature request/other I was stripping down my `Cargo.toml` to report a runtime problem with another...
(some relationship with #162.) - Version of `ssd1306` in use: recent git - MCU/other hardware in use: `blackpill 411` using a recent git version of `stm32f4xx_hal` (`no-std`) - Display resolution...
## PR description This merges in a community sample for using the library on a Raspberry Pi, along with a test `cross` build using GitHub Actions which are free for...
- Version of `ssd1306` in use (if applicable): ssd1305 - MCU/other hardware in use: [Adafruit 128x32 OLED Bonnet](https://www.adafruit.com/product/4567) - Display resolution and interface: I2C, 128x32 ## Description of the problem/feature...
- Version of `ssd1306` in use (if applicable): fork from recent git (15e47c135b ) - MCU/other hardware in use: bluepill and other ## Description of the problem/feature request/other I forked...
This should be a good test to exercise the driver. There's still the outstanding question of [how we organise examples](https://github.com/jamwaffles/ssd1306/issues/15#issuecomment-375501446) but having a variety should help people get up and...
- Version of `ssd1306` in use (if applicable): master ## Description of the problem/feature request/other If the addressing mode is set to `Page` only the currently selected page is cleared...
- Version of `ssd1306` in use (if applicable): Unknown - MCU/other hardware in use: GD32VF103 (PINE64 Pinecil), QUG 9616TSWCG02 - Display resolution and interface: I2C, 96x16 ## Description of the...
I'm pretty sure it's currently broken. There's a good solution in jamwaffles/embedded-graphics#160 which could also be used here. (copypasta from jamwaffles/sh1106#12)