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

@ -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:
/**