Fix check for include LiquidCrystalRus.h

This commit is contained in:
Sergey Taranenko 2012-10-13 00:29:34 +04:00
parent cfc193cdac
commit efcc28d347
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
#define ULTRALCD_H
#include "Marlin.h"
#ifdef ULTRA_LCD
#include "language.h"
#if LANGUAGE_CHOICE == 6
#include "LiquidCrystalRus.h"
#else

View File

@ -46,7 +46,7 @@ static char conv[8];
LiquidCrystalRus lcd(LCD_PINS_RS, LCD_PINS_ENABLE, LCD_PINS_D4, LCD_PINS_D5,LCD_PINS_D6,LCD_PINS_D7); //RS,Enable,D4,D5,D6,D7
#else
LiquidCrystal lcd(LCD_PINS_RS, LCD_PINS_ENABLE, LCD_PINS_D4, LCD_PINS_D5,LCD_PINS_D6,LCD_PINS_D7); //RS,Enable,D4,D5,D6,D7
#elseif
#endif
static unsigned long previous_millis_lcd=0;
//static long previous_millis_buttons=0;