You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| infofontsize | integer | 85 | CSS font-size for info slots
26
28
| opacity | float | 0.7 | opacity for measurement display in the slots
27
29
| clockcolor | string | #dddddd | CSS color for clock digits (white-ish)
28
30
| topleftcolor | string | #008001 | CSS color for top left slot (green)
@@ -31,12 +33,12 @@ You should install this card using [HACS](https://hacs.xyz).
31
33
| bottomleftcolor | string | #008001 | CSS color for bottom left slot (green)
32
34
| bottomcentercolor | string | #1f90ff | CSS color for bottom center slot (soft blue)
33
35
| bottomrightcolor | string | #bdb76b | CSS color for bottom center slot (soft yellow)
34
-
| displaywidth | string | 800px | width of display on which this will be displayed
35
-
| displayheight | string | 480px | height of display on which this will be displayed
36
-
| offset | string | 0px | change vertical position of card
37
-
| clockspacing | string | 0px | change space between clock and info slots
38
-
| infospacing | string | 0px | change space between info rows
39
-
| infoedge | string | 0px | change space between edge of display and edge of info slots
36
+
| displaywidth | integer | 800 | width (in px) of display on which this will be displayed
37
+
| displayheight | integer | 480 | height (in px) of display on which this will be displayed
38
+
| offset | integer | 0 | change vertical position of card (in px)
39
+
| clockspacing | integer | 0 | change space between clock and info slots (in px)
40
+
| infospacing | integer | 0 | change space between info rows (in px)
41
+
| infoedge | integer | 0 | change space between edge of display and edge of info slots (in px)
40
42
41
43
The defaults are set for a RaspberryPi 7" touch display. If you change the display width and height, you'll want to adjust the font sizes to fit. The card will do some amount of automatic respacing based on font size, but you can also manually fine tune it as needed with the other options.
0 commit comments