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

DateTimePlugin: Adding analog clock view configuration #198

Merged
merged 4 commits into from
Nov 6, 2024

Conversation

nhjschulz
Copy link
Collaborator

@nhjschulz nhjschulz commented Nov 3, 2024

HTML:

  • Make config container responsive No margin below small devices
  • Add radio button groups for analog mode
  • Allow to customize seconds visualisation over web pages (radio buttons).

Webserver:
Added keyword DISPLAY_HEIGHT and DISPLAY_WIDTH.
They get replaced with the resolution of
the display. Used to enable/disable resolution
dependend elements.

grafik

HTML:
* Make config container responsive
  No margin below small devices
* Add radio button groups for analog mode
* Allow to customize seconds visualisation
  over web pages (radio buttons).

Webserver:
Added keyword DISPLAY_HEIGHT and DISPLAY_WIDTH.
They get replaced with the resolution of
the display. Used to enable/disable resolution
dependend elements.
@nhjschulz nhjschulz linked an issue Nov 3, 2024 that may be closed by this pull request
src/Web/Pages.cpp Outdated Show resolved Hide resolved
lib/DateTimePlugin/src/DateTimePlugin.cpp Outdated Show resolved Hide resolved
lib/DateTimePlugin/src/DateTimePlugin.cpp Outdated Show resolved Hide resolved
lib/DateTimePlugin/web/DateTimePlugin.html Outdated Show resolved Hide resolved
lib/Views/src/layouts/DateTimeView32x8.h Outdated Show resolved Hide resolved
lib/Views/src/layouts/DateTimeView32x8.h Outdated Show resolved Hide resolved
lib/Views/src/layouts/DateTimeView64x64.cpp Outdated Show resolved Hide resolved
src/Web/Pages.cpp Outdated Show resolved Hide resolved
@BlueAndi BlueAndi merged commit 1235ccb into BlueAndi:Development Nov 6, 2024
27 checks passed
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.

[Feature] Make analogue clock customizable
2 participants