Custom Font for my panel due
-
Hello,
I am trying to add custom font with custom size for my paneldue , Currently there is only two font supported
glcd19x21 and glcd38x32
.
I added some old fonts from2.05.1
but there is a size issue while compiling.
there is any possible way to add other fonts? -
@hareshprajapati when you say there is a "size issue when compiling", what exactly do you mean? Do you mean that the binary becomes too large to fit in flash memory, or something else?
-
@dc42 Exactly , when I add
glcd20x30
array into src > Fonts , binary becomes too large to fit in flash memoryI also try to Optimized code by Setting
basic compiler flags
in CmakeLists.txt file
have a look at :
But still getting complier errors regarding to file size.
-
did you try removing one of the other fonts?
-
@hareshPrajapati try using the binary without splash screen.
-
@mfs12 thanks
Yes I did it . Now its Working..!