Commit Graph

226 Commits

Author SHA1 Message Date
Destix
f054a74699 Update lcd_display.rst (#411) 2019-11-12 15:37:46 +01:00
Fabian Affolter
6c626e902d
Remove references to Python 2 (#328) 2019-10-20 19:30:12 +02:00
Evan Coleman
d8d5e81a7d
Add documentation for SSD1325 OLED displays (#347)
* add ssd1325 docs

* Fix line length

* Fix duplicate target name warning

* Reduce image size


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-20 19:30:10 +02:00
Fabian Affolter
a1b384076d Remove references to Python 2 (#328) 2019-10-19 22:16:09 +02:00
Evan Coleman
9ccd4639c3 Add documentation for SSD1325 OLED displays (#347)
* add ssd1325 docs

* Fix line length

* Fix duplicate target name warning

* Reduce image size


Co-authored-by: Otto Winter <otto@otto-winter.com>
2019-10-19 20:44:49 +02:00
Otto Winter
d2f1c23ebf
Merge branch 'current' into next 2019-10-19 17:07:29 +02:00
Thomas Klingbeil
c630fbdb05 Add documentation for TTGO ePaper (#342) 2019-10-17 21:01:09 +02:00
Fredrik Erlandsson
f998540605 The 4.20in display works fine (#359) 2019-10-15 20:56:41 +02:00
Florian Ragwitz
2bdb811ee2 7.50in waveshare e-paper works (#321) 2019-08-27 20:15:12 +02:00
Fabian Affolter
7fd9fdc477 Fix header level (#325) 2019-08-27 20:14:56 +02:00
Attila Darazs
65cb08891f Document the backlight control for lcd_pcf8574 (#261)
Add documentation about controlling the backlight for lcd_pcf8574
and lcd_gpio with an example.

Co-authored-by: Attila Darazs <attila@darazs.com>
2019-06-03 19:34:17 +02:00
Otto Winter
87147619c0
Docs update 2019-05-12 22:44:59 +02:00
ffabi
f63564d4b0 fixed copy paste error (#237)
I assume that the MH-Z19 was from copy pasting the uart part in this page, fixed it to Nextion LCD Display
2019-05-01 17:53:42 +02:00
Kevin O'Rourke
f0844a50f5 Fix config name for showing previous page (#238)
Although the documentation says `show_prev` it's `show_previous` in esphome/components/display/__init__.py and `show_prev` results in a build error:

```
Failed config

binary_sensor.gpio: [source badgy.yaml:37]
  platform: gpio
  pin: GPIO10
  id: joystick_left
  on_click:  [source badgy.yaml:41]
    then:
      - [source badgy.yaml:42]

        Unable to find action with the name 'display.page.show_prev'.
        display.page.show_prev: my_display [source badgy.yaml:42]
      - component.update: my_display
```
2019-05-01 17:15:51 +02:00
Otto Winter
9d6c814991
Remove disqus
They started injecting ads :(
2019-03-24 14:54:58 +01:00
Otto Winter
f4c1d31a1d
Revert "Remove disqus"
This reverts commit 19a22e8b39.
2019-03-06 11:02:03 +01:00
Otto Winter
19a22e8b39
Remove disqus 2019-03-05 20:42:43 +01:00
Otto Winter
7478734228
Add more lints 2019-02-27 18:32:47 +01:00
FrengerH
e16c324b1f Component reshuffle (#183)
* Merge remote receiver component with platform

* Merged remote transmitter component with platform

* Merge pca9685 component with output

* Minor fixes

* Minor fix

* Fixed headers

* reshuffled esp32 touch binary sensor

* Reshuffled pn532 rfid reader

* Fixed images

* Reshuffled rdm6300 RFID component

* Reshuffled my9231 led driver component

* Reshuffled ads1115 component

* Reshuffled SSD1306 display component

* Reshuffled Character-Based LCD Display component

* Reshuffled fastled component

* Fixes netlify

* Remove duplicate figure

* Remove duplicate figure

* Remove duplicate figure

* Reorder SSD1306

To my knowledge, the i2c version is more common, so put it first.

* Put fastled clockless above SPI

clockless is more common, so put it first

* Cleanup index

Tag was used initially to distinguish between the component and binary sensor, no longer needed.

* Remove duplicate figure
2019-02-27 10:10:09 +01:00
Otto Winter
5d86cdf0a6
Merge branch 'current' into beta 2019-02-22 21:28:26 +01:00
Otto Winter
81b578a931
Updates and changelog 2019-02-22 21:17:31 +01:00
Otto Winter
3415a0d915
Update i2c frequency 2019-02-22 20:20:54 +01:00
Otto Winter
59e03981a4
Update next docs 2019-02-16 23:25:23 +01:00
Otto Winter
2ae45de9b8
Use custom shields
The previous shields were loading too slow and didn't fit the documentation style
2019-02-14 16:19:07 +01:00
Otto Winter
e23dbe7fd9
Fix references 2019-02-07 18:07:16 +01:00
Otto Winter
8d9b0d2375
Netlify (#153)
* Netlify

* Fix

* Faster doxygen

* Update Makefile

* Try without api

* Debug

* Fix

* Update Makefile

* Debug

* Try 1.8.13

* Remove debug

* Update Makefile

* Optimize
2019-02-07 13:54:45 +01:00