Quote:
Originally Posted by natemcnutty
I must not be doing this right. Can you confirm I have the right stuff here:
Code:
HaRET(1)# setlcd 4
LcdPower(4) dc=04EA0DA9
ExtEscape==1
HaRET(2)# vdump 0xBA08150C 16
ba08150c | 00000000 00000000 00000000 00000000 | ................
HaRET(3)# vdump 0xBA081510 16
ba081510 | 00000000 00000000 00000000 00000000 | ................
HaRET(4)# vdump 0xBA0811D4 16
ba0811d4 | 3a28f7e4 00200000 00600000 52d00400 | ..(:.. ...`....R
HaRET(5)# setlcd 1
LcdPower(1) dc=03E80EDA
ExtEscape==1
HaRET(6)# vdump 0xBA08150C 16
ba08150c | 00000000 00000000 00000000 00000000 | ................
HaRET(7)# vdump 0xBA081510 16
ba081510 | 00000000 00000000 00000000 00000000 | ................
HaRET(8)# vdump 0xBA0811D4 16
ba0811d4 | 3a28f7ff 00200000 00600000 52d00400 | ..(:.. ...`....R
|
the commands are right but dont use setlcd since its kinda broken. Just kill the panel on the device itself. And see if it changes.