PCA9622Matrix8x8.CharGen (pca9622matrix8x8 v0.1.3)

Copy Markdown

Summary

Functions

Renders the digit n (in radix m, default 10) as an 8x8 bitmap.

Functions

digit_strlist(n, m \\ 10)

Renders the digit n (in radix m, default 10) as an 8x8 bitmap.

Returns a list of 8 strings, one per row, each 8 characters of "0"/"1" (top to bottom, left to right). Pass 16 for m to render hexadecimal digits (0-9, A-F).