-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some questions about "fonts.h" #913
Comments
Try including |
I spent some time on a very similar error - right out of the box the feather wouldn't compile even the "hello world" once I changed the board type. @spalani7 suggested fix will probably work, but here is what I did: |
As of #792 we replaced our TFT fonts with open source ones, and consolidated them to a single location. The error above is happening because it looks like we pushed out an update to the MiscDrivers on Feb 1st (1.0.0-44) without also releasing the updated MAX78000 BSPs. The key fix is to add this line to the bottom of your MAX78000FTHR board.mk file. I will request we push a release of the updated MAX78000 BSPs as well to hot-fix this issue |
Hi In addition, if I design a custom boards using "MAX78000", can I also use "board":"FTHR_RevA"? Or should I refer to the "Custom BSP Template "section of the "MSDK User Guide"? Since I do not have "MAX78000EVKIT", I am not sure whether "OV5640" is used normally, For custom boards, can I directly use "ov5640" related in "Libraries\MiscDrivers\Camera"? What should I pay attention to? |
Hi @PYL4869, if you are going to use the TFT demos I would recommend following the instructions for Developing from the Repo. There are some others updates that have been made to the demos to use the new fonts. Or you can start with this project. We expect to have a release ready at the end of this week. Yes, for a custom board design, I would recommend following Custom BSPs. The implementation will depend on the design of your board. Have you completed the hardware design yet? In general, drivers are only added for hardware that is actually used. Copying elements of the BSPs for our FTHR/EVKIT is not necessary unless you have copied elements of the hardware design. |
Hi |
Hey @Jake-Carter, The Custom BSP link gives me a 404 error. Will you please ensure it's public? Thank you! |
Hi @tyVandeZande the new UG URL is https://analogdevicesinc.github.io/msdk//USERGUIDE/ Custom BSPs: https://analogdevicesinc.github.io/msdk/USERGUIDE/#custom-bsps See #923. Unfortunately we've had to migrate our repo to the central ADI org and our old Github Pages domain is now broken... |
@Jake-Carter Thank you— I see that now! |
No problem, sorry for the trouble |
@Jake-Carter |
Hi,
I plan to design a development board by myself using "MAX78000". I noticed that "OV5640" was added to "Examples\MAX78000\CameraIF", so I updated all today using "MaintenanceTool.exe", but there were some problems. For example, in "Examples\MAX78000\CameraIF" or "Examples\MAX78000\TFT_Demo", changing "board":"EvKit_V1" to "board":"FTHR_RevA" would cause this problem.
I noticed that "Libraries\MiscDrivers\Display" added "fonts". I'm not sure how this is causing the above problem, I tried to add a path but it didn't work. How do I fix this?
If I design "MAX78000" and use "OV5640", can I directly use "ov5640" related in "Libraries\MiscDrivers\Camera"? What should I pay attention to?
The text was updated successfully, but these errors were encountered: