diff --git a/apps/bwclk/app.js b/apps/bwclk/app.js index 76a6a2a94..252cffa9b 100644 --- a/apps/bwclk/app.js +++ b/apps/bwclk/app.js @@ -171,6 +171,7 @@ let clockInfoMenu = clock_info.addInteractive(clockInfoItems, { strWidth = g.stringWidth(text); if (strWidth+imgWidthClear > options.w) { g.setMiniFont(); + text = g.wrapString(text, options.w-imgWidthClear).join("\n"); strWidth = g.stringWidth(text); } }