mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 18:31:13 +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
@ -52,7 +52,7 @@ const uint8_t DISPLAY_CMD_SET_NORMAL_1308 = 0xA6;
|
||||
* @image html ssd1308.jpeg
|
||||
* @snippet ssd1308-oled.cxx Interesting
|
||||
*/
|
||||
class SSD1308 : public I2CLcd
|
||||
class SSD1308 : public LCD
|
||||
{
|
||||
public:
|
||||
/**
|
||||
|
Reference in New Issue
Block a user