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

Nodemcu and ssd1327 i2c #380

Closed
Sambutcher opened this issue Jan 12, 2016 · 3 comments
Closed

Nodemcu and ssd1327 i2c #380

Sambutcher opened this issue Jan 12, 2016 · 3 comments

Comments

@Sambutcher
Copy link

Hello,

I tried to made a seeedstudio Grove 96' oled screen (based on ssd1327) work on nodemcu v1.0.

I compiled a firmware with u8glib ssd1327_96x96_gr_i2c. Connectivity parameters are: SDA on pin 2, SDL on PIN 1 (due to Grove connection), and sla=0x3c.

Alter initialIsing i2c, only the declaration (disp=u8g.u8glib ssd1327_96x96_gr_i2c(0x3c)) made the screen react (Black and white dots), but I'm unable to write or change anything then with u8g subfunctions. Strangely, when I send i2c commands directly (with i2c.write ...), it seems to work (I was able to turn the screen off for exemple).

To complete, I tried before with the Seeedstudio library for Arduino and it works well (but for Arduino code and I want to use LUA!)

Any ideas about this issue?

Thank you for help,

Samuel

@devsaurus
Copy link

@Sambutcher I'd propose to investigate this issue first in the context of NodeMCU since it might be more an integration topic than a native u8glib issue.
If you agree then let's continue at devsaurus/nodemcu-firmware#8 to avoid unnecessary traffic here.

@devsaurus
Copy link

This issue can be closed.

@olikraus
Copy link
Owner

olikraus commented Mar 6, 2016

ok

@olikraus olikraus closed this as completed Mar 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants