-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Any example about LiquidCrystal I2C Library ? #47
Comments
Not LiquidCrystal library, but I got working OLED i2c display with ssd1306 driver by slightly modding Adafruit libraries. I plan to post it on github soon after some aftertouch. |
Cool! |
It would be fantastic if someone could investigate getting the u8glib working. The chaps over at nodeMCU have it working on their lua stuff... I tried to look into their code to see what they might have done... but there is no real hint of it.. I wouldn't know what I'm doing anyway! |
@ManiackCZ can you share you work with the Oled display ? that would be really appreciated |
@ManiackCZ +1 for me, I really want to use the I2C OLED display on my ESP8266! Would be super if you could share it! |
@ManiackCZ https://github.com/ManiackCZ and one more please - every time On 11 May 2015 at 16:35, rvbcrs [email protected] wrote:
|
First of all, thank you for your interest in that library and sorry I didn´t responded earlier, but unfortunetely, I am having my high school leaving exams and I had no time for coding due to preparation for them. But since I am having them next week (19th of May), I promise I will get back into that library as soon as I can after I pass my exams (hopefully). I will try my best to publish that code ASAP, and since I need to do just few tweaks, examples, licence stuff and few tests (i2c library was changed to new one since then), i think its managable. |
Good luck in the exams............. On 12 May 2015 at 14:42, ManiackCZ [email protected] wrote:
|
Hi, Cheers |
When using the OLED displays with Arduino, I seem to remember that the Just a thought... On 21 May 2015 at 12:48, tzapu [email protected] wrote:
|
with the help of the esp8266 guys@ficeto added this fork that works now for me and can drive a ssd1306 from an esp https://github.com/ficeto/Adafruit_SSD1306 maybe it helps someone |
I am trying to use it to drive an lcd but my sta wont get an ip address
Another one of these darn 0.0.0.0 issues. hmmm |
Not using I2C but you will have to remove this startup delay from the liquidcrystal library. Or add a long enough delay before lcd.begin to allow wifi to run. |
Closing per #3655 . |
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: