PDA

View Full Version : V2 Screen Contrast How???



JR-CRUZN-C5
April 23rd, 2008, 06:27 AM
Ex V1 user 00 C5 Dragracer Here wondering how to change the contrast on the V2 screen. Mine has a blue background with silverish letters which are nearly impossible to see. Will never see the copy in sunlight at the dragstrip! Is there a way to change it!!

Thanks

JR

Blacky
April 23rd, 2008, 03:04 PM
The contrast is fixed during manufacture using a resister in the FlashScan circuit board.

If the pixels on the screen were inverted, so that it was a silver/white background with blue text, would that make it more readable for you?

Regards
Paul

Blacky
April 23rd, 2008, 03:11 PM
See images for alternate screen display.

Goldfinger911
April 23rd, 2008, 04:59 PM
Ironically, I was driving my car today and the daylight was making it hard to read the display. Is the above display inverting something you could build into the firmware? That would be sweet.

ScarabEpic22
April 23rd, 2008, 06:48 PM
If it can be done Id like that as well, its hard enough to try and read a laptop in sunlight!

Blacky
April 23rd, 2008, 07:24 PM
I will make the inverted LCD display a selectable option.
Regards
Paul

joecar
April 24th, 2008, 02:15 AM
Thanks Paul.

JR-CRUZN-C5
April 24th, 2008, 02:46 AM
Blacky - You are incredibal!!!!!!!!!

(Blue letters on silver background will be easier to see in brightly lit areas I think!)

JR

ScarabEpic22
April 24th, 2008, 06:03 AM
Amazing Paul, thanks for the hard work!! :D

Blacky
April 24th, 2008, 09:19 AM
It was very trivial change, if only everything was so easy.

From this:

_lcdCommand(LCD_MODE_DATA,lcd_canvas.bitmap[x][r]);to this:

_lcdCommand(LCD_MODE_DATA,lcd_canvas.bitmap[x][r]^(cfgInvertLcd()?0xFF:0x00));
Regards
Paul

GMPX
April 24th, 2008, 09:24 AM
Wow, now he's publishing the source code :w00t:

Blacky
April 24th, 2008, 09:45 AM
Its a tragedy that we spend 16 hours a day, 6 days a week toiling over this code we call EFILive and no-one ever gets to see it :cool:

More source code here you'll understand it better. Its written in that little know dialect called assembler that only "real programmers " understand :master:.
http://forum.efilive.com/showpost.php?p=68720&postcount=3

Or I could just publish it like this:

0101100001000000 00000110111101001111010111111111 0010110100100110Yes, in case you're wondering I am going (have gone?) insane.

Paul

Blacky
April 24th, 2008, 09:48 AM
I do like your sig "And the part I really don’t understand, if you’re looking for self help, why would you read a book written by somebody else?! That’s not self help, that’s help!"
Got me thinking...
How could you counsel a person to get over their fear of counselors?
Paul

TAQuickness
April 24th, 2008, 10:00 AM
Wow, now he's publishing the source code :w00t:

I was thinking the same thing, but thought better of pushing him all the way off the edge :D

JR-CRUZN-C5
April 25th, 2008, 01:58 AM
0011100101010101010000000000000111111111111111100
0000000000000000000001111100000001111000000


0000011010 010101010001000

JR-CRUZN-C5
April 25th, 2008, 02:07 AM
Paul - FOR YOUR EYES ONLY!!!!!!!!!!!

This is the results of your hard work on the V1 and once V2 BBL is born the front wheels will be even HIGHER!!!!!!!!!!!!!!!!!!!


000000000111010010010 0010100101001001001

http://boomspeed.com/itsjr/WheelsUpDW.jpg

joecar
April 25th, 2008, 02:09 AM
It's too late, he can't be brought back, he has long since followed the "dark art" (programming)...:hihi: once you go down this path, you're possessed and consumed, a minion of the CPU, a walker of the Stack, a defiler of the Heap... you see and think in your favourite programming language :hihi:.

0xDEADBEEF

Garry
April 26th, 2008, 12:10 AM
On my quartermile timing system, one design included replacing Atmel 2313 chips with Tiny12/13 chips ... unfortunately they don't have any RAM, so I had to switch to Assembler code on them ... I really missed hacking assembler for so long ... last time I did was back in 86 (d@mn, that's 22 years ago already ...) on my good ol' C64 ...

Makes you realize you're indeed getting older ... :(

joecar
April 26th, 2008, 05:24 AM
Yeah we're getting older... but I found that as I get older I'm getting less stupider (not wiser)... :D

Garry
April 26th, 2008, 07:27 PM
Inverting the screen on the new release works fine :) :beer: