embedded-graphics / examples

Embedded graphics examples
Apache License 2.0
29 stars 6 forks source link

Add an eg-seven-segment example #18

Open rfuest opened 2 years ago

rfuest commented 2 years ago

Add an example for the eg-seven-segment crate.

@jamwaffles I'm not sure if we already discussed this in the past, but did we agree that this repo should demonstrate the e-g ecosystem and not only the main embedded-graphics crate? I seem to remember we talked about this when we added the e-t example.

My opinion is that we should advertise the additional functionality provided by other crates by adding a limited number of examples to this repo (in most cases one should be enough). Any advanced features can be demonstrated in further examples in the crates repo, which would be linked from the docs on top of the examples that were added to this repo.

jamwaffles commented 2 years ago

I remember we talked about this too. I believe the outcome was that we should indeed demonstrate the wider ecosystem, so this issue makes sense.