MabezDev / ssd1351

A Driver crate for the SSD1351, which drives 128x128 colour displays
16 stars 14 forks source link

Assertion fails for 128x96 devices. #27

Closed markszente closed 1 month ago

markszente commented 1 month ago

https://github.com/MabezDev/ssd1351/blob/650dec5e408e143104c33aad53145fbf4e25f4b5/src/builder.rs#L58

The right expression should probably depend on display_size instead of being hardcoded for 128x128.