From a614d2fd98ba2d960de9e66b3c52a35f5bcce367 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 27 Feb 2018 16:40:14 -0500 Subject: [PATCH] Improved drawing perf. --- common/menu.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/common/menu.c b/common/menu.c index 0538dd8..5b32c99 100644 --- a/common/menu.c +++ b/common/menu.c @@ -26,8 +26,8 @@ static void drawImage(int x, int y, int width, int height, const uint8_t *image, int pos; color_t current_color; - for (tmpx=0; tmpx