It works well, but I feel the splash image is really ugly

Update: Yes it's possible to modify ControlX splash

Here's the modified ctrlx tns, modified s_screen.c and the result:
critor wrote:Hi.
Unfortunately nBoot code does overwrite the TI-Nspire boot splash in the Manuf partition.
So it's not possible to use it.
The replacement boot splash used by ControlX is in the s_screen.c file.
It's rgb565 with a width of 320px.
const unsigned char gImage_123_splash[86400] = { /* 0X00,0X10,0XF0,0X00,0XB4,0X00,0X01,0X1B, */
0X77,0X84,0X77,0X84,0X77,0X8C,0X35,0X7C,0X77,0X8C,0XB4,0X73,0XAB,0X31,0X73,0X63,
...
0XD4,0X73,0XD4,0X73,0XD4,0X73,0XD4,0X73,0XD4,0X73,0XD4,0X73,0XB4,0X6B,0X93,0X6B,
};
char databuffer[]=
"~\357}\357~\357\236\357\236\357\277\357\277\357\277\357\277"
"\357\277\357\237\357\277\357\237\357\277\357\277\357\236\357\236\357\236"
"\357\237\357\277\357\277\357\277\357\237\357\237\357\277\357\277\357\277"
"\357\277\357\277\357\236\357~\357\236\357\237\357\277\357\277\357\277\357"
...
"\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"
"\377\377\377\377\377\377\377\377"
;
critor wrote:Well, this is just another way of representing an array of bytes.
It should compile (I didn't say work - depends upon the content).
critor wrote:Well, this is just another way of representing an array of bytes.
It should compile (I didn't say work - depends upon the content).
Return to Problèmes divers / Aide débutants
Users browsing this forum: ClaudeBot [spider] and 23 guests