antonok-edm / ssd1309

SSD1309 driver for use with embedded_hal and (optionally) embedded_graphics
Apache License 2.0
9 stars 6 forks source link

landing page readme example is outdated #5

Closed HerrMuellerluedenscheid closed 10 months ago

HerrMuellerluedenscheid commented 2 years ago

The example is outdated: https://crates.io/crates/ssd1309

HerrMuellerluedenscheid commented 2 years ago

I don't know if this is worth mentioning somewhere but I put together an example using the tiva-c-launchpad + SSD1309 via SPI here: https://github.com/HerrMuellerluedenscheid/tm4c-oled-example

Hope that helps others to get started a bit faster than I did :)

HerrMuellerluedenscheid commented 2 years ago

Hey @antonok-edm, I also added an example for SSD1309 using the raspberrypi pico rp2040: https://github.com/HerrMuellerluedenscheid/rp2040-oled-1309-spi

Feel free to copy/link this in the examples. Hope this helps others.

antonok-edm commented 10 months ago

Closing as per https://github.com/antonok-edm/ssd1309/issues/4#issuecomment-967750112 - I just removed the README example altogether, since it was prone to get outdated anyways.

Also added your repos to the README in https://github.com/antonok-edm/ssd1309/commit/5e815ae28935adbb855bc206746d4a6c0fa04cf6 - thanks!