const unsigned short text_Pal[16] __attribute__ ((aligned (4))) = {PA_RGB(0,0,0), PA_RGB(31,25,31), PA_RGB(25,15,25), PA_RGB(31, 30,31), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};PA_LoadPal16(PAL_BG0, 15, text_Pal);PA_16cCustomFont(5, trebuchet_16); // trebuchet c'est ma police...// puis ensuite par exemple:PA_16cText(1, 10, 10, 255, 40, "mon texte", 2, 5, 100); // couleur 2, police 5