Skip to content
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

Open
zvpdev opened this issue Nov 17, 2017 · 4 comments
Open

Text displaying issue #3

zvpdev opened this issue Nov 17, 2017 · 4 comments

Comments

@zvpdev
Copy link

zvpdev commented Nov 17, 2017

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:

MacBookPro:testapp zvp$ ./lcd2usb
-- LCD2USB test application --
-- (c) 2006 by Till Harbaum --
-- http://www.harbaum.org/till/lcd2usb --
Found LCD2USB device on bus 020 device 022.
Echo test successful!
Firmware version 1.9
Installed controllers: CTRL0
Keys: 0:off 1:off

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?

@harbaum
Copy link
Owner

harbaum commented Nov 17, 2017

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.

@zvpdev
Copy link
Author

zvpdev commented Nov 20, 2017

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.

@harbaum
Copy link
Owner

harbaum commented Nov 20, 2017

So your 1*16 display is slightly 'odd'. But this sounds like you can easily work around this.

@ConiKost
Copy link
Contributor

ConiKost commented May 8, 2023

I guess, we can close here? :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants