lcd handler for weather predictor

Dependencies:   C12832_lcd LCD_fonts

Revision:
4:1d811ee32310
Parent:
3:3569342a4ab0
Child:
5:4aacf35455da
--- a/GraphicHandler.cpp	Wed Feb 18 15:01:52 2015 +0000
+++ b/GraphicHandler.cpp	Thu Feb 19 08:20:34 2015 +0000
@@ -147,6 +147,12 @@
     return;
 }
 
+// ログ出力
+void GraphicHandler::draw_log(const char* msg)
+{   
+    draw_text_at(msg, (unsigned char *)Small_6, 0, 25);
+}
+
 // データの描画ルーチン
 void GraphicHandler::draw_data_at(float data,
                                   const char* unit,