Language change implementation revamped. Didn't work as intended with Arduino IDE.

This commit is contained in:
Caleb Anderson
2014-12-21 14:45:34 -07:00
parent fe8d8beb7a
commit 7db943b147
4 changed files with 30 additions and 53 deletions

View File

@@ -41,7 +41,7 @@
/* Russian language not supported yet, needs custom font
#if LANGUAGE_CHOICE == ru
#ifdef LANGUAGE_RU
#include "LiquidCrystalRus.h"
#define LCD_CLASS LiquidCrystalRus
#else