Re: Apply custom images to Ford Convers+
Posted: 14 Mar 2019, 10:41
Hey @Ursadon, you're needed here, where are gone? )
Well, the D2 series of the Epson displaycontroller chip is Automotive and may never been or not anymore publicity available. But there is a D1S13A05 we can get datasheets and even sample code for: https://www.vdc.epson.com/display-contr ... s/s1d13a05
When i look into the register table https://www.vdc.epson.com/display-contr ... ewdocument i see the LUT register takes an 8bit index and 3x 8bit data for RGB value, but where only the upper 6bits are used. Now, the LUT muss somehow be loaded by a ROM routine from DATA into the controller. I expect this table to be an indexed array of 3 bytes in a row. So to have 256 colors by 3 bytes each, make up 768 bytes in total. Because the inks uses only the upper 6 bits, the values should have bit 0 and 1 set to zero, so all values != 0 will be greater or equal 4 up to 255.
The display itself, the "TPO LTL582T-9161-1" seem to have a resolution of 480x234 pixels. In some Alichinabuyme-shops it is sold as 800x480, but i don't believe this, it be that highres Also this would be a ratio of 4:3 which is not true either. So i believe 480x234 is real.
Well, the D2 series of the Epson displaycontroller chip is Automotive and may never been or not anymore publicity available. But there is a D1S13A05 we can get datasheets and even sample code for: https://www.vdc.epson.com/display-contr ... s/s1d13a05
When i look into the register table https://www.vdc.epson.com/display-contr ... ewdocument i see the LUT register takes an 8bit index and 3x 8bit data for RGB value, but where only the upper 6bits are used. Now, the LUT muss somehow be loaded by a ROM routine from DATA into the controller. I expect this table to be an indexed array of 3 bytes in a row. So to have 256 colors by 3 bytes each, make up 768 bytes in total. Because the inks uses only the upper 6 bits, the values should have bit 0 and 1 set to zero, so all values != 0 will be greater or equal 4 up to 255.
The display itself, the "TPO LTL582T-9161-1" seem to have a resolution of 480x234 pixels. In some Alichinabuyme-shops it is sold as 800x480, but i don't believe this, it be that highres Also this would be a ratio of 4:3 which is not true either. So i believe 480x234 is real.