Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Brightness of Clip + is very low
« previous next »
  • Print
Pages: [1] 2

Author Topic: Brightness of Clip + is very low  (Read 8980 times)

Offline MichaelScofield

  • Member
  • *
  • Posts: 8
Brightness of Clip + is very low
« on: July 13, 2010, 08:06:22 PM »
Hello,

how to increase the brightness level of my Clip + ?
My old clip is so much brighter w/o changing anything.
Using the newest Rockbox and firmware version.

Thx  for help in advance.

greez
Logged

Offline Strife89

  • Member
  • *
  • Posts: 354
  • Michael Carr
    • Strife89's blog
Re: Brightness of Clip + is very low
« Reply #1 on: July 13, 2010, 08:51:25 PM »
http://download.rockbox.org/daily/manual/rockbox-sansaclipplus/rockbox-buildch8.html#x11-1370008.4

It would appear that you cannot adjust the brightness on a Clip+ in Rockbox -- at least, not yet.

However, if/when the option becomes available, you can go to Settings, then General Settings, then Display, and finally Brightness.
Logged
Rockbox: Sansa Clip Zip, iPod Color, iRiver H320

Android: Moto X4, Galaxy Tab S2 T710

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: Brightness of Clip + is very low
« Reply #2 on: July 14, 2010, 02:41:53 AM »
You can change the contrast in this menu though, perhaps that helps
Logged
a wise man said: "a wise man said"

Offline torne

  • Developer
  • Member
  • *
  • Posts: 994
  • arf arf
Re: Brightness of Clip + is very low
« Reply #3 on: July 14, 2010, 04:39:09 AM »
OLEDs (like the Clip's display) don't have a brightness, they only have a contrast setting. The contrast does more or less what you would expect brightness to do on an LCD :)
Logged
some kind of ARM guy. ipodvideo/gigabeat-s/h120/clipv2. to save time let's assume i know everything.

Offline bertrik

  • Developer
  • Member
  • *
  • Posts: 171
    • Homepage Bertrik Sikken
Re: Brightness of Clip + is very low
« Reply #4 on: July 14, 2010, 06:09:01 AM »
We could of course change the setting into a brightness setting if that's more clear/expected to users.

In that case we would also get a fade in/out effect when turning the display on or off, however the "brightness"/contrast doesn't go all the way down on the clip (the lowest level is still quite bright).
Logged
Meizu M6SP, Samsung YP-S3, iPod nano 1g, Sansa c200, Sansa e200, Sansa Clip, Sansa Clip+, Sansa Clip Zip
 

Offline torne

  • Developer
  • Member
  • *
  • Posts: 994
  • arf arf
Re: Brightness of Clip + is very low
« Reply #5 on: July 14, 2010, 07:56:11 AM »
It might make sense to call it brightness, yes. The datasheets I've seen for OLEDs refer to it as contrast, but it really just is how strongly the individual OLED elements are driven...
Logged
some kind of ARM guy. ipodvideo/gigabeat-s/h120/clipv2. to save time let's assume i know everything.

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: Brightness of Clip + is very low
« Reply #6 on: July 14, 2010, 08:51:54 AM »
The register we change is documented as "contrast" in the SSD1303 datasheet

(why was the topic locked? I unlocked it)
Logged
a wise man said: "a wise man said"

Offline MichaelScofield

  • Member
  • *
  • Posts: 8
Re: Brightness of Clip + is very low
« Reply #7 on: July 14, 2010, 09:27:02 AM »
Thx for unlocking.
I already saw the "contrast" entry in the settings, but it just does nothing.
On my Clip (non +) it's getting much brighter when upping the value.
I really love Rockbox and would be sad to use the default firmware because of this issue  :/
Logged

Offline torne

  • Developer
  • Member
  • *
  • Posts: 994
  • arf arf
Re: Brightness of Clip + is very low
« Reply #8 on: July 14, 2010, 09:46:25 AM »
Is it noticeably brighter in the original firmware? That would suggest we're initialising the display differently... or do you just mean it's brighter with a different model of Clip?
Logged
some kind of ARM guy. ipodvideo/gigabeat-s/h120/clipv2. to save time let's assume i know everything.

Offline MichaelScofield

  • Member
  • *
  • Posts: 8
Re: Brightness of Clip + is very low
« Reply #9 on: July 14, 2010, 10:00:13 AM »
It is much brighter with the default firmware.
Here are 2 pics :




Hope you can see the difference on the photos.
Logged

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: Brightness of Clip + is very low
« Reply #10 on: July 14, 2010, 10:54:09 AM »
Quote from: MichaelScofield on July 14, 2010, 09:27:02 AM
I already saw the "contrast" entry in the settings, but it just does nothing.

This is the problem then, contrast works as intended on my Clip+ (change the brightness).

The Clip+ has 2 different LCD controllers, perhaps the 2nd controller works differently for the contrast.

Do you have a build environment setup to test patches?

EDIT: there is indeed a difference, in spacing of contrast steps.

Try setting MAX_CONTRAST_SETTING to 250 in firmware/export/config/sansaclipplus.h (You will end with 220 possible settings for contrast, just check that the maximum value works correctly)
« Last Edit: July 14, 2010, 10:59:26 AM by funman »
Logged
a wise man said: "a wise man said"

Offline MichaelScofield

  • Member
  • *
  • Posts: 8
Re: Brightness of Clip + is very low
« Reply #11 on: July 14, 2010, 11:33:43 AM »
I don't really have a clue where to find the config file you mentioned.
Should I find it when plugging the Clip to my PC ?
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Brightness of Clip + is very low
« Reply #12 on: July 14, 2010, 11:42:51 AM »
Quote from: MichaelScofield on July 14, 2010, 11:33:43 AM
I don't really have a clue where to find the config file you mentioned.
Should I find it when plugging the Clip to my PC ?

No, its in the rockbox source code.  And the answer to "Do you have a build environment setup to test patches?" would apparently be "No".
Logged

Offline MichaelScofield

  • Member
  • *
  • Posts: 8
Re: Brightness of Clip + is very low
« Reply #13 on: July 14, 2010, 12:34:54 PM »
Okay didn't really know that, sorry

//edit : better ? :p
« Last Edit: July 14, 2010, 01:01:11 PM by MichaelScofield »
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: Brightness of Clip + is very low
« Reply #14 on: July 14, 2010, 12:52:03 PM »
Please remember to use complete words on these forums.

Thank you.  :)
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Hardware
| | |-+  Brightness of Clip + is very low
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.115 seconds with 15 queries.