-
Notifications
You must be signed in to change notification settings - Fork 5
Modifications for using with Zephyr #34
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
base: main
Are you sure you want to change the base?
Conversation
Memory usage change @ af959eb
Click for full report table
Click for full report CSV
|
Memory usage change @ e05eb4e
Click for full report table
Click for full report CSV
|
Yeah - unfortunately they are not using the st7701 display driver. They are using this driver. When I first started this had the same concern then found that it was different. What sketch are you trying to run? Mike Update: PS as a reminder arduino_H7_video does not work currently with zephyr |
Here is a good example that should work:
Sorry in the middle of something else .. havent synched up with the pre-release version yet. Probably later today. |
Thanks for the info, i may have fount the issue, now (zephyr release 4.2) the driver is using |
Ok thats a change - thanks for the update. Right now in the gigsdisplay.h file I have:
and this so it may still work:
|
Modifications made so can be used with the GigaDisplay whether using Zephyr or mbed.
The changes made for zephyr imply that Arduino_h7_portenta is no longer needed to run the display and gfx as well as the camera - does not support UVC.
In addition as mentioned here
Not sure if everyone prefers if they are deleted or just left as place holders?
@KurtE and I have been using the library since we created it.
Readme will probably have to be updated at some point. Would consider this first release