nopnop2002 / esp-idf-st7789

ST7789 Driver for esp-idf
MIT License
234 stars 56 forks source link

did you original this st7789 library? #29

Closed wjcarpenter closed 2 years ago

wjcarpenter commented 2 years ago

I'm curious if you created this st7789 library or if it's derived from something else. I'm asking because I'm planning to use it in a small project of my own, and I want to give proper credit in my documentation. (In any case, thanks for your work here.)

nopnop2002 commented 2 years ago

I developed it based on this.

These are all my originals.

https://github.com/nopnop2002/esp-idf-ili9340

The two repositories are very similar.

ST7789 only worked in SPI mode = 2, so I split the repository.

wjcarpenter commented 2 years ago

Thanks for confiming.