gobot icon indicating copy to clipboard operation
gobot copied to clipboard

SSD1306Driver higher level library for writting stuff on screen

Open wlwatkins opened this issue 4 years ago • 0 comments

Hi, is there a higher level library to simply write strings and move graphics on the screen or must that be implemented by the user? I thinking something in the lines of https://github.com/sachingorade/go-oled-i2c

ps: I'm using the i2c through an arduino board

firmataAdaptor := firmata.NewAdaptor("/dev/ttyACM0")
oled := i2c.NewSSD1306Driver(firmataAdaptor, i2c.WithAddress(0x3c))

wlwatkins avatar Jun 22 '20 12:06 wlwatkins