This commit is contained in:
2026-05-08 23:46:39 +02:00
parent 469177e5cb
commit 0a7e80a16a
9 changed files with 1855 additions and 144 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ void st7789_draw_string(uint16_t xOld, uint16_t yOld, const char *s,
uint16_t y = yOld;
while (*s) {
if (*s == '\n') {
y += 5;
y += 9;
x = xOld;
s++;
continue;