almindor / mipidsi

MIPI Display Serial Interface unified driver
MIT License
108 stars 46 forks source link

Improve readme example code #51

Open alyti opened 1 year ago

alyti commented 1 year ago

Based on this article that covered use of this library the following changes from it's summary could be applied to the current readme:

These changes would improve beginner journey.

almindor commented 1 year ago

I can have a look, one problem is that a "real" example case would need to use some sort of specific embedded-hal implementation to get the SPI for example. That would bring a whole tree of dependencies in, and would be generally useless as an example because it'd only work for people with that setup anyhow.

almindor commented 1 year ago
  • mipidsi documentation should not reference the no-longer-used Rgb666 color type

What do you mean with this exactly? Rgb666 is a valid color, it's just RawU18 that will go away AFAIK