lcd: rename I2CLcd class to LCD

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Jon Trulson
2015-07-09 12:38:22 -06:00
committed by Mihai Tudor Panu
parent 99651d2239
commit 3aaafdcecf
10 changed files with 16 additions and 16 deletions

View File

@ -32,7 +32,7 @@
using namespace upm;
Jhd1313m1::Jhd1313m1(int bus, int lcdAddress, int rgbAddress)
: I2CLcd(bus, lcdAddress), m_i2c_lcd_rgb(bus)
: LCD(bus, lcdAddress), m_i2c_lcd_rgb(bus)
{
m_rgb_address = rgbAddress;