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

Nucleo f429 zi new graphic display capsule #21

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

CristianSLazar
Copy link

@CristianSLazar CristianSLazar commented Jan 19, 2024

Pull Request Overview

Add a new graphic display capsule for the board Nucleo-F429ZI (and it's dependencies), which fixes a bug that caused the first column of pixels on the board display to be dead. The implementation is unfinished due to a bug with the boards/components/src/bus.rs i2c_master_bus_component_static! macro (opened separate pull request; waiting for review).

Testing Strategy

This pull request is untested since it is unfinished.

TODO or Help Wanted

This pull request still needs:

  • Modifying/utilizing the existing screen.rs capsule with it's components instead of a separate graphics_display.rs capsule.
  • Initialization of the graphic display capsule's i2c bus.
  • Update documentation.
  • Remove commented code and test implementation.

Documentation Updated

-[ ] None.

Formatting

  • Ran make prepush.

@CristianSLazar CristianSLazar changed the title Nucleo f429 zi new graphic display driver Nucleo f429 zi new graphic display capsule Jan 19, 2024
capsules/extra/src/bus.rs Outdated Show resolved Hide resolved
capsules/extra/src/graphic_display.rs Outdated Show resolved Hide resolved
@CristianSLazar CristianSLazar marked this pull request as ready for review January 22, 2024 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants