From 39f271589fb9db3d6a383857817b13a9bb59d981 Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 15 Oct 2018 23:06:47 +0200 Subject: ported zlib and libpng and improved compositor to handle 32 AND 24 bit depth --- driver/keyboard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'driver/keyboard.c') diff --git a/driver/keyboard.c b/driver/keyboard.c index da8fe54..2141622 100644 --- a/driver/keyboard.c +++ b/driver/keyboard.c @@ -26,6 +26,7 @@ int hex_to_dec(char c) return c+10-'a'; } +// TODO: dynamic static void put(uint8_t c) { compositor_kb_handle(c); -- cgit v1.2.3