mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 10:21:19 +03:00
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:

committed by
Mihai Tudor Panu

parent
99651d2239
commit
3aaafdcecf
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user