Cordless Handset LCD Power-Up in Saleae Analog Mode
I have the remnants of a cordless handset from a AT&T CL84209 landline phone system. It can still power up enough to put "CONNECTING..." on its LCD and I want to learn how to talk to that LCD myself. To do this I've attached wires to that LCD so I could probe its control signals with my Saleae Logic 8 analyzer.
Before I get to the digital signal analysis, though, I need to be sure I'm listening on the correct lines. This is why I connected all eight potential data lines (plus the one known ground I probed earlier) to watch them all at once with my Saleae running in analog mode. This is a secondary capability for the device and while it cannot replace a real oscilloscope it is nevertheless very useful to me as I only have a cheapo single channel oscilloscope with unreliable voltage levels. While I might buy a real multi-channel oscilloscope in the future, it is unlikely to be an eight-channel unit.
Here is the handset power-up sequence, and roughly eight seconds after power is supplied:

When I probed with a voltmeter, pin 1 (channel 0) and 5 (channel 3) were candidates for 3.3V input power. With this graph, I see square wave dips in channel 0 that indicate an enable signal, so pin 5 is +3.3V. Which makes some sense as it is adjacent to ground on pin 4.
After pin 1 enable signal stayed high, right around the 2 second mark, something significantly happens where we saw activity on channels 4-7. Here is a zoomed in view of that time period:

Pin 3 (channel 2) looks like data bits clocked by pin 2 (channel 1). I'll look at them more closely later in digital analysis mode.
We also see the beginnings of startup on remaining four pins of unknown:
- Pin 6 (channel 4) had 3.3V as soon as power is applied to the system, and later it jumps up to 5.2V and stays there.
- Pin 7 (channel 5) likewise had ~3.3V immediately upon power up, and when pin 6 jumps up to 5.2V it oscillates between 3.3V and 5.2V.
- Pin 8 (channel 6) started out flat at 0V, but would oscillate between 0V and 3.3V.
- Pin 9 (channel 7) started out flat at 0V, but would jump up to 5.2V and stay there.
The two oscillating pins are both square waves and they move in phase. (Rise and fall at the same time.) The period from one rising edge to the next is about 125us, translating to 8kHz.

Zooming out on the timescale, I see no signs of data modulation on these pins:

I think these are voltages applied to LCD segments. It would be easy for me to replicate pin 8 square wave of 0V to 3.3V with a 3.3V microcontroller like ESP8266, but it's not clear how I would replicate pin 7 square wave between 3.3V and 5.2V. A headache I will set aside for later.
The relationship between pins 6 and 9 is puzzling. Since pin 6 had 3.3V immediately upon powerup, and its voltage started rising before the other three pins, I thought it was the best candidate for a 5.2V power supply rail. My hypothesis was that it is connected to a boost converter external to the LCD that would pump the 3.3V up to 5.2V. The counterargument is the fact that pin 9 reached 5.2V before pin 6 did, so I'm not sure what's going on.
While I think over the analog voltage startup behavior puzzle, I switched my logic analyzer to digital mode (what it's designed for) for a look at the digital data and clock lines.