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