PDA

View Full Version : Tomtom Mobile on 6620



dawser
14-01-2005, 11:19 AM
Has anyone been able to run Tomtom Mobile on a 6620?. If anyone has, could you please indicate your firmware and application version?. Everyone I know who has tried gets a corrupted display of the program window until changing focus.
Thanks!.

dawser
15-01-2005, 10:28 PM
If anyone's interested, I have the solution. It looks like Tomtom uses TDisplay Mode 0x0A (EColor4K) and the 6620 has problems with it (at least the two I know, maybe newer firmware will fix it). By changing to Mode 0x07 (EColor64K), the program works (no display corruption).

SetRequiredDisplayMode() is called with 0x0A as parameter (TDisplayMode). Changing that to 0x07 makes the program work on the 6620, not showing the previous screen corruption.

derek970
25-02-2005, 02:55 AM
This is great information. Where do I set this parameter?. If this works you will be my hero :)


If anyone's interested, I have the solution. It looks like Tomtom uses TDisplay Mode 0x0A (EColor4K) and the 6620 has problems with it (at least the two I know, maybe newer firmware will fix it). By changing to Mode 0x07 (EColor64K), the program works (no display corruption).

SetRequiredDisplayMode() is called with 0x0A as parameter (TDisplayMode). Changing that to 0x07 makes the program work on the 6620, not showing the previous screen corruption.