add UTF-8 recode support, Cyrilic rus/ukr tables

Dependents:   Current_load1

Fork of TextLCD by Wim Huiskamp

TextLCD Library UTF-8 recode support, Cyrilic rus/ukr tables

Revision:
42:041673da5e53
Parent:
41:51a77c5a45b6
--- a/TextLCD_Config.h	Sun Oct 11 13:37:14 2015 +0000
+++ b/TextLCD_Config.h	Sun Oct 11 13:53:53 2015 +0000
@@ -50,11 +50,11 @@
 #define LCD_INVERT     0           /* Enable display Invert implementation -0.5K codesize*/
 #define LCD_POWER      1           /* Enable Power control implementation -0.1K codesize*/
 #define LCD_BLINK      1           /* Enable UDC and Icon Blink control implementation -0.8K codesize*/
-#define UTF8_SUPP      0           /* Enable UTF-8 Support and cyrilic tables -0.128K codesize*/
+#define UTF8_SUPP      1           /* Enable UTF-8 Support and cyrilic tables -0.128K codesize*/
 
 //Select option to activate default fonttable or alternatively use conversion for specific controller versions (eg PCF2116C, PCF2119R)
-#define LCD_DEF_FONT   0
-//#define LCD_DEF_FONT   2 //Cyrilic
+//#define LCD_DEF_FONT   0
+#define LCD_DEF_FONT   2 //Cyrilic
 
 //Pin Defines for I2C PCF8574/PCF8574A or MCP23008 and SPI 74595 bus expander interfaces
 //Different commercially available LCD portexpanders use different wiring conventions.