[00:02:30] is there a function in the lcd api that does this? [00:04:49] yes [00:05:03] see the original code [00:07:53] ah, you're using that already [00:07:55] it's displaylcd [00:09:07] yes, but it displays an image similar to the photo i posted yesterday [00:10:14] so there's either something wrong with the kernel or with the data that you're handing to that [00:10:39] I'd try something simpler for testing, e.g. just a color surface [00:11:37] check whether setting the coordinates works at all etc. [00:19:46] what's the resolution of n4g? 240x320? [00:19:51] yes [00:20:09] something strange is happening here [00:20:21] a couple of lines on the bottom are not updated [00:20:34] and the last updated line is only halfway drawn [00:22:33] looks like the update got interrupted by something [00:22:55] how does it behave if you update different ranges? [00:23:01] let me see [00:24:21] this is howmemset(framebuf, 0, 240 * 320 * 3); and displaylcd(0, 0, 240, 320, framebuf, 0, 0, 240); look like: https://www.dropbox.com/s/th1qe0flpvnq29s/2014-03-18%2000.21.47.jpg [00:26:25] looks like the process enters an endless loop [00:33:12] one of the tests: displaylcd(0, 30, 240, 5, framebuf, 0, 0, 240); -> https://www.dropbox.com/s/js86p0xo3en6y88/2014-03-18%2000.30.00.jpg [00:33:46] note those non-updated pixels at the end of line 35 [00:34:07] try restricting the width [00:46:56] the last line is still incomplete [00:47:11] tried with 150x5 [00:48:26] it's at 0x0: https://www.dropbox.com/s/024imyp3sra8k3c/2014-03-18%2000.46.13.jpg [00:52:54] so a 150x5 image is missing 36 pixels at line 5, and a 150x2 image is missing 2 pixels at line 2 [00:56:02] any ideas? [01:09:59] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [01:09:59] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [03:15:39] *** Joins: [Saint] (~saint@rockbox/staff/saint) [04:52:24] *** Quits: TheSeven (~quassel@rockbox/developer/TheSeven) (Read error: Connection reset by peer) [04:54:42] *** Joins: TheSeven (~quassel@rockbox/developer/TheSeven) [06:21:35] *** Quits: TheSeven (~quassel@rockbox/developer/TheSeven) (Disconnected by services) [06:21:50] *** Joins: [7] (~quassel@rockbox/developer/TheSeven) [07:09:55] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [07:09:55] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [07:26:24] *** Quits: [Saint] (~saint@rockbox/staff/saint) (Remote host closed the connection) [07:31:30] *** Joins: [Saint] (~saint@rockbox/staff/saint) [09:51:25] *** Joins: slenselink__ (~STeeF@office.hostnetbv.nl) [11:52:41] *** Quits: [Saint] (~saint@rockbox/staff/saint) (Remote host closed the connection) [11:54:21] *** Joins: [Saint] (~saint@rockbox/staff/saint) [13:09:59] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [13:09:59] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [13:24:48] *** Quits: [Saint] (~saint@rockbox/staff/saint) (Read error: Connection reset by peer) [13:25:02] *** Joins: [Saint] (~saint@rockbox/staff/saint) [13:59:55] *** Quits: slenselink__ (~STeeF@office.hostnetbv.nl) (Remote host closed the connection) [13:59:55] *** Quits: STeeF (~STeeF@office.hostnetbv.nl) (Remote host closed the connection) [14:00:08] *** Joins: STeeF (~STeeF@office.hostnetbv.nl) [14:08:05] *** Quits: draft (draft@irc.disharmony.fi) (Ping timeout: 255 seconds) [14:08:12] *** Joins: draft (draft@irc.disharmony.fi) [14:08:25] *** Quits: jan_bee_ (~some@euve32367.server4you.net) (Quit: No Ping reply in 180 seconds.) [14:08:34] *** Joins: jan_bee (~some@euve32367.server4you.net) [18:46:25] *** Quits: STeeF (~STeeF@office.hostnetbv.nl) (Ping timeout: 240 seconds) [19:10:00] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [19:10:01] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [20:40:57] *** Quits: [7] (~quassel@rockbox/developer/TheSeven) (Ping timeout: 255 seconds) [20:41:32] *** Joins: TheSeven (~quassel@rockbox/developer/TheSeven) [21:38:25] *** Quits: [Saint] (~saint@rockbox/staff/saint) (Ping timeout: 240 seconds)