This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10273 - Enable OLED-Screen for Clip v1 (without FM chip?)
Attached to Project:
Rockbox
Opened by Matthias Schneider (matsch) - Wednesday, 03 June 2009, 19:39 GMT+2
Last edited by Rafaël Carré (funman) - Monday, 08 June 2009, 01:33 GMT+2
Opened by Matthias Schneider (matsch) - Wednesday, 03 June 2009, 19:39 GMT+2
Last edited by Rafaël Carré (funman) - Monday, 08 June 2009, 01:33 GMT+2
|
DetailsPatch enables OLED-Screen for some Clip v1 which are different from
others (due to missing FM chip?). The DC-DC converter of AS3525 is switched on. Parameter x of ascodec_write(AS3514_DCDC15, x) has no influence on screen contrast unless x = 0. |
This task depends upon
We would need to have at least one report of a Clip without a FM chip and with a display working without this patch
like in the patch, but then the screen is black. If ascodec_write(..) is not in lcd_init_device the screen is black from start.
For clips that don't need the DCDC15, I don't expect the 1.25 mA current to really run into anything. Even if it does, it's only 1.25/50 = 2.5% more current draw.
I ran battery_bench wit 7h30 running time.
EDIT: WRONG TEST : the LCD was off during both benches .. I feel stupid .. I'll retest again.