Skip to content

Commit ad1109e

Browse files
committed
docu
1 parent dbf6d14 commit ad1109e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,11 +903,12 @@ ehmtxv2:
903903

904904
**time_format_big** (optional, string): formats the date display with [strftime syntax](https://esphome.io/components/time.html?highlight=strftime), defaults `"%H:%M:%S"`, works only in **advanced_clock** mode and sets the time format for a screen with a clock without an icon
905905

906-
**advanced_clock** (optional, boolean): Enables or disables advanced clock mode. (default: false) [More info](https://github.com/lubeda/EspHoMaTriXv2/issues/164)
906+
**advanced_clock** (optional, boolean): Enables or disables advanced clock mode. (default: false) You can specify the color for hours,minuted,seconds in RGB separatly:
907+
`set_adv_clock_color(hr,hg,hb,mr,mg,mb,sr,sg,sb)` [More info](https://github.com/lubeda/EspHoMaTriXv2/issues/164)
907908

908909
**flip_flop_clock** (optional, boolean): Enables or disables flip_flop_clock clock mode. (default: false), works only in **advanced_clock** mode.
909910

910-
**advanced_bitmap** (optional, boolean): Enables or disables advanced clock mode. (default: false) [More info](#advanced-bitmap-mode)
911+
**advanced_bitmap** (optional, boolean): Enables or disables advanced bitmap mode. (default: false) [More info](#advanced-bitmap-mode)
911912

912913
**default_font_yoffset** (optional, pixel): yoffset the text is aligned BASELINE_LEFT, the baseline defaults to `6`
913914

0 commit comments

Comments
 (0)