Jump to content
43oh

LuigiRivi

Members
  • Content Count

    2
  • Joined

  • Last visited

Everything posted by LuigiRivi

  1. hi akanksha : i have this problem on tiva C 1m4c123gxl, in the conection on the I2C i use SCL & SDA trying with this code #include <LiquidCrystal_I2C.h> #include <Wire.h> LiquidCrystal_I2C lcd(0x27,16,2); but in Energia IDE appears this and i change the library. if you have any notice i'll apreciate!
  2. 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.
×
×
  • Create New...