From 6a6d104f35b57f1dcdd966f354b2beca73310fe4 Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Thu, 23 Oct 2014 22:57:51 +0400 Subject: major code revision --- lcdprint.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lcdprint.h') diff --git a/lcdprint.h b/lcdprint.h index bcc95f6..63fc663 100644 --- a/lcdprint.h +++ b/lcdprint.h @@ -1,7 +1,7 @@ /* Brainuino Aleph - Copyright (C) 2011-2012 Dmitry Mikhirev + Copyright (C) 2011, 2012, 2014 Dmitry Mikhirev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,6 +22,9 @@ #include "utf8.h" -size_t uprint (char*, LiquidCrystal*); +size_t uprint (const char*, Print*); +size_t uprint(const __FlashStringHelper*, Print*); +size_t utf8print(utf8*, Print*); +char codeOf(wchar_t); #endif -- cgit v1.2.1