Commit Graph

344 Commits

Author SHA1 Message Date
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
Stanislav Habich
79c95a7a17
Update tm1621.rst 2022-09-22 14:53:22 +02:00
imgbot[bot]
aa88cd000d
[ImgBot] Optimize images (#2313)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2022-09-21 10:24:40 +02:00
Jordan W. Cobb
ca8a5ee051
Added documentation for TM1638 Led and Key module (#1991) 2022-09-12 00:32:54 -07:00
Philippe FOUQUET
8e3689fb45
Add doc for tm1621 LCD display (#2242) 2022-09-08 11:40:32 +12:00
Mike Ryan
76e619f1cd
Add docs for bitmap fonts (#2139) 2022-08-19 10:49:57 +12:00
puuu
cbacebc478
Add documentation of pvvx_mithermometer display platform (#1986) 2022-08-15 10:56:29 +12:00
anatoly-savchenkov
abd30d2bcb
[Nextion] Add on_page trigger (#2209) 2022-08-09 12:44:57 +12:00
davestubbs
68a4f07a06
Added documentation on selecting a specific frame in an animated gif (#2214)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-08-09 10:28:20 +12:00
Jesse Hills
d48af09642
Merge branch 'current' into next 2022-08-08 08:23:47 +12:00
Keith Burzinski
d6c70802ab
ST7789V doc update (#2195) 2022-08-08 07:54:53 +12:00
ADeadPixel
698e521431
Documentation Update: Added in Inkplate 6 PLUS backlight controls example (#2159) 2022-07-07 07:53:23 +12:00
Maurice Makaay
9cce2009df
Merge pull request #2039 from jdgarner123160/patch-1
Update for typo
2022-06-23 09:20:22 +02:00
Samuel Sieb
5b8b1b5321
add new ILI9341 model (ILI9342) (#2112)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2022-06-07 22:42:20 +12:00
Dave T
b443342e77
Add documentation describing new color pallet mode for ili9341 displays (#2087) 2022-05-19 10:23:06 +12:00
LuBeDa
8f0331e095
added prev_frame for animation (#2048) 2022-05-10 21:56:52 +12:00
Patrick van der Leer
96f039e83a
Waveshare ePaper 7.5inch v2 alternative (#1954) 2022-05-09 17:17:40 +12:00