Display screen black not responding to joystick
Display screen black not responding to joystick
The display screen started out looking glitchy but I was still about to go through all the menues. Then it cleared the picture but wouldn't change from it's home screen. Now it's completely black and will not respond to any joystick function. Tried resetting and reloading code no change. Please help.
Re: Display screen black not responding to joystick
Private message you?
Re: Display screen black not responding to joystick
Says I'm not allowed to use private messaging. Do I need to have a certain amount of post to use this feature?
Re: Display screen black not responding to joystick
I figured it would be 5 thanks for the info. Let's see if it works.
Re: Display screen black not responding to joystick
I'm having the same issue, my screen went blank last night and now it won't turn back on. I've reset the controller, the green power light comes on but no LCD screen
Re: Display screen black not responding to joystick
Is the controller still turn on/off relays?
Roberto.
Re: Display screen black not responding to joystick
No, it's no longer running its program
Re: Display screen black not responding to joystick
I tried but nothing happen. The arduino software looked to be uploading, it said done uploading but the controller didn't flash, it just stays constant green light on the power
Re: Display screen black not responding to joystick
Did you look for any sign of water damage?
Roberto.
Re: Display screen black not responding to joystick
I don't see any water damage but there was a rattling sound inside so I opened it up and one of the metal brackets that the power cable screws in to to keep it in place was jostling about. Do you think that could have shorted sometime on the board?
Re: Display screen black not responding to joystick
Roberto, i'm wondering if I should purchase a new head unit board or if I should get a new LCD display? Would the LCD display being out affect my lights not turning on, or would that be controlled by the board?
Re: Display screen black not responding to joystick
If the unit is not controlling anything and it is not accepting code upload, it is most likely the head unit board.
If it was just the screen, the controller would still be working.
If it was just the screen, the controller would still be working.
Roberto.
Re: Display screen black not responding to joystick
Ok thanks Roberto I'm going to order a new board then. Always appreciate the help.
Re: Display screen black not responding to joystick
One last question, if I upgrade to the head unit plus is there any change as far as wires and cables to what I have now or is it just more memory? I have the gen 1 LCD display so would that still be compatible?
Re: Display screen black not responding to joystick
Yes, screen is compatible.
It's a swap replacement with nothing to be changed, except the head unit board.
It's a swap replacement with nothing to be changed, except the head unit board.
Roberto.
Re: Display screen black not responding to joystick
Yeah, your board is setup to use the gen3 screen.
Use this code right above ReefAngel.Init();
Use this code right above ReefAngel.Init();
Code: Select all
InternalMemory.LCDID_write(255);
Roberto.
Re: Display screen black not responding to joystick
// This must be the first line
InternalMemory.LCDID_write(255);
ReefAngel.Init(); //Initialize controller
ReefAngel.AddStandardMenu(); // Add Standard Menu
this is what my code looks like and screen hasn't changed.
InternalMemory.LCDID_write(255);
ReefAngel.Init(); //Initialize controller
ReefAngel.AddStandardMenu(); // Add Standard Menu
this is what my code looks like and screen hasn't changed.
Re: Display screen black not responding to joystick
I'm sorry man....
I made a mistake....
Gen 3 screens need this:
I made a mistake....
Gen 3 screens need this:
Code: Select all
InternalMemory.LCDID_write(0);
Roberto.
Re: Display screen black not responding to joystick
Thanks that did the trick. Working great now.