read32

open fun read32(bin: @NotNull Array<Byte>): @NotNull Array<Int>

Reads a 32x16 glyph from a byte array of length 128, where each byte is a hex digit.

Return

The glyph as an int array, where each int is a row in the glyph texture. The most significant of each int is the leftmost pixel.

Parameters

bin

The byte array