Quote:
Originally Posted by [ACL]
Compare the topaz panel and the rhod panel code. You will see topaz panel actually has more gpio to shut down the panel. We are currently only triggering 0x63 . We actually need to trigger 0x63 and 0x62 in that order according to the dll to shut down the panel. So you can add that for the blank function or if you decide to move it to the client power thats fine as well. to power the panel back up need to do the same but in the reverse order. 0x62 then 0x63. Alsi maybe a 25 msleep in betneen them helps. If you do this, you will notice your panel go pitch black..
|
This did the trick... But I never got it to come back on.
What have you gotten so far for the code?