Take the 2-minute tour ×
Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

can anyone tell me why my adruino LCD displays either "wwwwww" or "ffffff" when I run my program? if I run the examples in the Arduino its working just fine, but once I run my code it gives me either "wwwwww" or "ffffff"

share

migration rejected from electronics.stackexchange.com May 10 at 1:26

This question came from our site for electronics and electrical engineering professionals, students, and enthusiasts. Votes, comments, and answers are locked due to the question being closed here, but it may be eligible for editing and reopening on the site where it originated.

closed as unclear what you're asking by sachleen May 10 at 1:26

Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question.If this question can be reworded to fit the rules in the help center, please edit the question.

    
Which LCD module (there are dozens, if not hundreds, of models)? Which LCD library? Please post your code, as well. –  Connor Wolf May 10 at 0:13
3  
It's because your code is bad. That's approximately as detailed of an answer as your question. –  Samuel May 10 at 1:12
    
If the example works but your code doesn't, then your code is bad. You'll need to show us your code for us to help. Please update your question with enough information for us to help. –  sachleen May 10 at 1:27
comments disabled on deleted / locked posts