#tinygo #tinygo_keeb
https://github.com/tinygo-org/drivers/pull/767

ssd1306: avoid unnecessary heap allocations by ysoldak · Pull Request #767 · tinygo-org/drivers
This re-uses internal buffer to avoid unnecessary heap allocations in ssd1306 driver Switches away from the legacy I2C interface. See similar: #766 Draft since not tested in all configurations (I2C...