- Исправление отображения

- 16мб флеша
This commit is contained in:
Кобелев Андрей Андреевич
2026-03-12 12:28:44 +03:00
parent 6253480f30
commit 9a188663ee
17 changed files with 6111 additions and 774 deletions

View File

@@ -18,8 +18,11 @@ public:
private:
EpdRect measure_text_bounds(const BatteryProps& props) const;
EpdRect measure_label_bounds() const;
EpdRect bounds_ = {0, 0, 0, 0};
int label_x_ = 0;
int label_y_ = 0;
int text_x_ = 0;
int text_y_ = 0;
EpdRect last_text_bounds_ = {0, 0, 0, 0};