Welcome to the Rockbox Technical Forums!
I don't know if this is due to some other mod but it seems to me that a mod in other files causes the problem in the lcd driver to reappear. How is it possible?
static void lcd_write_reg(unsigned char reg, unsigned short val){ int irq_level = disable_irq_save(); ltv250qv_write(0x740000 | reg); ltv250qv_write(0x760000 | val); restore_irq(irq_level);}
1) I just tried test_fps and i saw no differences, if i press or don't press the screen, the values are the same.
2) I tried disabling irq in lcd_write_reg + using FREQ>>24 and i saw one line repeated, with a value of 23 things seem to work better, i'll test it better tomorrow all day at work.
I'm confused. Justnow I started a v19309 and there got the "famous" problem: one (or two?) line(s) of top appeared at the bottom. But after I shut it off and power on again, It's just all OK. I tried to reboot for another 3 times, still all OK. Only the first time got that problem.
I just tried again and... the screen doesn't turn on. If I hold the power off "button" a few seconds, I can turn on my D2 again (under the Official Firmware).
Hi all!I used rockbox on my D2 for some days and I noticed these problems,1) The touchscreen stopped working two times2) While i was listening Pink Floyd, the music stopped :'(, the touchscreen and all the other buttons stopped working3) While i was listening Claudio Cordero, the music stopped and the player turned offAnyone noticed some of these?
Page created in 0.102 seconds with 15 queries.