[FEAT] crlf

This commit is contained in:
2021-12-13 16:14:26 +01:00
parent e5798f4b71
commit 62c513db56
3 changed files with 12 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ void color(uint8_t ink, uint8_t paper, int8_t border=-1);
void locate(uint8_t x, uint8_t y); // global::cursorx, global::cursory
void print(const char *str, int x = -1, int y = -1);
void crlf();
bool btn(uint8_t i);
bool btnp(uint8_t i);