I guess this is not the first post about solving issues with the LCD display.
I've passed two days trying to make the LCD 20x4 bluedark display working properly. I've checked and used all libraries and codes related without exit.
I've attached photos of my Arduino connection and the libraries from my folder. I've removed all used libraries about LCD to understand with the default one LiquidCrystal is enough. The address of my LCD is 0x3F with SDA to SDA and SCL to SCL (for MEGA version).
The closest to success was two lines with black squares, however, turning the potenciometer it did not show anything. I'm using Arduino IDE 1.8.7.
REM14:
I guess this is not the first post about solving issues with the LCD display.
You are dead right there!
REM14:
I've passed two days trying to make the LCD 20x4 bluedark display working properly. I've checked and used all libraries and codes related without exit.
I do not see the HD44780 library in that list. That - Bill, bperrybap's library - is the only one you should be using, installed via the IDE library manager and you do not need to alter or remove any others. It includes full examples on how it is to be used.
REM14:
I've attached photos of my Arduino connection and the libraries from my folder. I've removed all used libraries about LCD to understand with the default one LiquidCrystal is enough. The address of my LCD is 0x3F with SDA to SDA and SCL to SCL (for MEGA version).
How do you know the address then?
REM14:
The closest to success was two lines with black squares, however, turning the potentiometer it did not show anything.
Was the backlight on? Check that you are getting 5 V to the correct two pins on the backpack. If connected, the contrast potentiometer should always change something.
Don't think we need your library (which would not solve the problem anyway as you do not know which backpack is in use and do not actually comprehend the problem)!
As I explained, Bill "bperrybap" who posts here routinely, has done a substantial body of work with these displays and produced a library which is simply and reliably installed through the Arduino IDE itself as "HD44780", which facilitates accurate and easy detection of hardware configuration as REM14 has found and is thus the only sensible way to drive these displays, with due respect and credit to the past work of fmalpartida.