-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text displaying issue #3
Comments
That's not a problem with the lcd2usb itself. Lcd2usb just forwards commands from the pc. And this part works just fine. Otherwise you wouldn't get any output. So your display is either broken or differs otherwise from the standard. Try set it up as a 4x20 display instead of 1x16. Then fill it completely with text and check if the other 8 characters come to life. Perhaps your display just arranges the characters differently in memory. |
If I set the mode to 2x16 (4x20) for 1x16, the first line is displayed in the first 8 characters, the second line in the second 8 symbols of the display. Tested work with displays 2x16 and 4x20 - all successfully. |
So your 1*16 display is slightly 'odd'. But this sounds like you can easily work around this. |
I guess, we can close here? :-) |
Thanks for the work done and the provided schema and source code.
I try to connect the display 1x16. When I run the test program (in OS X) I get the result in the console:
But only the first 8 positions on the left are used on the display, the remaining 8 are just empty. If I start LCD Smartie in Windows, everything works, but the situation is similar - only the first 8 characters. What could be the problem?
The text was updated successfully, but these errors were encountered: