SL4P, Thanks for the warning.
The TFT driver chip is for sure located on the front panel PCB(its a >=48pin) and it is a "black blob" of epoxy covered package-less TFT display controller chip., but there are no sensors or this two-side PCB, so I am sure the mainboard ARM processor is only sending it high level graphic commands and data and also power via the 22-pin flat cabble connect.
Fortunately, the surface mount connector on the 22-pin flat cable connector has easy to probe large pins.
But your wisdom of my labor costs v. buying a new known datasheet supported display makes good sense.
I have a 4-channel Rigol 200MHz scope with 2meg of memory so I could monitor up to four signals at a time, a clock signal would be easy to find, the CS and Reset pins should also show very little going on, and the data pins should sing like a canary.
But even at that point, having clock, control and data lines isolated, hacking the display interface is a daunting Chinese Puzzle.
I would have , to go through a lotta permutations of data bus wiring bit0 to bitx order possibilitites to maybe someday correctly identify the order of maybe 8-12 bits of data bits. The number of tries to do this is a big-big number. I could assume that the data bins are in order on the connector, but PCB constraints may mean that bit6 follows bit 8 etc.
And even at that point, if I somehow manage by luck or fate to get the display to display some garbage, I still would not know the high-level commands and the syntax that are the libraries imbedded in the ARM processor code that feed the display processor on the front panel.
Also, I know that the display is obviously also a touch screen, so this adds to the complication, there is got to be bidirectiional communication back to the mainboard for display status and touch feedback.
Oh Dear!
On the other hand, the power supply is a very compact, metal shielded dual 31-V at 1.4 amp unit, could be great to power a dual tracking power supply or else could be used for my Hakko 888b soldering handle and the mainboard also has a lot of nice labeled switching inductors to be salvaged etc.
Ok, then, then perhaps there exits the software library supported Arduino display of choice as the answer. Has anyone found how to adapt a 3.5-in graphic or graphic-touch display that has a SPI or I2C serial interface?
With the Arduino TFT libraries, it might not be so hard to think that it would be a place to start to find an Arduino supported display whose TFT libraries can be adapted to become the display of choice for anyone's generic PIC project?
Anyone out there not in the Arduino camp but has adapted an Arduino display for their MCU project, or else could guide me to something else cheap or better?
Help! I have found a 3.5-in display on Ebay, the libraries were open source C-code, but all the C-code had comments in Chinese!