better icon, bugfix in bitmaps generator script

This commit is contained in:
2020-01-12 13:45:01 +01:00
parent 9b604aab4e
commit 7240773581
8 changed files with 105 additions and 110 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ static struct SceneEvent onChildReturn(struct MenuScene *self, uint32_t tag, int
return SceneEvent_Repaint();
}
#define XLINE 38
#define XLINE 40
void print_labels(struct MenuItem *items) {
snprintf(items[0].label, MENUITEM_LABEL_LEN, "▶%.0f°C", fire_get_setpoint(false));