From 22c4bbca86a8d106bd0a35745eb33cafb1195323 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sun, 7 Oct 2018 16:52:00 +0200 Subject: [PATCH] Add SSD1306 64x48 Display (#27) * Add SSD1306 64x48 Display * Add SPI docs --- esphomeyaml/components/display/ssd1306_i2c.rst | 2 ++ esphomeyaml/components/display/ssd1306_spi.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/esphomeyaml/components/display/ssd1306_i2c.rst b/esphomeyaml/components/display/ssd1306_i2c.rst index fd5c5e1c2..37fcec22d 100644 --- a/esphomeyaml/components/display/ssd1306_i2c.rst +++ b/esphomeyaml/components/display/ssd1306_i2c.rst @@ -40,9 +40,11 @@ Configuration variables: - ``SSD1306 128x32`` (SSD1306 with 128 columns and 32 rows) - ``SSD1306 128x64`` - ``SSD1306 96x16`` + - ``SSD1306 64x48`` - ``SH1106 128x32`` - ``SH1106 128x64`` - ``SH1106 96x16`` + - ``SH1106 64x48`` - **reset_pin** (*Optional*, :ref:`Pin Schema `): The RESET pin. Defaults to not connected. - **address** (*Optional*, int): Manually specify the :ref:`I²C ` address of the display. Defaults to 0x3C. diff --git a/esphomeyaml/components/display/ssd1306_spi.rst b/esphomeyaml/components/display/ssd1306_spi.rst index 5f3be72f4..39c64dd29 100644 --- a/esphomeyaml/components/display/ssd1306_spi.rst +++ b/esphomeyaml/components/display/ssd1306_spi.rst @@ -42,9 +42,11 @@ Configuration variables: - ``SSD1306 128x32`` (SSD1306 with 128 columns and 32 rows) - ``SSD1306 128x64`` - ``SSD1306 96x16`` + - ``SSD1306 64x48`` - ``SH1106 128x32`` - ``SH1106 128x64`` - ``SH1106 96x16`` + - ``SH1106 64x48`` - **cs_pin** (**Required**, :ref:`Pin Schema `): The Chip Select (CS) pin. - **dc_pin** (**Required**, :ref:`Pin Schema `): The DC pin.