Add language
Today I received a new LCD, which has kyrillic charset. I tried to translate words through LiquidCrystalRus.h. Translation is done, 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.
Here's what I changed
Repetier.h
#if UI_DISPLAY_TYPE==4
#include <LiquidCrystalRus.h> // Uncomment this if you are using liquid crystal library
Comments