LCD Contrast

Related to the development libraries, released by Curt Binder
Post Reply
Bryan
Posts: 147
Joined: Wed Jul 06, 2011 1:49 am
Location: Vancouver, B.C.

LCD Contrast

Post by Bryan »

Is the contrast for the Nokia stored in EEPROM anywhere or is the default value of the LCD used?
-=Bryan=-
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: LCD Contrast

Post by binder »

Bryan wrote:Is the contrast for the Nokia stored in EEPROM anywhere or is the default value of the LCD used?
Default value is used. It could be stored in EEPROM but it's not currently. In fact, this hasn't even been brought up until now.

curt
Bryan
Posts: 147
Joined: Wed Jul 06, 2011 1:49 am
Location: Vancouver, B.C.

Re: LCD Contrast

Post by Bryan »

I finally got around to hooking up the RA LCD and found it quite bright, contrast needs adjusting or will need to adjust the regulator to drop the voltage to the backlight.
-=Bryan=-
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: LCD Contrast

Post by rimai »

Code: Select all

ReefAngel.LCD.SetContrast(x);
Roberto.
Bryan
Posts: 147
Joined: Wed Jul 06, 2011 1:49 am
Location: Vancouver, B.C.

Re: LCD Contrast

Post by Bryan »

Yes, thanks that is what I am doing, seems to look best at (30). Just thought for some reason the value was stored in EEPROM.
-=Bryan=-
Post Reply