Hi,
I am trying to write a demo code on LM4F232H5QD evaluation board.
I am using CCS 5.5.0.00077 with TivaWare_C_Series-2.0.1.11577
I started with a hello example and extended it. The problem is that some fonts are corrupted, specifically
the digit "5" - see the picture attached.
I am unable to use other fonts than psFontCm12
GrContextFontSet(&sContext, g_psFontCm12);
as I have a build error unable to find it
Please advice how to fix
Jan