This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[AM3715] LCD data (DSS_DATA) RGB order change

Other Parts Discussed in Thread: AM3715

According to TRM of AM3715, LCD pixel data of "Color24" are like below picture.



The R-G-B order is,

dss_data[0], [1], ..., [22], [23] = B0, ..., B7, G0, ..., G7, R0, ..., R7.


Is it possible to change (reverse) the R, G, B order as below?

dss_data[0], [1], ..., [22], [23] = R7, ..., R0, G7, ..., G0, B7, ..., B0.


BR,

Hayden