pub const fn encode_char(c: char) -> SingleDisplayData
Expand description

Encodes a char to its bit-representation on a single display. This means a 8x8 bit matrix. Currently only a very limited alphabet is available and only capital letters. Unknown chars are mapped to SPACE (empty).