Rockbox Development > New Ports

SanDisk Sansa c200v2, m200v4, clipv1, clipv2, clip+, and fuzev2

<< < (185/386) > >>

matsch:

--- Quote ---Tried to add the GPIO pins setting back. Without success. Working Screen with very weak contrast for my Clip.

As in you weren't able to get the settings back in or that worked but didn't help the problem?
--- End quote ---

I compiled with GPIO pins settings back, but this did not help.

The DC-DC converter is disabled in lcd-ssd1303.c.  Does OF also disable the DC-DC converter?
Perhaps my clip OLED-Driver has to run with converter.

funman:

--- Quote from: matsch on June 02, 2009, 01:36:48 PM ---The DC-DC converter is disabled in lcd-ssd1303.c.
Does OF also disable the DC-DC converter?
--- End quote ---
Yes the init routine is the same than the OF.

You can try enabling the as3514 dcdc like Fuze & e200:

--- Code: ---ascodec_write(AS3514_DCDC15, X); /* current = X * 1.25mA : ranges from 0 to 0x1f = 38.75mA */
--- End code ---

matsch:

--- Quote ---you can try enabling the as3514 dcdc like Fuze & e200:


--- Code: ---ascodec_write(AS3514_DCDC15, X); /* current = X * 1.25mA : ranges from 0 to 0x1f = 38.75mA */
--- End code ---


--- End quote ---

OLED Driver of my Clip is supplied by as3514 DCDC. Screen is now bright with code above and X = 0x10. Will test other values for X. Thanks for the tip.

funman:
Cool! Please post a patch to FlySpray when you have something clean.

Also note if it makes any lightning difference with different values.

fuflo:

--- Quote from: matsch on June 02, 2009, 06:15:58 PM ---OLED Driver of my Clip is supplied by as3514 DCDC. Screen is now bright with code above and X = 0x10. Will test other values for X. Thanks for the tip.

--- End quote ---

i can confirm this as well. i also have european clip v1 without FM. i'm not much of a developer, especially with this low level coding, but i can help test patches :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version