Merge branch 'master' of github.com:Caemor/eink-waveshare-rs

embedded-hal-1.0
Christoph Groß 2018-05-29 08:49:13 +02:00
commit 0265d3ba79
1 changed files with 1 additions and 0 deletions

View File

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