diff --git a/src/drawing/font.rs b/src/drawing/font.rs index 3ee714e..c4097f5 100644 --- a/src/drawing/font.rs +++ b/src/drawing/font.rs @@ -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] { // Populate the array with the data from the character array at the right index match input {