From cc844ad5cdc4c1ac7faa1c04ec24deda843d66a4 Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Fri, 14 Jun 2019 14:55:45 -0400 Subject: [PATCH] Updated Displays (markdown) --- Displays.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Displays.md b/Displays.md index a1d6bfdd..0d5ba4c6 100644 --- a/Displays.md +++ b/Displays.md @@ -8,7 +8,7 @@ All display commands: DisplayAddress | `0..255` = set display module address DisplayDimmer | `0` = switch the display off
`1..100` = switch the display on
`0..100` = set display luminosity *(only on 8x8 Dot-Matrix displays)* DisplayMode | `0..5` = set to display [predefined content](#displaymode-parameters) according to display type - DisplayModel | Set model of your display:
`1` = I2C LCD Display (default addresses `0x27`, `0x3F`)
`2` = [SSD1306](https://learn.adafruit.com/monochrome-oled-breakouts/arduino-library-and-examples) OLED 128x32/128x64 (default addresses `0x3C`, `0x3D`)
`3` = 8x8 Dot-Matrix
`4` = [ILI9341](https://www.adafruit.com/product/1770) TFT LCD
`5` = E-Paper Display + DisplayModel | Set model of your display:
`1` = I2C LCD Display (default addresses `0x27`, `0x3F`)
`2` = [SSD1306](https://learn.adafruit.com/monochrome-oled-breakouts/arduino-library-and-examples) OLED 128x32/128x64 (default addresses `0x3C`, `0x3D`)
`3` = 8x8 Dot-Matrix
`4` = [ILI9341](https://www.adafruit.com/product/1770) TFT LCD
`5` = E-Paper Display DisplayRefresh | `1..7` = set time in seconds to update predefined content when using `DisplayMode` ≠ `0` DisplaySize | `1..4` = set display scale-up size (only for `DisplayModel 2` (SSD1306 OLED) and `DisplayModel 4` (ILI9341 TFT LCD)) DisplayRotate | Set rotation angle
`0` = 0°
`1` = 90°
`2` = 180°
`3` = 270° @@ -93,8 +93,8 @@ Defines => USE_SOFTSPI, USE_DISPLAY_EPAPER29, USE_DISPLAY_EPAPER42 ## Hardware connections: -I2C displays are connected in the usual manner and defined via Tasmota pin selection. -The I2C Adress must be given by `DisplayAddress XX`, e.g. 60, and the model set with `DisplayModel` +I2C displays are connected in the usual manner and defined via Tasmota pin selection. +The I2C Address must be given by `DisplayAddress XX`, e.g. 60, and the model set with `DisplayModel` ,e.g. 2 for SSD1306. To permanently turn the display on set `DisplayDimmer 100`. Display rotation can be permanently set using `DisplayRotate X` (x = `0..3`).