Hi Jim, On Tue, Dec 10, 2013 at 5:13 PM, Jim Hodgers <[email protected]> wrote: > > On Tuesday, December 10, 2013 5:09:13 PM UTC-8, Jim Hodgers wrote: >> >> I bought one of these >> http://www.ebay.com/itm/New-Arduino-IIC-I2C-TWI-Serial-LCD-2004-20-4-Module-Shield-Display-Blue-White-/320949546464?pt=LH_DefaultDomain_0&hash=item4aba156de0 >> >> a 20 char 4 line LCD on EBAY to use with my BBB thinking there would be drivers for it.I have searched the web with every search phrase I could think of, but no luck. Does anyone nknow of a Python module to drive this? I am using Adafruit's Python_I2C
So I have a couple similar modules (they're only 2 lines of 16 chars), but with a similar module. I've found several C libraries for controlling the LCD and I have a generic C driver I wrote that works with many of the non-i2c versions of these LCDs. So I don't currently have any python code for talking with my LCD, but I'm definitely interested in writing some. I just recently wrote a nifty little command line interface for talking to bioloid servos in python and want to play with python more. https://github.com/dhylands/Bioloid So if you give me a few days, I'll see what I can put together and put it in a github repository. -- Dave Hylands Shuswap, BC, Canada http://www.davehylands.com -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
