Hi community,
I have a question about i.MX6SDL IPU.
End user want to make a color pallet likes following.
=====
Input data : 8 bit, Output data : RGB888
For example:
Input: 0 --> Output : (0, 255, 255)
Input: 1 --> Output : (0, 255, 0)
Input: 2 --> Output : (30, 0, 250)
...
Input: 255 --> Output : (20, 100, 100)
=====
I think it can be realized by Look Up Table in IDMAC.
Is my understanding correct?
If my understanding is correct, could you let me know how to set the Look Up Table and how to use it?
Actually, I looked for the setting register, but I did not understand what is it.
Best Regards,
Satoshi Shimoda