diff --git a/README.md b/README.md index 03f4414..256a271 100644 --- a/README.md +++ b/README.md @@ -370,16 +370,14 @@ drv2605: - + - - @@ -389,15 +387,49 @@ drv2605: ### Watch faces
HeaderGlobal Header MenuSubmenu Improv
Home & Global HeaderGraphical Display Menu Graphical Display Menu Bluetooth / Improv / Access Point
+ + + + + + + + - + +
BasicWatch HandsImage as FaceColor by time
+### Navigation + +- [x] 4 + 4 Swipe Gestures (up, down, left, right) + diagonal +- [x] `graphical_display_menu` +- [x] configured `touchscreen` `binary_sensor` grids to toggle `switch`, press `button` etc. + + + + + + + + + + + + + + + + + + +
MenuGrid in use3x3 Grid4x4 Grid
Graphical Display MenuColor testGrid test
+ *** ## Screenshot Web Server @@ -428,7 +460,7 @@ screen_server: online_image Spotify Albym Art - Color test + Color test diff --git a/static/_config.yml b/static/_config.yml index 3f490dc..5809eee 100644 --- a/static/_config.yml +++ b/static/_config.yml @@ -1,8 +1,8 @@ title: T-Watch S3 description: LILYGO® T-Watch S3 full feature implementation for ESPHome -theme: jekyll-theme-minima #theme: jekyll-theme-slate -#remote_theme: riggraz/no-style-please +#theme: jekyll-theme-slate +remote_theme: riggraz/no-style-please plugins: - jekyll-remote-theme - jekyll-default-layout diff --git a/assets/css/main.css b/static/assets/css/main.css similarity index 94% rename from assets/css/main.css rename to static/assets/css/main.css index 617de26..57d286f 100644 --- a/assets/css/main.css +++ b/static/assets/css/main.css @@ -109,13 +109,37 @@ img { :root { color-scheme: light dark; + --white: #fff; + --black: #000; } +@media (prefers-color-scheme: dark) { + :root { + --black: #fff; + --white: #000; + } +} + +html { + height: 100%; +} +body { + min-height: 100%; +} + +html, body{ + background: var(--white); + color: var(--black); +} + + + .markdown-body{ border:0 !important; } -table{ + +table, iframe{ width:100%; display: block; } @@ -278,10 +302,10 @@ summary { } body, html { - background-color: #fff; + background-color: var(--white); } body { - font-family: Roboto, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; font-weight: 400; font-size: 1rem; } @@ -393,7 +417,7 @@ blockquote::before { left: 0; display: block; width: 10px; - background: #efefef; + background: rgba(128,128,128,0.2); } button, input[type="reset"], diff --git a/static/index.md b/static/index.md index 5638db9..bff8029 100644 --- a/static/index.md +++ b/static/index.md @@ -1,4 +1,4 @@ - + # LILYGO® LILYGOT-Watch S3 ESPHomeESPHome diff --git a/static/screen_server/image-spotify.bmp b/static/screen_server/image-spotify.bmp index dc6a09e..23038b8 100644 Binary files a/static/screen_server/image-spotify.bmp and b/static/screen_server/image-spotify.bmp differ diff --git a/static/screen_server/index.bmp b/static/screen_server/index.bmp index 784aa13..7512b06 100644 Binary files a/static/screen_server/index.bmp and b/static/screen_server/index.bmp differ diff --git a/static/screen_server/test-error.bmp b/static/screen_server/test-error.bmp new file mode 100644 index 0000000..46b46f4 Binary files /dev/null and b/static/screen_server/test-error.bmp differ diff --git a/static/screen_server/test-grid.bmp b/static/screen_server/test-grid.bmp new file mode 100644 index 0000000..f754d65 Binary files /dev/null and b/static/screen_server/test-grid.bmp differ diff --git a/static/screen_server/watch-face-color.bmp b/static/screen_server/watch-face-color.bmp new file mode 100644 index 0000000..843b77e Binary files /dev/null and b/static/screen_server/watch-face-color.bmp differ diff --git a/static/screen_server/watch-face-dynamic.bmp b/static/screen_server/watch-face-dynamic.bmp new file mode 100644 index 0000000..60836dd Binary files /dev/null and b/static/screen_server/watch-face-dynamic.bmp differ diff --git a/static/screen_server/watch-face-new.bmp b/static/screen_server/watch-face-new.bmp new file mode 100644 index 0000000..e505539 Binary files /dev/null and b/static/screen_server/watch-face-new.bmp differ diff --git a/static/screen_server/watch-face.bmp b/static/screen_server/watch-face.bmp index 42ec82f..b430726 100644 Binary files a/static/screen_server/watch-face.bmp and b/static/screen_server/watch-face.bmp differ