Fork of Freetronics_16x2_LCD class for HD4478 based LCDs with Cyrillic symbols like WH1602 etc. Use puts() for latin and cyrillic texts, symbols. ( ° included)

Fork of Freetronics_16x2_LCD by Components

Files at this revision

API Documentation at this revision

Comitter:
margadon
Date:
Thu Nov 27 12:28:25 2014 +0000
Parent:
6:9ef0091c2a4f
Commit message:
Final

Changed in this revision

freetronicsLCDShieldRus.h Show annotated file Show diff for this revision Revisions of this file
--- a/freetronicsLCDShieldRus.h	Thu Nov 27 12:00:09 2014 +0000
+++ b/freetronicsLCDShieldRus.h	Thu Nov 27 12:28:25 2014 +0000
@@ -135,11 +135,17 @@
          */  
         void home(void);
         
+        /**
+        Puts strings of latin/cyrillic symbols
+        *
+        *
+        */
+        int puts(const char *str);
         /** Reads the status of the buttons
          * 
          * 
          */  
-        int puts(const char *str); 
+ 
         
         float readButton(void);