
SteveC
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by SteveC-
Hello,Thank you for the post explaining the function set command. I have the LCD basically working but I'm now trying to blink a particular character. I believe I have a solution but it will take m...
-
Dean, I'm using an Arduino Uno to drive the LCD. Here's my code for the Arduino with the original eval code commented out. *****************************************************///int main(vo...
-
Hi, The concept that I was not aware of was that the LCD is completely turned OFF after power-up and must be initialized by the software. In other words, the voltage converter and contrast are soft...
-
Hello Michael, Thank you for your suggestion. Changing the I2C address to 0x3C worked! I can see text on the LCD now. I'm sure we can make some progress now.
-
Thank you for your reply! I will run some tests tomorrow and post my results.