Generic Lcd Screen

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
joeDiHare
Posts: 4
Joined: Wed Mar 30, 2016 6:22 pm

Generic Lcd Screen

Post by joeDiHare » Sat Apr 16, 2016 12:53 pm

Hi @all.

Has anyone tried to connect a generic lcd screen (e.g., this: https://shop.pimoroni.com/products/grap ... nokia-5110) to pyb?

Would the pyb.LCD class still work?

Thanks

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Generic Lcd Screen

Post by pythoncoder » Sun Apr 17, 2016 9:56 am

A forum search on Nokia 5110 will yield dividends.
Peter Hinch
Index to my micropython libraries.

joeDiHare
Posts: 4
Joined: Wed Mar 30, 2016 6:22 pm

Re: Generic Lcd Screen

Post by joeDiHare » Mon Apr 18, 2016 7:58 pm

Well, your post solicited a more thorough search of the forum in all threads, and I did find more resources.
It certainly isn't very helpful that searching from the home page not all results all returned (even when the option for searching all threads is selected), but maybe it is only me.

SpotlightKid
Posts: 463
Joined: Wed Apr 08, 2015 5:19 am

Re: Generic Lcd Screen

Post by SpotlightKid » Wed Apr 20, 2016 8:49 pm

I'm not sure what you mean. Search works for me. I just loaded the forum front page, clicked on search, entered "nokia 5110" in the search field and clicked the "Search" button. Returns 15 results including a post with a link to a Github project with an apparently working driver.

Post Reply