Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream #2

Open
wants to merge 422 commits into
base: master
Choose a base branch
from
Open

Upstream #2

wants to merge 422 commits into from

Conversation

xarnze
Copy link
Owner

@xarnze xarnze commented Sep 6, 2021

No description provided.

o0shojo0o and others added 28 commits September 29, 2022 18:14
…oject#220)

* WIP

* Restored Webnterface.h

* Moved WebUI to extra repo

* Deploy WebUI only with Tag

* Removed docs folder
This change allows to just switch back to the clock, without touching any parameters, and just display the clock as it was before. One can also specify parameters explicitly to enforce using those. Additionally "show" parameter has been removed, as it was basically unnecessary anyway. Backwards compatibility: It will work with and without providing it, as long as a "clock" json object is present.

Minimum json, to trigger clock being displayed:
```
{
    "clock": {}
}
```

Maximum (all parameters currently supported):
```
{
    "clock": {
        "fatFont": false,
        "switchAktiv": false,
        "switchSec": 5,
        "blinkAnimated": true,
        "withSeconds": false,
        "drawWeekDays": true,
        "hexColor": "#00FF00",
        "color": {
            "r": 0,
            "g": 255,
            "b": 0
        }
}
```
@rliegmann rliegmann deleted the branch xarnze:master December 27, 2022 13:00
@rliegmann rliegmann deleted the master branch December 27, 2022 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.