almindor / mipidsi

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

Revert clippy change for TestImage #94

Closed rfuest closed 5 months ago

rfuest commented 5 months ago

I would like the recent change to TestImage (https://github.com/almindor/mipidsi/commit/159a409e78eb666155420183d9dac223cd3fe184) be reverted and to instead make the new constructor const. We should still be able to implement the Default trait by deriving it.