Browse Source

forgot to save before the last commit

embedded-hal-1.0
Christoph Groß 8 years ago
parent
commit
fc877efb60
  1. 3
      src/drawing/font.rs

3
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 {

Loading…
Cancel
Save