#38192 - darkfader - Wed Mar 23, 2005 9:37 pm
The calibration settings are stored at 0x23FFCD8. Like 12/16 bytes.
First calibration: (normal)
D0 01 F0 01 10 10 D8 0D F0 0D F0 B0 01 FC 00 02
Second calibration: (more towards the center)
98 03 E8 04 20 20 10 0C 4C 0B E0 A0 01 FC 00 02
Now we need to find how to use these values :)
Here a list of found settings that are loaded into RAM:
0x27FFC83, 1 byte, birthday month
0x27FFC84, 1 byte, birthday day
0x27FFC86, 20 bytes, name, UTF-16?
0x27FFC9C, 52 bytes, message, UTF-16?
0x27FFC82, 1 byte, color (0-15), TODO: need to make a list of colors
0x27FFCD0, 1/2 bytes, length of message in characters
0x27FFC9A, 1/2 bytes, length of name in characters
0x27FFCD2, 1 byte, alarm hour
0x27FFCD3, 1 byte, alarm minute
0x27FFCD8, 12/16 bytes?, touch-screen calibration
note... 0x23FFCxx are the same if you happen to have only 4MB ;P
First calibration: (normal)
D0 01 F0 01 10 10 D8 0D F0 0D F0 B0 01 FC 00 02
Second calibration: (more towards the center)
98 03 E8 04 20 20 10 0C 4C 0B E0 A0 01 FC 00 02
Now we need to find how to use these values :)
Here a list of found settings that are loaded into RAM:
0x27FFC83, 1 byte, birthday month
0x27FFC84, 1 byte, birthday day
0x27FFC86, 20 bytes, name, UTF-16?
0x27FFC9C, 52 bytes, message, UTF-16?
0x27FFC82, 1 byte, color (0-15), TODO: need to make a list of colors
0x27FFCD0, 1/2 bytes, length of message in characters
0x27FFC9A, 1/2 bytes, length of name in characters
0x27FFCD2, 1 byte, alarm hour
0x27FFCD3, 1 byte, alarm minute
0x27FFCD8, 12/16 bytes?, touch-screen calibration
note... 0x23FFCxx are the same if you happen to have only 4MB ;P