Replies: 3 comments 2 replies
-
I am not sure that I got what your issue is. If you tap to turn the system off the screen starts refreshing? Anyways, are you using the EVE_CFAF800480Ex_050SC_A2 profile or the EVE_CFAF800480E1_050SC_A2 profile and Occasionally I get myself into a corner with a black screen staring back at me, for example with new hardware. |
Beta Was this translation helpful? Give feedback.
-
I was just able to narrow the problem down to something in my code for sure. I took my first commit, built and ran it on the 5" screen and it worked fine. I then updated that build to the latest version of the library and it continues to work. I will go through my code removing components until I find the problem. |
Beta Was this translation helpful? Give feedback.
-
I found it. I had a font set to 39 for one of the text widgets that is only visible when the system is turned on. |
Beta Was this translation helpful? Give feedback.
-
I'm seeing some strange behavior and I cannot figure out what is going on. When I compile the library for the CrystalFontz 5" touch screen, the splash screen of my application shows up just fine. The main page is then displayed properly as well. However, when I tap the toggle to turn the system on, the screen stops refreshing. I know the code is still running and the loop is continuing to send EVE commands to the screen. I can connect with a bluetooth app and manipulate the running parameters, and I see the log messages coming through in the serial monitor. As soon as I tap on the toggle to turn the system back off, the screen starts refreshing again.
However, when I compile the application/library for the CrystalFontz 7" screen, I do not see this same behavior. When I turn the system on, the screen continues to refresh normally. The only changes in my code for the different screens are locations and sizes of widgets on the screen. Other than that, it is the same code.
Is there a way to see what commands are being sent to the screen and validate they are correct? I have made several attempts to isolate the issue and at this point I am out of ideas.
Beta Was this translation helpful? Give feedback.
All reactions