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
584 stars 180 forks source link

Add support for TC1602A-01T #669

Open RiRa12621 opened 2 months ago

RiRa12621 commented 2 months ago

The data sheet is attached.

This makes sense, as it's the default screen sold with the arduino iot package --> https://store.arduino.cc/products/iot-bundle

TC1602A-01T.pdf

If there are no objections, I'll try to work on it, but might need some help along the way.