tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
604 stars 188 forks source link

Driver for GC9A01 Display #442

Closed lmatte7 closed 6 months ago

lmatte7 commented 2 years ago

Hello! I'd like to contribute a new driver for the GC9A01 driver for a round display. I've started some preliminary work, but wanted to open an issue first to make sure I wasn't duplicating any other work (per the CONTRIBUTING.md file.

deadprogram commented 2 years ago

Round display? Cool... Yes, please, and thank you!

rcbadiale commented 1 year ago

Hey lmatte7, I was going to start looking into this display, did you had any progress?

If you need any help please let me know.

lmatte7 commented 1 year ago

I did make some progress! There’s a PR merged now that’s waiting for a release https://github.com/tinygo-org/drivers/pull/452

rcbadiale commented 1 year ago

Cool! I didn't noticed it in dev, sorry for bothering!

I will take a look at what you've done.

Thank you very much for your work!

lmatte7 commented 1 year ago

No worries! I’m glad there are some other people using these cool little displays 😄

lmatte7 commented 6 months ago

Oh I didn't realize this was still open! Closing since it was resolved with #452