Skip to content

Glcdfont and ComicSansMS font Redefine errors

K7MDL edited this page Apr 27, 2024 · 1 revision

Some font files are pulled in during compile from multiple library folders and not handled well resulting in redefinitions. The libraries are ILI9488_t3 and Ra8876LiteTeensy (used only for the RA8876 controller based displays)

Each lib has the font files for ComicSansMS and glcdfont. This has been an issue for some time. The usual answer is to rename the file in one of the 2 places it was found. Usually you can suffix the offending filename such as ComicSansMS.c.org and it won't get picked up. Worst case is to delete it.

The error statements specify which lib each was found. ILI9488_t3\src and Ra8876LiteTeensy\src

One of the alternate solutions to fix glcdfont was to edit one of the library files. See https://github.com/K7MDL2/KEITHSDR/issues/9