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

Any example about LiquidCrystal I2C Library ? #47

Closed
ly0 opened this issue Apr 4, 2015 · 14 comments
Closed

Any example about LiquidCrystal I2C Library ? #47

ly0 opened this issue Apr 4, 2015 · 14 comments

Comments

@ly0
Copy link

ly0 commented Apr 4, 2015

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@LonerDan
Copy link

LonerDan commented Apr 4, 2015

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.

@mperez4
Copy link

mperez4 commented Apr 4, 2015

Cool!

@sticilface
Copy link
Contributor

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!

@gaelperon
Copy link

@ManiackCZ can you share you work with the Oled display ? that would be really appreciated

@rvbcrs
Copy link

rvbcrs commented May 11, 2015

@ManiackCZ +1 for me, I really want to use the I2C OLED display on my ESP8266! Would be super if you could share it!

@duncan-a
Copy link

@ManiackCZ https://github.com/ManiackCZ and one more please - every time
I try to modify anything, it breaks!!!

On 11 May 2015 at 16:35, rvbcrs [email protected] wrote:

@ManiackCZ https://github.com/ManiackCZ +1 for me, I really want to use
the I2C OLED display on my ESP8266! Would be super if you could share it!


Reply to this email directly or view it on GitHub
#47 (comment).

@LonerDan
Copy link

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.

@duncan-a
Copy link

Good luck in the exams.............

On 12 May 2015 at 14:42, ManiackCZ [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.


Reply to this email directly or view it on GitHub
#47 (comment).

@tzapu
Copy link
Contributor

tzapu commented May 21, 2015

Hi,
I am also very interested in this.

Cheers

@duncan-a
Copy link

When using the OLED displays with Arduino, I seem to remember that the
entire display memory is buffered in the Arduino's RAM (?). If the OLED is
being used with the ESP8266, can it use the Flash (the Olimex boards have
16MB, so there's plenty of space).

Just a thought...

On 21 May 2015 at 12:48, tzapu [email protected] wrote:

Hi,
I am also very interested in this.

Cheers


Reply to this email directly or view it on GitHub
#47 (comment).

@tzapu
Copy link
Contributor

tzapu commented May 22, 2015

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

@tablatronix
Copy link
Contributor

I am trying to use it to drive an lcd but my sta wont get an ip address

0.0.0.0
31
f r0, scandone
0.0.0.0
31
f r0, scandone
0.0.0.0
31
f r0, scandone
0.0.0.0
31
f r0, scandone
0.0.0.0
31
f r0, scandone
0.0.0.0
31
f r0, scandone
0.0.0.0
31
f r0, scandone
0.0.0.0
31
f r0, scandone
0.0.0.0
31
f r0, scandone
0.0.0.0
31
f r0, scandone
0.0.0.0
31
f r0, 

Another one of these darn 0.0.0.0 issues.

hmmm

@tablatronix
Copy link
Contributor

Not using I2C but you will have to remove this startup delay from the liquidcrystal library.
delayMicroseconds(50000);

Or add a long enough delay before lcd.begin to allow wifi to run.

@devyte
Copy link
Collaborator

devyte commented Oct 20, 2017

Closing per #3655 .

@devyte devyte closed this as completed Oct 20, 2017
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

10 participants