almindor / mipidsi

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

Add support for the ILI9342C #25

Closed jessebraham closed 1 year ago

jessebraham commented 1 year ago

First off, thank you for your work on this project! I had previously attempted to implement this driver from scratch and lost motivation, however it was trivial to implement in this repository.

The ILI9342C is used by the ESP32-S3-BOX, which is what I used for verification. Based on some very simple testing this seems to be working as intended.

Some notes on this implementation:

If you'd like anything changed or added please let me know!

almindor commented 1 year ago

Thank you! I'll have a closer look in a day or two.