@ -34,8 +34,13 @@
#include "pins.h"
#ifdef ULTRA_LCD
#ifdef LCD_I2C
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
#else
#include <LiquidCrystal.h>
#endif
#if DIGIPOTSS_PIN > -1
#include <SPI.h>
@ -11,6 +11,7 @@
#define LCD_CLASS LiquidCrystalRus
#define LCD_CLASS LiquidCrystal_I2C