I have an HD4470 connected to a Cerbuino Bee that is working fine during debugging. However, when the Cerbuino is then rebooted the display is all garbled with random characters.
I’ve used the onboard LEDs and debug output in MFDeploy to confirm that the application is working correctly, but the display is not. ???
@ MRTFEREN this produces the same problem as a reboot.
@ Mike clearing the display is the first thing that I do when the program starts. Can I do it earlier than that?
@ Architect the display is connected to gadgeteer socket 3 and I’m using SDK 4.2. I should probably add that my application is NETMF, not gadgeteer. However, I have some applications where the display is working fine all the time and, in the current project that I am working on, I am not doing anything differently.
Also, I have tried re-flashing tinybooter and the firmware.
I just don’t understand what is different between sending the application to the Bee during debugging and rebooting/resetting the Bee! :wall:
I am updating the display at 5hz once the application has moved on from the initial stages, but this is working OK. Is this causing the Bee or the display to crash when the Bee is rebooted/reset?
Or should I be clearing the display at the start of my application then waiting for a second or so before trying to display something?
I’m not particularly happy with this though as it adds another 10ms to the process of displaying something which could be bad for this particular application. In fact it is 20ms to use both lines of the display. Fortunately, no delay is needed for the Putc method.
Also, I still don’t get why this application needs this at as none of my other apps do.
So all of this leads me to ask if anyone knows of a display that is faster and doesn’t have issues like this?