rust-embedded-community / ssd1306

SSD1306 OLED driver
Apache License 2.0
286 stars 68 forks source link

Remove unwraps, replace with `as` coercion #105

Closed jamwaffles closed 4 years ago

jamwaffles commented 4 years ago

Hi! Thank you for helping out with SSD1306 development! Please:

PR description

Removes the unwraps() in DrawTarget. Reduces .text section when running cargo bloat --example graphics from 54.4KiB to 54.0KiB.

In release mode, that goes from 13.6KiB to 13.2KiB.