Documented broken char and string drawing

embedded-hal-1.0
Chris 2018-05-28 00:38:35 +02:00
parent 81966846ba
commit f8f6b05e72
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ impl Graphics {
} }
} }
/// font map doesn't work as expected, so everything with chars and string is broken atm
///TODO: implement! ///TODO: implement!
pub fn draw_char(&self, buffer: &mut[u8], x0: u16, y0: u16, input: char, color: &Color) { pub fn draw_char(&self, buffer: &mut[u8], x0: u16, y0: u16, input: char, color: &Color) {
let mut counter = 0; let mut counter = 0;