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

no display, examples #12

Closed
zaidpirwani opened this issue Jun 3, 2016 · 7 comments
Closed

no display, examples #12

zaidpirwani opened this issue Jun 3, 2016 · 7 comments

Comments

@zaidpirwani
Copy link

Hi,
I am trying different libraries, Adafruit one (https://learn.adafruit.com/nokia-5110-3310-lcd-python-library/overview) and yours.

when I run any example, the screen
is blank and afterwards the Adafruit examples also show blank screen until I restart the screen - maybe something to do with the contrast setting, but am stuck.?

Please HELP, thanks.

@programmin1
Copy link

Same here. Are you also using the plug-in 5110 like the one sold on Sainsmart? http://www.sainsmart.com/sainsmart-pcd8544-shield-ram-8448-mini-lcd-display-84-48-for-raspberry-pi-b-b.html

@zaidpirwani
Copy link
Author

nah, I made the circuit on my own. but it works with the Adafruit library so the wiring is okay and the wiring for this library is same - so i dont think this is a HW issue.

My Circuit so far:
pi3-pimonboard

@rm-hull
Copy link
Owner

rm-hull commented Jun 8, 2016

Hi, There are a number of things you should check:

  • that the wiringPI library installed OK and all the other dependencies did too.
  • double check the pinouts - I am aware that there are different layouts for the various PCD8544 modules out there.
  • contrast is something someone else has suggested, but this can be changed easily in code, and the default is set quite high (i.e. quite dark)
  • I have checked this library on a RPI B and the B2 model, but not the 3rd gen - if you are using a 3rd gen it is entirely possible that some low level h/w changed, but the version of the library doesnt support that (I can merge the latest changes from wiringPI to see if this is the case)

@rm-hull
Copy link
Owner

rm-hull commented Jun 8, 2016

Ok, I have merged the latest wiringPi code (see rm-hull/wiringPi@ce2c58a) - can you try pulling the wiringPi again, rebuilding it, and trying again?

@programmin1
Copy link

Thanks, but I see the same behavior, no errors but nothing's happening running an example after install.

BTW Looks like that circuit is the one in the documentation README? What do the buttons do? Does this library require that wiring because mine is just a PCB with LCD, that plugs in to the pi pins.

@zaidpirwani
Copy link
Author

nah the buttons arent needed for running the examples, they are just there for my project - I needed buttons and other sensors and RTC etc.

See this: http://github.com/zaidpirwani/piMon Currently using the Adafruit LCD Library - will try the changes later today and report back.

@thijstriemstra
Copy link
Collaborator

A lot of changes have been made to this library. Please test with the latest and create a new issue if there's still a problem.

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

4 participants