Large Fonts for STM32F429I-DISC1

I am trying to display words on the pre-installed LCD screen of STM32F249I-DISC1. However, the existing library for this device can only support 24 as the largest font size. How can I display words with larger font size ?

I have tried to use some other graphic libraries but I cannot find any information for which pins are occupied by the pre-installed LCD screen.

Hello,

you probably need to add a new font into BSP_DISCO_F429ZI - STM32F429ZI Discovery board drivers | Mbed

For pins try User manual or check comments here.

BR, Jan