[][src]Module meli::terminal::braille

Modules

tests

Structs

Braille16bitColumn
BraillePixelIter

Iterate on 2x4 pixel blocks from a bitmap and return a unicode braille character for each block. The iterator holds four lines of bitmaps encoded as u16 numbers in swapped bit order, like the xbm graphics format. The bitmap is split to u16 columns.