@@ -26,29 +26,21 @@ void drawIconFromItem(int32_t posX, int32_t posY, int16_t itemNum, float scale);
26
26
void drawTextMain (const char *text, int32_t x, int32_t y,
27
27
uint32_t color, bool alignRight, float scale, float width);
28
28
29
+ void drawTextMultipleLines (const char *text, int32_t x, int32_t y,
30
+ uint32_t color, bool alignRight, float scale, float width);
31
+
29
32
void drawText (const char *text, int32_t x, int32_t y, uint32_t color, float scale);
30
33
31
34
void drawTextWidth (const char *text, int32_t x,
32
35
int32_t y, uint32_t color, float scale, float width);
33
36
34
37
void drawTextAlignRight (const char *text, int32_t x, int32_t y, uint32_t color, float scale);
35
38
36
- void drawTextMultipleLinesMain (const char *text, int32_t x, int32_t y,
37
- uint32_t color, bool alignRight, float scale, float width);
38
-
39
- void drawTextMultipleLines (const char *text, int32_t x, int32_t y, uint32_t color, float scale);
40
-
41
- void drawTextMultipleLinesWidth (const char *text, int32_t x,
42
- int32_t y, uint32_t color, float scale, float width);
43
-
44
39
void drawTextInit (uint8_t alpha, bool drawFontEdge);
45
40
46
41
void drawTextAndInit (const char *text, int32_t x, int32_t y,
47
42
uint8_t alpha, uint32_t color, bool drawDontEdge, float scale);
48
43
49
- void drawTextMultipleLinesAndInit (const char *text, int32_t x, int32_t y,
50
- uint8_t alpha, uint32_t color, bool drawDontEdge, float scale);
51
-
52
44
void getOnOffTextAndColor (bool valueToCheck, const char **textOut, uint32_t *colorOut);
53
45
void getYesNoTextAndColor (bool valueToCheck, const char **textOut, uint32_t *colorOut);
54
46
uint32_t getSelectedTextColor (bool valueToCheck);
0 commit comments