The SerLCd 20x4 LCD display does not display and characters after
//Set backlight to bright white
lcd.setBacklight(255, 255, 255);
//Set contrast. Lower to 0 for higher contrast.
lcd.setContrast(5);
// clear the SerLCD and set the cursor position to 0,0
lcd.clear();
This code is executed none of the lcd.print will display on the screen.
I have tried multiple display with the same result.
Wrote the Hello World example and it works.
Any suggestion on what to ty next.