Is there a I2C library to connect 16x2 LCD to Tiva C TM4C123G using Energia?
For Arduino it is called : LiquidChrystal_I2C
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Is there a I2C library to connect 16x2 LCD to Tiva C TM4C123G using Energia?
For Arduino it is called : LiquidChrystal_I2C
Hi,
Here you can find out a general C I2C library to be used, but is not specifically designed to LCD. You may search/ask for such library either on Energia site, either on this: http://forum.stellarisiti.com. As I remember there is an library for I2C for Energia, but again, I do not know if it is also for LCD. But a thread about LCD display of coarse there is, again I do not know if it is based on I2C.
Petrei
Hi,
Then all you have to do is to find out some good, traditional LCD routines and to replace the low level write with I2C versions.
Can you disclose the type of LCD you use?
Petrei
EDIT: this thread reports some success - at least you have a starting point: http://forum.43oh.com/topic/2641-i2c-lcd/
Hi,
I am trying to use the same display, I am using with Arduino.
It is like this: http://www.geeetech.com/wiki/index.php/Serial_I2C_1602_16%C3%972_Character_LCD_Module
The library mentioned in your last msg is not working for Tiva C , it is probably for msp430 ??
Many compiler errors, something like the last msg in that thread.
I am sure somebody has solved this very basic problem, connecting common I2C LCD to Tiva C .
Jouko