From 1bfcc7baf6806b0ca9567dd423de514828873481 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Sun, 22 May 2011 20:32:23 +0200 Subject: [PATCH] Whoops. Fix bug for non-3byte fonts. Why did I hardcode this? --- lcd/decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcd/decoder.c b/lcd/decoder.c index 6a82d3a..8b9f038 100644 --- a/lcd/decoder.c +++ b/lcd/decoder.c @@ -98,7 +98,7 @@ uint8_t * pk_decode(const uint8_t * ldata,int * len){ if((bufptr-buf)%height==0){ // End of column? while(repeat>0){ for(int y=0;y