What a pitty Ursadon seems no longer interested in our audience here, so i can't ask him how he achieved that informationThere is a video buffer in this memory area: 0x20200000 - 0x20217700
0x17700 = 96000 = 400px*240px
The data is already RLE-unpacked, it remains only to compare with the LUT table, to make a RGB8 picture.
![Confused :?](./images/smilies/icon_e_confused.gif)
I'm investigating i n the hardware part to find out how the MAC micro is connected to the EPSON controller. What i could find out was that the S2D13A05 is a automotive version of the S1D13A05 chip, where a datasheet is available.
Unfortunately this one seems to only be availabe in a BGA case, whereas the one used inside the Convers+ is a SOP one, so i can't use the pinout described there.
The controller has it's own on-chip buffer memory (datasheet says: "The S1D13A05 display buffer is 256K bytes of embedded SRAM") and i bet both are DMA connected, so the firmware accesses the controllers framebuffer by simple IO commands.