Betty init
From Bettyhacks.com - Hack BettyTV-Remote
m (fixed bugs in comments, thanks to colibri) |
|||
Line 1: | Line 1: | ||
here is a part of the disassembly of the original firmware.<br> | here is a part of the disassembly of the original firmware.<br> | ||
it should show you how to init the chip, memory banks, and<br> | it should show you how to init the chip, memory banks, and<br> | ||
− | also initializes the | + | also initializes the lc-display.<br> |
the functions are stripped down, so that only the code needed<br> | the functions are stripped down, so that only the code needed<br> | ||
to show the init sequence remains.<br> | to show the init sequence remains.<br> | ||
Line 73: | Line 73: | ||
<br> | <br> | ||
<br> | <br> | ||
− | this snippet initializes bank#1, where the | + | this snippet initializes bank#1, where the lc-display is connected to.<br> |
0x81000000 is the command interface, 0x81000001 is for data<br> | 0x81000000 is the command interface, 0x81000001 is for data<br> | ||
<br> | <br> |