Fix twatch tilt raise lock screen functionality. Implement unread count on tw_picker. Fix channel missage history and full message view

This commit is contained in:
Pelgraine
2026-07-07 06:03:12 +10:00
parent 32d0055e93
commit b8b3353cf3
6 changed files with 201 additions and 82 deletions
+4
View File
@@ -55,6 +55,10 @@ public:
buffer.setFont(&fonts::Font0);
return w;
}
// Enable/disable horizontal text wrap on the sprite buffer. The compose
// ticker turns wrap off so a long scrolling line is clipped at the screen
// edge instead of wrapping onto the rows below.
void setTextWrap(bool en) { buffer.setTextWrap(en, false); }
#endif
void setCursor(int x, int y) override;
void print(const char* str) override;