freezing PICO_W works, but fails with PICO, what am i missing? #12018
-
I just froze a few lettertypes into V1.2 for the PICO_W by using a manifest file
this worked out, but i wanted it for the regular pico as well.
it appeared to do make without errors. however, this time the fonts were not included as with the pico_w build and you do not see them in the frozen_mpy, so i removed is there something i forgot to change before i can make a build of the regular PICO? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You have to add the lines:
to mpconfigboard.cmake in the PICO directory to tell the build system to start with the board's manifest.py. |
Beta Was this translation helpful? Give feedback.
-
thank you, i had forgotten that i did that a long time back for the PICO_W. |
Beta Was this translation helpful? Give feedback.
You have to add the lines:
to mpconfigboard.cmake in the PICO directory to tell the build system to start with the board's manifest.py.