Commit Graph

360 Commits

Author SHA1 Message Date
NP v/d Spek
215e8f6eb0
add new display model and option to set 18Bit color mode. (#3542) 2024-01-15 11:09:38 +09:00
Jesse Hills
cc2f6abe0c
Merge branch 'current' into next 2024-01-15 08:23:35 +09:00
rossking
398e67c9eb
Update ili9xxx.rst (#3536)
Fixed the T-Embed dimensions to follow proper format. Added code block to make this work for TTGO boards.
2024-01-13 15:54:31 +01:00
Ruben van Dijk
fca598b833
Add questionmark to default glyphs. (#3516) 2024-01-09 08:19:12 +09:00
Clyde Stubbs
e1f1cc9771
Note about st7789v being replaced by ili9xxx (#3499) 2023-12-27 00:25:10 -06:00
Anton Viktorov
da8e29245e
ST7567 display support (#3482) 2023-12-27 12:04:14 +11:00
mrtoy-me
90ca1b6cc6
Add Waveshare 1.47in to st7789v (documentation for esphome PR#5884) (#3440) 2023-12-21 13:38:20 +09:00
Fabian Pflug
52f3fa8fa8
Add waveshare 2.9inV3 model (#3443) 2023-12-21 13:36:48 +09:00
Fabian Pflug
f6ffef3df4
Add 2.7inv2 version for waveshare (#3444) 2023-12-21 13:30:13 +09:00
Edward Firmo
565e0703c2
Nextion exit reparse mode on startup (#3421)
* Adds docs for Nextion `start_up_page`

Based on changes from https://github.com/esphome/esphome/pull/5673

* Nextion - On_touch event

* Fix list of variables

* Fix list

* Lint - add blank line

* Lint - Fix underline size

* Nextion exit reparse mode on startup

Related to https://github.com/esphome/esphome/pull/5868

* Update components/display/nextion.rst

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>

---------

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-12-06 00:55:27 -06:00
Clyde Stubbs
8065e5c8b1
ili9xxx display component doc update (#3200) 2023-11-29 14:06:55 +13:00
Edward Firmo
ddf45531d5
Nextion on_touch trigger (#3412)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-28 17:15:05 +13:00
Ilia Sotnikov
a9c5f2e547
Pillow: bump to 10.1.0 (#3401) 2023-11-24 08:55:45 +13:00
Jesse Hills
a53fc6b37e
Add documentation for images using URL (#3409) 2023-11-24 08:10:39 +13:00
Nikita Kuklev
b02e8d209c
Add SH1107 documentation to SSD1306 page (#3094) 2023-11-16 21:06:06 +13:00
Jesse Hills
2e77a2f31f
Merge branch 'current' into next 2023-11-14 14:32:27 +13:00
Martijn Hoogesteger
5da4214bba
Fix reference error in tm1637.rst (#3351)
The reference to the render lambda was to the binary sensor.
2023-11-10 06:25:14 +01:00
Jesse Hills
d8c14672b2
Merge branch 'current' into next 2023-11-08 13:13:12 +13:00
Edward Firmo
e499434bb2
Adds docs for Nextion start_up_page (#3336) 2023-11-06 18:48:22 -06:00
RoganDawes
c037801e34
Update lcd_gpio.svg (#3330)
* Update lcd_gpio.svg

Correct labeling of D0-D3 as 4-bit, when the correct pins to
use for 4-bit data are D4-D7, as per https://github.com/duinoWitchery/hd44780/blob/master/examples/ioClass/hd44780_pinIO/HelloWorld/HelloWorld.ino#L24-L27

* Update pin examples to use GPIO instead of D
2023-11-06 16:33:07 +01:00
Luis Peralta
022d32c63d
display font: document using gfonts:// for icons (#2883)
Added example showing how to use gfonts to download icons. It seems it is not widely known.

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-10-25 16:50:32 +02:00
NP v/d Spek
d609c17972
Update display document with test script (#3244)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-10-22 22:23:39 -05:00
Clyde Stubbs
c133eafe04
Add doc for backlight pin disable (#3235) 2023-10-13 14:16:25 +13:00
Jesse Hills
87273af8e0
Merge branch 'current' into next 2023-10-12 15:12:41 +13:00
NP v/d Spek
f37d2d1005
add manual set the invert_display option (#3245) 2023-10-12 14:26:10 +13:00
Guillermo Ruffino
c305a836f9
fixes docs for 202310 (#3251)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-10-11 00:13:24 +00:00
Clyde Stubbs
c77d8b620a
Add mode and data_rate configuration for st7789v. (#3236) 2023-10-04 15:18:51 -05:00
phoenixswiss
ac7355aa63
fix display always on issue with 7.50inv2 epaper screens (#3143) 2023-09-27 21:10:42 +13:00
Jesse Hills
1b9b520416
Merge branch 'current' into beta 2023-09-25 12:10:24 +13:00
Torsten Paul
9ffbc6e94d
Fix typo in tm1637.rst (#3203) 2023-09-24 06:23:01 +02:00
Clyde Stubbs
751c02a629
Add new documentation for ST7789V displays (#3161)
* Add new documentation for ST7789V displays

* Add S2 to preset list

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>

* Fix heading

* Add table.

* Cleanup

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-09-05 02:01:40 -05:00
Jesse Hills
eaa0bf0d64
Merge branch 'current' into next 2023-08-10 17:29:00 +12:00
Jesse Hills
d4817e46c6
Update note on pillow install (#3117) 2023-08-10 15:57:44 +12:00
Lucas Prim
aa5abd17fe
Updated docs to reflect newly implemented waveshare 7.5in B V3 code. (#3111) 2023-08-08 07:31:13 +12:00
mullerdavid
c994a3ca22
Adding Inkplate 6 v2 Documentation (#3092) 2023-07-31 09:10:35 +12:00
Jesse Hills
e3280e01db
Merge branch 'current' into next 2023-07-10 11:24:28 +12:00
Graham Brown
54b52def5b
Dark mode (#3025) 2023-07-10 09:49:12 +12:00
Tobias Oort
5d6ce459b8
add e-ink display gdew0154m09 to waveshare_epaper (#2987)
* add m5stack core ink gdew0154m09

* Update components/display/waveshare_epaper.rst

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-07-05 14:32:39 -05:00
Fabian
f11a43ab48
[ili9xxx] Allow config of spi data rate. (#2874)
* ili9xxx add data_rate option.

* add node about multiple displays.

---------

Co-authored-by: Your Name <you@example.com>
2023-07-05 02:53:17 -05:00
lnicolas83
1eb3385041
Update ili9xxx.rst - Add Ili9488_A (#3031)
* Add ili9488_a

* fix
2023-07-04 19:21:29 -05:00
Jesse Hills
8e48e0393d
Merge branch 'current' into next 2023-06-28 12:34:48 +12:00
NP v/d Spek
80c17d3920
ili9xxx: add list of models on top of the document. (#3023)
* Update ili9xxx.rst

Pleasing the list of allowed display models on top of the page.
As suggested on the discord #documention channel.

* Update index.rst

Adding all display models that can be used with the ili9xxx display controller component.

* Update index.rst

restore 'ILI9xxx, components/display/ili9xxx, ili9341.jpg' in index page

* adding driver aliases to the index page as well.

* revert last changes

* Update components/display/ili9xxx.rst

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-06-26 17:39:17 -05:00
Jesse Hills
3130234dc6
Merge branch 'current' into next 2023-06-26 09:43:15 +12:00
Guillermo Ruffino
96ce858f41
Fix schema 202306 (#3020) 2023-06-26 09:40:03 +12:00
guillempages
69573565ce
Add animation actions documentation (#3001)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-06-20 10:50:06 +12:00
Kamil Trzciński
0a370f424a
display: allow to align image with ImageAlign (#2996) 2023-06-19 07:35:14 +12:00
guillempages
b7f6d15460
Add S3-Box (Full) to the documentation (#2994) 2023-06-19 07:35:14 +12:00
guillempages
d99756b2f7
Add ESP32-S3-Box-Lite display documentation (#2988)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-06-19 07:35:14 +12:00
Kamil Trzciński
5e18c9eed0
display: allow to align image with ImageAlign (#2996) 2023-06-19 07:24:27 +12:00
guillempages
ba342c46e5
Add S3-Box (Full) to the documentation (#2994) 2023-06-17 03:38:37 -05:00
guillempages
d4ef0dd0fd
Add ESP32-S3-Box-Lite display documentation (#2988)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-06-16 11:40:17 +12:00
Jesse Hills
369809d257
Merge branch 'current' into next 2023-06-15 14:23:43 +12:00
guillempages
93d7245eab
Add SVG support (#2983) 2023-06-12 09:36:42 +12:00
guillempages
52bff79366
Add mdi image documentation (#2837) 2023-06-07 09:32:24 +12:00
PlainTechEnthusiast
18f738b945
document addition of power_supply option to ST7789V component (#2976) 2023-06-03 16:07:03 -05:00
Staffan Larsen
b3fb5b3b84
Add "dimensions" and remove "cs_pin" (#2848)
* Add "dimensions" and remove "cs_pin"

Added "dimensions" since it was not documented.
Removed "cs_pin" since ili9xxx does not use that config.

* Remove cs_pin from examples
2023-05-31 15:39:31 +02:00
guillempages
182750cd6a
Document looping animations (#2847) 2023-05-26 00:09:34 -05:00
guillempages
ba7f38c0a9
Add transparency support to images and animations (#2770) 2023-05-22 08:03:24 +12:00
cooki35
7a92fae4e6
Add support for V2 of the waveshare 5.83in e-paper display. (#2200)
Update the docs.
2023-05-01 21:36:51 +00:00
Jesse Hills
552dc838a5
Merge branch 'current' into beta 2023-04-20 10:15:28 +12:00
Ludovic BOUÉ
2910aae2c6
Fix strftime issue in max7219 doc (#2856)
Fix strftime issue in max7219 doc
error: no matching function for call to 'esphome::max7219::MAX7219Component::strftime(const char [9])'
       it.strftime("%H.%M.%S");
2023-04-19 16:27:50 +02:00
Jesse Hills
cd92f71534
Merge branch 'current' into next 2023-04-13 10:11:13 +12:00
H. Árkosi Róbert
dbfd65504e
Add/Rename item in Cookbook (#2821)
* Add/Rename item in Cookbook

Made a "Lambda Magic" cookbook item, where we can gather interesting Lambda implementations.

* Update lambda_magic.rst

* Update lambda_magic.rst

* Update lcd_display.rst
2023-04-12 11:37:13 +02:00
Dave Johnston
a925b1a63b
add docs for SSD1306 72x40 display (#2805) 2023-04-11 23:02:20 -05:00
gatonero
0706aa6d77
Adjusted indentation (#2793)
from "output:" downwards
2023-03-30 09:41:00 +02:00
Aaron S. Jackson
f9aa59fd33
GooDisplay GDEY029T94 (#2765) 2023-03-20 17:01:59 +13:00
Raph
77bcde8e60
Add flip_x (#2746) 2023-03-16 12:24:09 +13:00
Dorian Zedler
fa505d91e5
Feat: add hex color (#2731) 2023-03-13 13:32:25 +13:00
Dorian Zedler
72c0fdd05f
Feat: add hex color (#2731) 2023-03-13 09:26:34 +13:00
NP v/d Spek
5176b16150
Replace ili9341 with ili9xxx documentation (#2729)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-03-09 15:48:13 +13:00
NP v/d Spek
12e0073cb0
Replace ili9341 with ili9xxx documentation (#2729)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-03-09 13:02:14 +13:00
Jesse Hills
dc34e118a2
Merge branch 'current' into next 2023-02-15 19:28:58 +13:00
Jesse Hills
a9b69cb5d4 Merge branch 'current' into beta 2023-02-15 19:28:58 +13:00
Michael Boulding
37d4e88a3d
Update example to use Color::BLACK not COLOR_BLACK (#2670)
COLOR_BLACK now generates a deprecation warning, update the example to use the recommended name.
2023-02-14 21:58:55 +01:00
NP v/d Spek
eed3d41024 Nvds display clipping (#2659)
* Adding documentation about Clipping

* add example
2023-02-13 11:54:31 +13:00
NP v/d Spek
6a6c876142
Nvds display clipping (#2659)
* Adding documentation about Clipping

* add example
2023-02-11 09:56:01 +13:00
Jesse Hills
a6fff4b5f2
Merge branch 'current' into next 2023-02-08 23:37:59 +00:00
Jan Pieter Waagmeester
880085fa33
Fix list layout for Graph>'Trace specific fields' (#2577) 2023-02-05 20:31:35 +01:00
Mike Ellis
a34f2c8679
Update st7789v.rst (#2622)
* Update st7789v.rst

Modified to allow dimmable control of the backlight (using GPIO4)

* Update st7789v.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-02-05 19:28:12 +00:00
Antonio Fiol
a3bdd1ff5d
Added example with the expanded form for file (#2635)
Added one example where file does not use the short form, but the YAML expanded one described below the examples.
2023-02-05 20:10:26 +01:00
Jesse Hills
c8fefadfa4
Merge branch 'current' into next 2023-01-26 14:59:51 +13:00
NP v/d Spek
8a18636d4b
Add missing font: component to example. (#2614)
Co-authored-by: Samuel Sieb <samuel-github@sieb.net>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
fixes https://github.com/esphome/issues/issues/4065
2023-01-24 15:27:16 +13:00
Jesse Hills
4171ba1fb4
Fix display font and static text ref (#2618) 2023-01-24 14:35:06 +13:00
Jesse Hills
28f359e8c5
Merge branch 'current' into next 2022-12-22 22:58:00 +00:00
Jesse Hills
150d149d60
Restructure time docs into its own folder and split (#2566) 2022-12-23 11:57:01 +13:00
Dave T
16b7c27648
Add docs for ili9341 image adaptive pallet mode (#2089) 2022-12-22 19:54:07 +13:00
Nejc
afa259f609
Added example for 16x32 display in addressable_light.rst (#2543)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-12-16 10:40:36 +13:00
imgbot[bot]
fb465cfe5a
[ImgBot] Optimize images (#2486)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2022-11-30 19:38:57 +13:00
H. Árkosi Róbert
4109fcf5e6
Add files via upload 2022-11-18 13:33:31 +01:00
H. Árkosi Róbert
d06a2a3aab
Update lcd_display.rst 2022-11-18 09:27:15 +01:00
H. Árkosi Róbert
31853d1af5
Fix of typos again 2022-11-18 09:19:55 +01:00
H. Árkosi Róbert
3b7aecebde
Update lcd_display.rst 2022-11-17 15:24:44 +01:00
H. Árkosi Róbert
083e1705f3
Add files via upload 2022-11-17 15:12:37 +01:00
H. Árkosi Róbert
4a9743bb0a
Update lcd_display.rst
A few more fixes.
2022-11-17 14:53:26 +01:00
H. Árkosi Róbert
0ba89c6bb1
Update lcd_display.rst 2022-11-17 14:27:40 +01:00
H. Árkosi Róbert
450d5bdf23
Update lcd_display.rst 2022-11-17 14:22:48 +01:00
H. Árkosi Róbert
e477822b64
Update lcd_display.rst 2022-11-17 14:17:34 +01:00
H. Árkosi Róbert
86cdde1322
Update lcd_display.rst
Remove dead link, add more explanation, note about the chipset versions, datasheet and character sets available.
2022-11-17 14:12:46 +01:00
definitio
efb6f17ca8
Do not requre CS pin for st7789v (#2354) 2022-10-13 08:26:31 +13:00
Michael Haas
d08cbe4523
Fix typo 2022-10-01 08:14:32 +02:00