... Change that now but still cant get it to work... #!/usr/bin/env python import wiringpi wiringpi.wiringPiSetupGpio def main(): print "test" ... I haven't tried Inputs yet, but those numbers work for my LCD, obviously as Outputs. Update : confirmed it works ;) I have a wire coming ...
Many thanks Gordon. I just wanted confirmation that just the one channel will be available to drive an LCD's LED backlight.
Even if the code is not actually available now (in python), I,m sure it will be before long
... the Raspberry Pi which some form of simple script running, most likely Python. Then I was going to write some form of a timer program to operate ... to get it done If I can get it this far, I'd like to then attach an LCD/LED display with an input button so the time setting can be adjusted ...
Awesome. Out of interest how much did you pay for your LCD mine was £1.66 I have another that I bought with a USB controller attached (£16) and also a 4 line that I harvested from an embedded device but that one doesn't have a back light. The price ...
... and the 2K resistor, but nothing helped. Then I decided to start from scratch with the new Raspbian image. Turned out the problem was the RPi.GPIO python library I was using. Version 0.3.0a had a major bug where the high and low's were inverted on outputs. Upgraded to 0.3.1a and all is now working. ...
... is unconnected, I assumed a default value of something visible. I'll try a 2k resistor between pin 2 and Vcc. The statement "I've also connected LCD pins 1 and 16 to 0V (GRND) and 1 and 15 to V5+" was ofcause a typo. It's 1 and 16 to 0V and 2 and 15 to Vcc. Thank you both for your assistance.
I've also connected LCD pins 1 and 16 to 0V (GRND) and 1 and 15 to V5+. Any help is appreciated. Have you connected rw to ground? Also you say above you have connected pin 1 to 5v and ground? On mine I connected db0 - 3 to gnd also. ...
I need some help here. I bought a 44870 LCD off Ebay. Specs are here: http://www.fcb-electronics.com/pdf/FCB162-LCD.pdf I'm trying to use the h44870.py provided on this forum. I've got the LCD connected as follows: LCD E (6) | RS (4) | DB4 (11) ...
Quote from magnitux on August 22, 2011, 16:58 this lcd 2.4 screen is compatible with lcd4linux on debian(seagate dockstart) http://www.pearl.de/a-HPM1184-5618.shtml ... did use: apt-get install libtool automake1.10 autoconf zlib1g-dev libssl-dev python-dev libc6 libusb-dev libibus-1.0-dev subversion ...
... start a (still to be chosen) streaming audio player, the necessary Python to adjust the volume or change the channel being listened to given ... lose sleep at the moment. I'd like to use something like a 2x16 or 4x20 LCD for displaying what's currently playing, a click-/scrollwheel to adjust ...
... Things are much better now we can address 2 lines and/or 4 lines on an LCD. I`ve started working on some LCD screens (programs) now. The first one ... and the LCD view changes content too, without making up a fresh Python program for the new contents. Steve this is what I went for. It pads ...
I am way ahead of you. My app gets the idle display details from an ini file and outputs it to the LCD. If my keypad is pressed the program changes and the prompts change to match then when I present a Mifare card to my reader it calculates the UID of the card does a look ...
... Things are much better now we can address 2 lines and/or 4 lines on an LCD. I`ve started working on some LCD screens (programs) now. The first one ... and the LCD view changes content too, without making up a fresh Python program for the new contents. Steve