do not update display after each letter

pull/25/head
Jan Pochyla 8 years ago committed by Pavol Rusnak
parent 4d672fee28
commit b49ae3deee
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -207,10 +207,11 @@ void display_text(uint8_t x, uint8_t y, const char *text, int textlen, uint8_t f
DATA(colortable[c] >> 8);
DATA(colortable[c] & 0xFF);
}
display_update();
}
px += g[2];
}
display_update();
}
// compute the width of the text (in pixels)

Loading…
Cancel
Save