[00:43:55] *** Quits: APLU (~mulx@2a01:e34:ee29:12b0::10) (*.net *.split) [00:44:42] *** Joins: APLU (~mulx@2a01:e34:ee29:12b0::10) [01:09:56] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [01:09:56] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [02:51:20] http://i.imgur.com/wHBeap6.jpg [02:51:29] * user890104 believes he's doing something wrong here... [03:01:15] <[7]> user890104: static or flickering? [06:20:54] *** Quits: [7] (~quassel@rockbox/developer/TheSeven) (Disconnected by services) [06:21:09] *** Joins: TheSeven (~quassel@rockbox/developer/TheSeven) [07:09:57] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [07:09:57] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [09:27:52] TheSeven: flickering for about a second, stopped using lockscheduler so i can take the picture. then the ipod resets [10:28:53] *** Quits: APLU (~mulx@2a01:e34:ee29:12b0::10) (Ping timeout: 240 seconds) [10:32:14] *** Joins: APLU (~mulx@2a01:e34:ee29:12b0::10) [10:38:29] *** Joins: STeeF (~STeeF@office.hostnetbv.nl) [11:22:19] user890104: ok, so not the panel itself is flickering, but something is writing to it [11:34:05] *** Quits: APLU (~mulx@2a01:e34:ee29:12b0::10) (Ping timeout: 246 seconds) [11:38:15] *** Joins: APLU (~mulx@2a01:e34:ee29:12b0::10) [11:42:16] TheSeven: yes, using a wrong resolution/format [11:43:07] basicly, i'm trying to make the bootmenu work, and emulate a clickwheel/buttons using the accelerometer :) [11:43:34] just as a proof of concept [12:41:31] *** Quits: TheSeven (~quassel@rockbox/developer/TheSeven) (Ping timeout: 264 seconds) [12:42:59] *** Joins: TheSeven (~quassel@rockbox/developer/TheSeven) [13:09:55] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [13:09:55] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [19:09:56] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [19:09:56] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [19:48:05] *** Quits: TheSeven (~quassel@rockbox/developer/TheSeven) (Read error: Connection reset by peer) [20:00:06] *** Joins: TheSeven (~quassel@rockbox/developer/TheSeven) [22:40:39] *** Joins: krnlyng (~liar@83.175.90.24) [23:53:31] TheSeven: i'm trying to display a png on the display, but i fail for some reason [23:54:14] http://pastebin.com/gFtX9CUD [23:55:06] it is supposed to show the background image on the screen [23:56:55] ah... [23:56:59] #define LCD_FORMAT 0x004154b4 // rgb565 [23:59:31] libui and the bootmenu generally use RGB888 framebuffers [23:59:52] and dither that to RGB555/RGB565 (depending on the model) while blitting to the LCD