riuson / lcd-image-converter

Tool to create bitmaps and fonts for embedded applications, v.2
https://lcd-image-converter.riuson.com/
GNU General Public License v3.0
337 stars 80 forks source link

Is it possible to change the bit endianness? #53

Closed techtoys closed 4 years ago

techtoys commented 4 years ago

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

riuson commented 4 years ago

Bit's order can be changed on the Reordering tab. https://www.riuson.com/lcd-image-converter/options/conversion/reordering

techtoys commented 4 years ago

Thank you