12345678910111213141516171819202122232425262728 |
-
-
- #ifndef __TEXTBOX_H__
- #define __TEXTBOX_H__
-
- int16_t text_box(const char *s, bool centered,
- const char *fontname,
- uint16_t x_off, uint16_t width,
- uint16_t y_off, uint16_t height,
- int16_t y_text_off);
-
- #endif
|