<font face="Arial, Verdana" size="2"> Today I received a new LCD, which has kyrillic charset. I tried to translate words through LiquidCrystalRus.h. Translation is done</font>, but everything on the screen moved and not correctly displayed. I think that I need somewhere to finish. Help me please, and I'll do the exact translation in firmware.
<font face="Arial, Verdana" size="2">Here's what I changed</font>
<font face="Arial, Verdana" size="2">Repetier.h
</font>
#if UI_DISPLAY_TYPE==4
<font face="Arial, Verdana" size="2">
#include <LiquidCrystalRus.h> // Uncomment this if you are using liquid crystal library
in
ui.cpp
#if UI_DISPLAY_TYPE==4
// Use LiquidCrystal library instead
#include <LiquidCrystalRus.h>
</font>