I connected the logic analyzer and got the signals from 12 pins. Every four seconds signal from picture 1 is appearing with the new data. Highest frequency is 200khz200 kHz. When I touch sensors pin I am able to switch the menu to get more and different data. Every touch create communication from picture 1. No more, no less. Only different data.
Could you point me to some reading material or video that shows professional approaches to reverse engineering where signal is present but lcdLCD is faulty and there is no info about the COG drivers.
Could you recommend any display controller simulator (that uses popular communication protocols with matrix lcdLCD/tftTFT displays) that could run on the computer? I would like to test the data and pixel output before soldering the real replacement device... (For this case I figured out that the easiest solution is to write the D0-D8 directly as a matrix of characters with any programming language - e.g. python)
This communication is sending data right away after CS1 or CS2 is enabled and an short burst on PIN 7 (15us15 us later from 835us835 us of enabled state). Bit time is 6us6 us. 835/6 = ~139. 4 times this for CS1 and 4 for CS2. Let's say it is 128 columns x 8bits x 4 "pages" per chip. 256x64 could be confirmed.