It would be great to flip the byte format.
Mainly vertical, but horizontal could be implemented easily too.
Example
Char: ¶
vertically flipped (produced by this editor): 0x38, 0x2C, 0x2E, 0x2C, 0x28, 0x28, 0x28, 0x28
bytes match pixel: 0x07,0x0d,0x1d,0x0d,0x05,0x05,0x05,0x05,
It would be great to flip the byte format.
Mainly vertical, but horizontal could be implemented easily too.
Example
Char: ¶
vertically flipped (produced by this editor):
0x38, 0x2C, 0x2E, 0x2C, 0x28, 0x28, 0x28, 0x28bytes match pixel:
0x07,0x0d,0x1d,0x0d,0x05,0x05,0x05,0x05,