gobot
gobot copied to clipboard
SSD1306Driver higher level library for writting stuff on screen
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))