Merge pull request #1192 from thinkyhead/split_language
Split up languages.h. Use ISO language codes.
This commit is contained in:
@ -41,7 +41,7 @@
|
||||
|
||||
/* Russian language not supported yet, needs custom font
|
||||
|
||||
#if LANGUAGE_CHOICE == 6
|
||||
#if LANGUAGE_CHOICE == ru
|
||||
#include "LiquidCrystalRus.h"
|
||||
#define LCD_CLASS LiquidCrystalRus
|
||||
#else
|
||||
|
Reference in New Issue
Block a user