I have a display with endianness as follows:
if a pattern 10110101 is wanted at the top left corner, we need to send 0xAD but not 0xB5.
That means the bit position is reversed from little-endianness.
I tried to change it from Options>Image>Big-Endian but there is no change on the bit position.
Is there any way to do the bit reverse from LCD Image Converter?
Hi
I have a display with endianness as follows: if a pattern 10110101 is wanted at the top left corner, we need to send 0xAD but not 0xB5. That means the bit position is reversed from little-endianness.
I tried to change it from Options>Image>Big-Endian but there is no change on the bit position.
Is there any way to do the bit reverse from LCD Image Converter?
John