rust-embedded-community / ssd1306

SSD1306 OLED driver
Apache License 2.0
282 stars 69 forks source link

add get_pixel & toggle_pixel & extract shared code #194

Open thomas725 opened 10 months ago

thomas725 commented 10 months ago

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

PR description

alternative to https://github.com/jamwaffles/ssd1306/pull/193 that also contains a toggle_pixel function.