I lately took apart a old vcr that didn't work and salvaged the LCD display, and it fits perfectly into the breadboard. The problem is I need to flash it very quickly to display something. In order to do that I will need to turn off the ground GPIO pens to put letters or numbers.
The image shows where the found pins are and how you use each pin to display each text block. If I want to display more then one block, I have to rapidly switch from one of the negative pins and and a few positive, to another negative and a few positive.. all I need is part of a python script to turn on and off the ground pins. Like GPIO.setup ([ground pins #],GPIO.out and GPIO.output([ground#],True)