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
605 stars 188 forks source link

HD44780: Fix 4-Bit Initialization and Reset Pins After Read #361

Closed dwmunster closed 2 years ago

dwmunster commented 2 years ago

Fixes #359 and #360.

deadprogram commented 2 years ago

Thanks for the fixes @dwmunster now merging.