The MP3car.com Store The MP3car.com Blog    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development

Reply
 
LinkBack Thread Tools Display Modes
Old 05-29-2003, 09:50 AM   #1
Registered User
 
Join Date: Jan 2003
Posts: 294
Brightness controller

well I know many are having problems with screens being too bright at night. SO, i whipped up a small program to handle that.

I'll decrease the brightness almost in half (depending on OS) with just one click and return back to normal with one click (depending on OS)

I've tested it on Win2k, XP and 98. but should work for 95 and ME as well.

Well this is only for a Window OS. so people with linux and CE, this isn't going to work. (i don't think anyone is using a mac here, but that don't work either)

and the Cost?



nothing, Its free. Since it only took me a few hours to whip up, no point in charging. Plus I like free stuff like the next guy .

If you want it just go here:

http://www.taylormacintosh.com

Click on Programs on the menu

Then click on eclipse's banner

Watch the demo and download on the bottom of the page.

Interface should look familar, I just took my buttons from my Fairlady interace to do this. Quick and simple

Well enjoy and let me know if theres any bugs.

heres an image for those who like to see pictures in post.
Attached Images
 

Last edited by Alphared; 05-29-2003 at 09:53 AM.
Alphared is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 05-29-2003, 09:29 PM   #2
Maximum Bitrate
 
eCar™'s Avatar
 
Join Date: May 2003
Location: SE Michigan
Posts: 810
Cool. Thanks, I'll check it out.
eCar™ is offline   Reply With Quote
Old 05-29-2003, 10:30 PM   #3
FLAC
 
Join Date: Aug 1999
Location: Washington D.C.
Posts: 1,580
Alphared you are the man! I've been looking for something like that for a while. Thanks a lot!
Zip-Lock is offline   Reply With Quote
Old 05-29-2003, 11:35 PM   #4
Registered User
 
Join Date: Jan 2003
Posts: 294
Uploaded a fixed version. if your resolution is less than 1024x768, download again.
Alphared is offline   Reply With Quote
Old 05-30-2003, 01:14 AM   #5
Constant Bitrate
 
Join Date: Mar 2003
Posts: 149
I know beggers shouldn't be choosers, but I have a few requests and a bug if you ever dolly with this again.
Bug first: when I hit the brightness up button my contrast gets real high and some of my colors go flourescent. A print screen doesn't show it, so I will take a digital pic if you need it.
Wish List:
- Would be nice to have a couple increments up and down as different LCD's have different nits to start with. Like 3 levels down and 3 levels up. Or to make is simpler/smaller get rid of up and down buttons and make one button that toggles the up or down image when it is dark or bright, respectively. If there were multiple brightness levels you could just hit the one button with a left or right click to change the brightness number from 1-9 using the button graphics you already have.
- Would be cool to schedule it where it will increment the brightness up or down over a half hour in the evening or morning.
- Minimize to tray and no window title bar.
- Wish it faded like your cool shockwave demo.
Anyways, I know my list is full of crap that you'll just nod your head at (I make the programmers at work do the same with my wish lists there). But hey I can dream right? Either way thanks for the great tool.

Last edited by Moose; 05-30-2003 at 01:16 AM.
Moose is offline   Reply With Quote
Old 05-30-2003, 01:45 AM   #6
FLAC
 
Join Date: Aug 1999
Location: Washington D.C.
Posts: 1,580
I can report that I had the same problem as Moose. When I pressed the up button, some of my colors go funky and florescent.

The only improvement I would wish for would be some sort of connection with a photo sensor. The photo senor would determine the ambient light level and adjust the screen brightness as needed. Obviously this would make the program much more complicated and require a hardware photo senor.

Thanks for what you have given us, it makes LCD use a lot more practical. LCD brightness at night has been my #1 reason to avoid putting and LCD in my dash.
Zip-Lock is offline   Reply With Quote
Old 05-30-2003, 01:45 AM   #7
Registered User
 
Join Date: Jan 2003
Posts: 294
Quote:
Originally posted by Moose
I know beggers shouldn't be choosers, but I have a few requests and a bug if you ever dolly with this again.
Bug first: when I hit the brightness up button my contrast gets real high and some of my colors go flourescent. A print screen doesn't show it, so I will take a digital pic if you need it.
Wish List:
- Would be nice to have a couple increments up and down as different LCD's have different nits to start with. Like 3 levels down and 3 levels up. Or to make is simpler/smaller get rid of up and down buttons and make one button that toggles the up or down image when it is dark or bright, respectively. If there were multiple brightness levels you could just hit the one button with a left or right click to change the brightness number from 1-9 using the button graphics you already have.
- Would be cool to schedule it where it will increment the brightness up or down over a half hour in the evening or morning.
- Minimize to tray and no window title bar.
- Wish it faded like your cool shockwave demo.
Anyways, I know my list is full of crap that you'll just nod your head at (I make the programmers at work do the same with my wish lists there). But hey I can dream right? Either way thanks for the great tool.

yeah, the brightness will not work for Win2k and up. Microsoft changed their drivers, so its pretty hard to do increments. I'll go back and work on it and see if theres a loop hole, but I have other stuff on my plate that needs attention first.
There isn't one thing on your wish list that I haven't thought of when doing it. that'll include more programing (not really hard, just tedious) Took me an hour or so to whip this up and another for webpage, but thats all for now on this program. Got to finish other stuff before adding to this one.
Alphared is offline   Reply With Quote
Old 05-30-2003, 01:51 AM   #8
Registered User
 
Join Date: Jan 2003
Posts: 294
Quote:
Originally posted by Zip-Lock
I can report that I had the same problem as Moose. When I pressed the up button, some of my colors go funky and florescent.

The only improvement I would wish for would be some sort of connection with a photo sensor. The photo senor would determine the ambient light level and adjust the screen brightness as needed. Obviously this would make the program much more complicated and require a hardware photo senor.

Thanks for what you have given us, it makes LCD use a lot more practical. LCD brightness at night has been my #1 reason to avoid putting and LCD in my dash.

cool idea, I have that on my rear view mirror. but its really tricky. depending where you put it. Like in the rear window. If its night and a car comes up too close the headlight would trigger it and the screen might go all the way bright. Not really hard to do a hardware for it, just basically a dimmer switch. but depending on the processor, might bog it down by constantly checking surrounding brightness.
Alphared is offline   Reply With Quote
Old 05-31-2003, 03:33 PM   #9
Constant Bitrate
 
Join Date: Sep 2002
Location: Redmond, WA
Posts: 171
What API are you using? SetDeviceGammaRamp?
digitallexus is offline   Reply With Quote
Old 05-31-2003, 03:58 PM   #10
jol
FLAC
 
jol's Avatar
 
Join Date: Jan 2002
Location: Mellansel, Sweden
Posts: 1,299
make it
e.exe -brighter
e.exe -darker
e.exe -normal
for girder users.
__________________
-
My cars
-
jol is offline   Reply With Quote
Old 05-31-2003, 08:44 PM   #11
Registered User
 
aoLhaTer's Avatar
 
Join Date: Mar 2003
Location: Rohnert Park, CA
Posts: 1,122
ya, command line options would be great
__________________
2004 G35 Coupe project
aoLhaTer is offline   Reply With Quote
Old 06-01-2003, 01:14 AM   #12
Maximum Bitrate
 
Join Date: Sep 2001
Location: DC
Posts: 744
Does this thing actually work to dim the backlight on the LCD? My LCD does not have a brightness control, and it's 350 nit, so at night its practically like having the dome lamp on. Will this thing allow me to dim it using Win XP?
SuperMatty is offline   Reply With Quote
Old 06-01-2003, 01:17 AM   #13
Registered User
 
aoLhaTer's Avatar
 
Join Date: Mar 2003
Location: Rohnert Park, CA
Posts: 1,122
Quote:
Originally posted by SuperMatty
Does this thing actually work to dim the backlight on the LCD? My LCD does not have a brightness control, and it's 350 nit, so at night its practically like having the dome lamp on. Will this thing allow me to dim it using Win XP?

no
it manipulates the graphic output settings of the OS
basically turning the gamma up and down
aoLhaTer is offline   Reply With Quote
Old 06-01-2003, 06:19 AM   #14
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,678
It would also be nice if this was intergrated in to Media Engine... Has Carcomp seen this ?

Terran
ccsnet is offline   Reply With Quote
Old 06-02-2003, 04:18 AM   #15
Variable Bitrate
 
Join Date: Mar 2001
Posts: 292
Definitely command line options.

I use IRAssistant and don't want an app or any buttons to push, as I do all my control from a remote. If it was all controllable with command line options it'd be easy to add 'brighten' and 'darken' buttons to it.

Thanks for your cool work.
__________________
Player: Celeron II 633MHz, 256MB RAM, 20GB IBM 9mm 2.5" Laptop HD (180G/2ms), onboard ethernet/sound/video/tvout, 10"11"x3" case, MPBS1 70W DC-DC PS w/auto-shutdown controller, in-dash lighted switches, 7" NTSC TFT widescreen in-dash LCD, touchscreen, rear-window brake light installed Garmin GPS35 GPS, credit card sized IR remote w/IRMan, mini-wireless keyboard/mouse (sits under seat), PowerMate black knob, MP3s and GPS Navigation (Winamp, CoPilot, SA8.0).
Car: 1993 Nissan Maxima, Black Emerald
jshrieve is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT -5. The time now is 10:52 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics