forgot to save before the last commit
parent
e59926e0c7
commit
fc877efb60
|
|
@ -101,7 +101,8 @@ mod tests {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//bad font as the order is not the one we want to use
|
||||||
|
//goes from bottom left -> up -> right
|
||||||
pub(crate) fn bitmap_8x8(input: char) -> [u8; 8] {
|
pub(crate) fn bitmap_8x8(input: char) -> [u8; 8] {
|
||||||
// Populate the array with the data from the character array at the right index
|
// Populate the array with the data from the character array at the right index
|
||||||
match input {
|
match input {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue