Convershacker

IPC - Instrument cluster panels (like Convers+)
Gwe89
Pro
Posts: 332
Joined: 09 Feb 2019, 21:21

Re: Convershacker

Post by Gwe89 »

DGAlexandru wrote: 30 Dec 2020, 18:35 Well.. FA 00 means 6.400
To change the size of an image you have to encode it in that size; it is not enough to change those bytes.. from the end.
i had edited the source code but i only have old version
Converslogos.PNG
i still only just get distorted image like the new version
You do not have the required permissions to view the files attached to this post.
DGAlexandru
Pro
Posts: 364
Joined: 04 Aug 2019, 22:47

Re: Convershacker

Post by DGAlexandru »

Yes, that change would code the image for 250 x 195 but when it saves the image it applies the standard wallpaper size: 400 pixels by 198 pixels with 400 bytes per line: 01 90 00 C6 01 90 - look for it in the function that saves the file and change it to 00 FA 00 C3 00 FA = 250 x 195 ... or change in BIN file with an HEX editor.
Post Reply