Updated to 1.1.0, Screen dead

Related to the development libraries, released by Curt Binder
Post Reply
bobachew
Posts: 5
Joined: Sat Sep 07, 2013 5:31 pm

Updated to 1.1.0, Screen dead

Post by bobachew »

I updated to the new libraries today and now my screen is random colors and lines. I removed my custom screen and graph code and the problem is still there. The attached code is the stripped down version, my portal and app still work normally only the controller screen is not operating normally. I attempted updating the code multiple times with the same result, it is a non plus ra, with a gen 1 screen and wifi.
Attachments
sketch_nov3_2013_v1.ino
(2.19 KiB) Downloaded 513 times
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Updated to 1.1.0, Screen dead

Post by rimai »

Try adding this to your setup() section:

Code: Select all

  InternalMemory.LCDID_write(0);
Roberto.
bobachew
Posts: 5
Joined: Sat Sep 07, 2013 5:31 pm

Re: Updated to 1.1.0, Screen dead

Post by bobachew »

It did change things, now the screen is just all black but backlit. I attached the code to make sure I placed the command in the correct place. Thanks for your help.
Attachments
sketch_nov3_2013_v1.ino
(2.23 KiB) Downloaded 498 times
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Updated to 1.1.0, Screen dead

Post by rimai »

My bad...
Misread the 1st post.
Gen 1 needs to be like this:

Code: Select all

  InternalMemory.LCDID_write(255);
It's placed correctly.
Roberto.
bobachew
Posts: 5
Joined: Sat Sep 07, 2013 5:31 pm

Re: Updated to 1.1.0, Screen dead

Post by bobachew »

Well now its back to the random colors and lines again. I attached my code with the custom menu and graph. I tried loading this code (with the line you suggested) to see if that made any difference. Unfortunately, no.
Attachments
sketch_nov3_2013_v1.ino
(2.8 KiB) Downloaded 490 times
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Updated to 1.1.0, Screen dead

Post by rimai »

I think it is unrelated to the lib update.
Your screen may just be bad.
Can you check if it is properly seated?
Roberto.
bobachew
Posts: 5
Joined: Sat Sep 07, 2013 5:31 pm

Re: Updated to 1.1.0, Screen dead

Post by bobachew »

I reseated the screen with no changes, it is just weird that it worked perfectly until I updated the library and then controller.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Updated to 1.1.0, Screen dead

Post by rimai »

Does it do that with the example codes too?
Roberto.
bobachew
Posts: 5
Joined: Sat Sep 07, 2013 5:31 pm

Re: Updated to 1.1.0, Screen dead

Post by bobachew »

When I load examplecode1 I go back to a black screen.
Post Reply