8000 mimxrt10xx: Implement displayio · Issue #2466 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content

mimxrt10xx: Implement displayio #2466

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

arturo182 opened this issue Jan 9, 2020 · 3 comments · Fixed by #2642
Closed

mimxrt10xx: Implement displayio #2466

arturo182 opened this issue Jan 9, 2020 · 3 comments · Fixed by #2642
Labels
mimxrt10xx iMX RT based boards such as Teensy 4.x
Milestone

Comments

@arturo182
Copy link
Collaborator

Right now it doesn't compile because ParallelBus is not implemented, might need additional work after that part is done.

@arturo182 arturo182 added the mimxrt10xx iMX RT based boards such as Teensy 4.x label Jan 9, 2020
@arturo182 arturo182 added this to the 6.0.0 milestone Jan 9, 2020
@arturo182 arturo182 changed the title mimxrt10xx: Support displayio mimxrt10xx: Implement displayio Jan 9, 2020
@ladyada
Copy link
Member
ladyada commented Jan 10, 2020

you can mock ParallelBus, we dont have parallel on most chips - see what we did with STM32 and/or @hierophect can explain!

@hierophect
Copy link
Collaborator

Happy to chat on Monday if u want. Should be pretty easy and I can help if it isn't.

@arturo182
Copy link
Collaborator Author

No worries, I/someone can just copy the file directly from the stm port and it will work, I'm just a bit stuck in the HW world right now, need a few days :)

https://github.com/adafruit/circuitpython/blob/master/ports/stm32f4/common-hal/displayio/ParallelBus.c

arturo182 added a commit to arturo182/circuitpython that referenced this issue Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mimxrt10xx iMX RT based boards such as Teensy 4.x
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
0