hello Solexius
I have the same error to work on the TIVA c and I2C , i change positions on this
Tiva C code.
#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x27,16,2);
--this is a arduino's code->
#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x3C,16,2);
more or less like Arduino's code, i ll continue verifing the code.