daschl / ssd1327

A Rust display driver for the SSD1327
14 stars 6 forks source link

Migrate to embedded-graphics-core #7

Open plaes opened 2 years ago

plaes commented 2 years ago

This pull request migrates code to latest embedded-graphics API.

Please note that the Raspberry example is not tested on real hardware, I only have a 128x96 OLED display using I2C (which requires some API changes due to currently hardcoded display size).