Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSD1306Driver higher level library for writting stuff on screen #755

Open
wlwatkins opened this issue Jun 22, 2020 · 0 comments
Open

SSD1306Driver higher level library for writting stuff on screen #755

wlwatkins opened this issue Jun 22, 2020 · 0 comments

Comments

@wlwatkins
Copy link

wlwatkins commented Jun 22, 2020

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 wlwatkins changed the title SSD1306Driver higher level library for writting SSD1306Driver higher level library for writting stuff on screen Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants