[RESOLVED] My LCD doesn't show text. Arduino

MrChips

Joined Oct 2, 2009
30,805
Ok. Next step is to run your with initialization only. Don't send any text as yet.
Run the initialization code and you should see two rows.
If you have requested a cursor you should see the cursor on the first position (underline, box, flashing - depending on what you selected).

If you do not see this then the problem is either the initialization code or your wiring.

Edit: Albert beat me to it.
 

MrChips

Joined Oct 2, 2009
30,805
Slow down. You are responding faster than anyone of us can type.
Take some time to look at your code and find a way of debugging your code by yourself.
Wait at least 5 minutes before firing off another request for more help.
 

Thread Starter

filipmr

Joined Jan 2, 2021
64
Thank you all

Ok, the first problem was that I didnt solder it(that was dumb, connection was bad.....)and 2. i put the text in loop instead of setup
And sorry that I didnt tell you that i didnt solder it, i think thats the reason that recttangles werent showing
 
Top