Custom icons and graphics on display in UTCOMP-PRO

Tips for UTCOMP's features and tutorials for assembling additional sensors in vehicles.
ArT
Posts: 1602
Joined: Wed Mar 25, 2015 8:54 am
Location: Warsaw, Poland
Has thanked: 61 times
Been thanked: 171 times

Custom icons and graphics on display in UTCOMP-PRO

Post by ArT »

UTCOMP-PRO has hidden features - one of them is possibility to reprogram icons and graphics in FLASH memory. Default icons can be found at /bmp/ico directory in installation folder so you can check which icons can be swapped.
utcomp-pro-icons.jpg
utcomp-pro-icons.jpg (222.5 KiB) Viewed 193761 times
In order to swap icons in UTCOMP-PRO do following steps:

1. Connect UTCOMP-PRO and run UTCOMP app
2. Switch to "Settings" tab
3. Click "CTRL + ALT + H" buttons. "HARDWARE" tab will be displayed in settings.
4. Enter "#FLASH" authorisation code.
5. Advanced options will be displayed.
utcomp-pro-hardware-flash.jpg
utcomp-pro-hardware-flash.jpg (195.37 KiB) Viewed 193761 times
Each graphic and icon has own address in FLASH memory which starts "0x..."
In bottom window ("Graphics addresses in FLASH memory") you can find all address codes for all graphics .
Few examples below.



Battery icon (32x16 pix) can be found at address 0x5000:

Code: Select all

FLASH_ADDR_ICO_32x16_ACCU			0x5000
Outside temperature icon (32x16pix, cloud) can be found at address 0x5500:

Code: Select all

FLASH_ADDR_ICO_32x16_CLOUD			0x5500
Velocity icon (32x32pix, units km/h) can be found at address 0x8000:

Code: Select all

FLASH_ADDR_ICO_32x32_KMH			0x8000
... etc.

In order to upload your custom graphic you should:

1. Load bitmap icon. It's important to load icon which exacly the same resolution as icon to be replaced.
2. Enter icon address in FLASH memory (when you enter incorrect address you will overwrite different icon!)
3. Click "UPLOAD(bmp)" button.
swap-alert-icon.jpg
swap-alert-icon.jpg (55.4 KiB) Viewed 193761 times
In this way you can prepare your own custom icon set, download it as single file and share to others. Just click "Download FLASH (bin image)" and next click save icon to save file on your computer. Below you can find default flash file with all oryginal graphics - just in case if you overwrite default icons and want to restore it:
utcomp-pro_v3-0_flash.bin
(64 KiB) Downloaded 2154 times
edit: updated graphics image file for v3.2 version:
utcomp-pro_v3-2_flash.bin.bin
(64 KiB) Downloaded 1603 times
edit: updated graphics image file for v3.4 version:
UTCOMP-PRO_v3-4_FLASH.bin
(64 KiB) Downloaded 1584 times
amirtiti
Posts: 19
Joined: Tue Aug 23, 2016 9:02 am
Has thanked: 5 times
Been thanked: 1 time

Re: Custom icons and graphics on display in UTCOMP-PRO

Post by amirtiti »

what is the address for oil pressure please?
ArT
Posts: 1602
Joined: Wed Mar 25, 2015 8:54 am
Location: Warsaw, Poland
Has thanked: 61 times
Been thanked: 171 times

Re: Custom icons and graphics on display in UTCOMP-PRO

Post by ArT »

0x4480 for 16x16pix icon and 0x6300 for 32x16pix icon
amirtiti
Posts: 19
Joined: Tue Aug 23, 2016 9:02 am
Has thanked: 5 times
Been thanked: 1 time

Re: Custom icons and graphics on display in UTCOMP-PRO

Post by amirtiti »

thanks
amirtiti
Posts: 19
Joined: Tue Aug 23, 2016 9:02 am
Has thanked: 5 times
Been thanked: 1 time

Re: Custom icons and graphics on display in UTCOMP-PRO

Post by amirtiti »

i can't make to display the original 16X16 icon for oil pressure
please help

2016825173527.jpg
2016825173527.jpg (497.91 KiB) Viewed 192619 times
ArT
Posts: 1602
Joined: Wed Mar 25, 2015 8:54 am
Location: Warsaw, Poland
Has thanked: 61 times
Been thanked: 171 times

Re: Custom icons and graphics on display in UTCOMP-PRO

Post by ArT »

Please upload here your FLASH bin file and your utcomp settings - I'll check it.
amirtiti
Posts: 19
Joined: Tue Aug 23, 2016 9:02 am
Has thanked: 5 times
Been thanked: 1 time

Re: Custom icons and graphics on display in UTCOMP-PRO

Post by amirtiti »

here is the requested files
REVELTRONICS.rar
(13.39 KiB) Downloaded 1760 times
after some testing i saw it's work fine but just on the lower lines (user display 4 lines 5 & 6)
ArT
Posts: 1602
Joined: Wed Mar 25, 2015 8:54 am
Location: Warsaw, Poland
Has thanked: 61 times
Been thanked: 171 times

Re: Custom icons and graphics on display in UTCOMP-PRO

Post by ArT »

I've checked it and you are right. There is bug in firmware. Oil pressure icon does not display in Area 1,2,3,4 - only in 5 and 6.
Thank you for finding this bug - we will fix it in next update.

edit. it's already fixed in v3.4
dom4130
Posts: 2
Joined: Wed Sep 27, 2017 2:19 pm

Re: Custom icons and graphics on display in UTCOMP-PRO

Post by dom4130 »

Artur, how can I upgrade 16x16_oil icon (icon for oil press) for 32x16 icon?

Thank you for quick answer!
ArT
Posts: 1602
Joined: Wed Mar 25, 2015 8:54 am
Location: Warsaw, Poland
Has thanked: 61 times
Been thanked: 171 times

Re: Custom icons and graphics on display in UTCOMP-PRO

Post by ArT »

You can't :( Size is hard coded in flash so you need to replace it also with 16x16
Post Reply