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

@@ -198,7 +198,7 @@ extern volatile uint16_t buttons; //an extended version of the last checked but
#else
// Standard directly connected LCD implementations
#if LANGUAGE_CHOICE == ru
#ifdef LANGUAGE_RU
#include "LiquidCrystalRus.h"
#define LCD_CLASS LiquidCrystalRus
#else