hwtLib.img package

Submodules

hwtLib.img.charToBitmap module

hwtLib.img.charToBitmap.addCharToBitmap()[source]

Add rom to translate ascii to 8x8 char bitmap, first row is placed on lower address, font is taken from png image

Returns:Bits(8)[128 * 8] where are stored bitmaps of chars, up is first lower char is first
hwtLib.img.charToBitmap.asciiArtOfChar(ch, inverted=True)[source]
hwtLib.img.charToBitmap.getCharRow(charOrd, row)[source]

Module contents