Hello my LCD stopped displaying texts I don't know what is the problem
note: it used to work 2 days ago just fine
I even tried adjusting the little things on the backpack back but with no results, i just get brighter and lighter squares
I even tried to change the wires but still not working
Reported Arduino Revision: 1.8.13
CPU ARCH: AVR - F_CPU: 16000000
SDA digital pin: 18 A4
SCL digital pin: 19 A5
Checking for required external I2C pull-up on SDA - YES
Checking for required external I2C pull-up on SCL - NO
Checking for I2C pins shorted together - Not Shorted
WARNING: I2C requires external pullups for proper operation
It may appear to work without them, but may be unreliable and slower
Do not be surprised if it fails to work correctly
Install external pullup resistors to ensure proper I2C operation
Scanning i2c bus for devices..
Total I2C devices found: 0
No I2C devices found
Hmmm. Interesting case. I do agree that it looks like there is an issue with the connection/wire on the SCL pin.
I guess I should update the diagnostic sketch to output something about a possible connection issue or broken wire if it "sees" a pullup on one signal but not the other.
That will go on the "to do" list for an update to the diagnostic sketch.