From f8f6b05e72a5fd1caa0e2176704142b4fbb8d19e Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 28 May 2018 00:38:35 +0200 Subject: [PATCH] Documented broken char and string drawing --- src/drawing/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drawing/mod.rs b/src/drawing/mod.rs index a584982..8ca5431 100644 --- a/src/drawing/mod.rs +++ b/src/drawing/mod.rs @@ -140,6 +140,7 @@ impl Graphics { } } + /// font map doesn't work as expected, so everything with chars and string is broken atm ///TODO: implement! pub fn draw_char(&self, buffer: &mut[u8], x0: u16, y0: u16, input: char, color: &Color) { let mut counter = 0;