Compare commits

...

2 Commits

Author SHA1 Message Date
Dexif ebe3123997 fix: add missing keyboard metrics to Lyra3CoversTheme (#1101)
Fix for keyboard. Issue #1100
2026-02-23 18:00:17 +11:00
Dave Allie fa4c8a4e33 chore: Bump version to 1.1.1 2026-02-23 18:00:17 +11:00
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
default_envs = default
[crosspoint]
version = 1.1.0
version = 1.1.1
[base]
platform = espressif32 @ 6.12.0
@@ -30,7 +30,12 @@ constexpr ThemeMetrics values = {.batteryWidth = 16,
.buttonHintsHeight = 40,
.sideButtonHintsWidth = 30,
.progressBarHeight = 16,
.bookProgressBarHeight = 4};
.bookProgressBarHeight = 4,
.keyboardKeyWidth = 31,
.keyboardKeyHeight = 50,
.keyboardKeySpacing = 0,
.keyboardBottomAligned = true,
.keyboardCenteredText = true};
}
class Lyra3CoversTheme : public LyraTheme {