Welcome to the Rockbox Technical Forums!
#if 1 // (AS3525_FCLK_FREQ % AS3525_PCLK_FREQ)#define ASYNCHRONOUS_BUS /* Boosted mode asynchronous */#endif
EDIT: radio is working again (was not working with svn)
By the way some GPIO pins settings were removed since they had no effect (at least on the Clips tested so far). You could try to add them back (one by one and then the 2 of them)Just add these lines at the top of lcd_init_device() after ams3525_dbop_init()
Tried to add the GPIO pins setting back. Without success. Working Screen with very weak contrast for my Clip.
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?
The DC-DC converter is disabled in lcd-ssd1303.c.Does OF also disable the DC-DC converter?
ascodec_write(AS3514_DCDC15, X); /* current = X * 1.25mA : ranges from 0 to 0x1f = 38.75mA */
you can try enabling the as3514 dcdc like Fuze & e200:Code: [Select]ascodec_write(AS3514_DCDC15, X); /* current = X * 1.25mA : ranges from 0 to 0x1f = 38.75mA */
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.
Quote from: matsch on June 02, 2009, 06:15:58 PMOLED 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. 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
Can you confirm that you have no radio chip (radio not detected by rockbox) ?You can check in debug menu -> FM radio.Perhaps this is the way to detect the Clips which needs this special screen powering.
Page created in 0.113 seconds with 14 queries.