ZigEmbeddedGroup / microzig

Unified abstraction layer and HAL for several microcontrollers
zlib License
1.25k stars 102 forks source link

Implement 4-Wire SPI for SSD1306 #252

Open ikskuh opened 1 month ago

mattnite commented 1 month ago

@ikskuh please link datasheet

ikskuh commented 1 month ago

The datasheet is linked in the source code, and most stuff is already implemented. We're blocking on the writev refactoring which i'm currently on.

Afterwards, it shouldn't be that hard to implement as in theory, it's "just" removing the i2c prefix in all commands