Hello
Can you help me?...
I have travelpilot fx rádio
I need change standby mode picture and bigger time font
Thenx
Blaupunkt travelpilot FX change standby mode picture and bigger time font
Blaupunkt travelpilot FX change standby mode picture and bigger time font
You do not have the required permissions to view the files attached to this post.
Re: Blaupunkt travelpilot FX change standby mode picture and bigger time font
That would be a biiig task to do!
First of all, the background image is located somewhere in the Flash (and also on the Firmware update CD). The coding of the image is currently not known to me (maybe somebody else here?) so i cannot tell where to look after.
Maybe, as first bet you could try to find images coded like they are in Convers+ firmware. But, as the FX has a separate graphics controller board, it could also be that it is located on the graphicsboard Flash.
Images are usually compressed to save storage on those kind of devices. The algo often is one, which can be fast decoded on-the-fly by simple routines. So looking for a RLE encoding somehow could be a good starting point.
Even more complicated it would be for the font. You need to know the internal commands the main firmware (HMI) sends to the graphicsboard (GPU) for selecting a font, fontsize and so on and find the part in firmware to select another one. Currently i have no clue where to start looking for this. Maybe on the serialbus between the HMI and the GPU.
First of all, the background image is located somewhere in the Flash (and also on the Firmware update CD). The coding of the image is currently not known to me (maybe somebody else here?) so i cannot tell where to look after.
Maybe, as first bet you could try to find images coded like they are in Convers+ firmware. But, as the FX has a separate graphics controller board, it could also be that it is located on the graphicsboard Flash.
Images are usually compressed to save storage on those kind of devices. The algo often is one, which can be fast decoded on-the-fly by simple routines. So looking for a RLE encoding somehow could be a good starting point.
Even more complicated it would be for the font. You need to know the internal commands the main firmware (HMI) sends to the graphicsboard (GPU) for selecting a font, fontsize and so on and find the part in firmware to select another one. Currently i have no clue where to start looking for this. Maybe on the serialbus between the HMI and the GPU.