From b1256c98fc339ee749eeda64a10e27c286be3000 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Wed, 9 Jan 2013 14:02:50 +0800 Subject: [PATCH] add more comments --- einkfb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/einkfb.c b/einkfb.c index 09926aa3a..256deca7e 100644 --- a/einkfb.c +++ b/einkfb.c @@ -107,6 +107,8 @@ inline void fillMxcfbUpdateData(mxcfb_update_data *myarea, FBInfo *fb, lua_State myarea->hist_bw_waveform_mode = 0; myarea->hist_gray_waveform_mode = 0; myarea->temp = 0x1001; + /*@TODO make the flag configurable from UI, + * this flag invert all the pixels on display 09.01 2013 (houqp)*/ myarea->flags = 0; /*myarea->alt_buffer_data.virt_addr = NULL;*/ myarea->alt_buffer_data.phys_addr = NULL;