I have an LCD display 128x64 St7567s i2c.
But i didn't find how to use it.
Please help me:
Print "Hello World" in display,
Clear the text,
Draw pixels in display,
Clear these pixels,
Change size of text font,
Change used font,
Adjust the display contrast.
Hello... the same thing.
An I2C issue ? I tried to find the right address with a scanner code (for example "Programme I2C_Scanner.ino" found here : LOCODUINO - Bibliothèque Wire : I2C)
result : nothing with this device. Would you try too ?
What display do you use?
My display from aliexpress had zener diodes soldered in (which reduced the voltage on the i2c bus to 2.2 volts) and because of this it often froze.
and if I'm not mistaken I think I'd already read something about this trick. It's just a bit worrying because there's no way back!
But I'll try it tomorrow, it's always better than an unusable screen...
I'll be back to tell the result
and welcome here (great idea really... thanks a lot for this first post!)
I was only able to get this display to work (using this library) with a Nano after removing D1 and D2 from the board. It displays the test patterns fine. I had also tried I2C detect with a Raspberry Pi as I expected 3.3V logic level but it didn't show up with or without the diodes.