Skip to content
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

Camera and LCD not working, OMV modules not part of this port #8

Open
pak-man opened this issue Aug 4, 2019 · 1 comment
Open

Camera and LCD not working, OMV modules not part of this port #8

pak-man opened this issue Aug 4, 2019 · 1 comment

Comments

@pak-man
Copy link

pak-man commented Aug 4, 2019

I git cloned , compiled, reflashed my Sipeed M1w Dock succesfully with this Micropython port. While I appreciate all the nifty options this port brings, I noticed there is no sensor module in this port. Hence the camera is not working.

Also, i read somewhere in the code about a USE_DISPLAY environment variable that would allow the display module to be compiled, but I could not find where to set it. There is no ./BUILD.sh menuconfig possible unfortunately.

So, how could i bring up the camera functionnality to this port ?
the original Micropython Maixpy code has a quite different structure than this port, and the Camera code and includes are quite intricated. What would it take to port the Maixpy code relative to the camera/sensor to this port ?

And for the LCD (it´s a classical ILI9341) present on the Sipeed Dock board, did anybody manage to have it running ?

@loboris
Copy link
Owner

loboris commented Aug 6, 2019

The Display module is fully functional.
The camera module will be added later (soon).
All conditional compiling constants are defined in mpconfigport.h, MICROPY_USE_DISPLAY is enabled by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants