Wiring lcd160cr with side headers to pyboard?

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
User avatar
fos
Posts: 44
Joined: Sat Feb 18, 2017 3:05 pm
Location: Texas
Contact:

Re: Wiring lcd160cr with side headers to pyboard?

Post by fos » Thu Feb 22, 2018 8:05 pm

MicroPython support (Christine) came to the rescue.

She provided the proper pin connections to ensure that the board is operational:
//
On the right side of your pyboard you'll find the Pins named: X4, Y9, Y10, GND and V+. If you put a LCD right next to it, you'll find the same names of Pins on the PCB of the LCD.

Python test code:

>>> import lcd160cr
>>> lcd = lcd160cr.LCD160CR('XY')
//

I have attached a photo of the setup for others reference.
Pyboard-display_sm.png
Pyboard-display_sm.png (126.87 KiB) Viewed 1928 times

Post Reply