almindor / mipidsi

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

readme claims #126

Closed liebman closed 2 months ago

liebman commented 2 months ago

The README claims that:

External crates can be used to provide additional models

However some fields in ModelOptions have no public accessors making that not possible, one example: invert_colors.

rfuest commented 2 months ago

Thanks for reporting this. I've created a PR that should fix this issue and make it possible to implement Model externally: #127