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

Implementation for LCD-TFT display controller #81

Merged
merged 8 commits into from
Mar 7, 2021

Conversation

richardeoin
Copy link
Member

Somewhat replicates the implementation from the F7 HAL, but with a re-usable traits that should apply to a wide range of displays and at least stm32 microcontrollers.

@richardeoin richardeoin added this to the v0.7.0 release milestone Jun 25, 2020
@richardeoin richardeoin force-pushed the ltdc1 branch 2 times, most recently from d8888ab to 023a2a5 Compare July 30, 2020 19:37
@richardeoin
Copy link
Member Author

This would be a good candidate to be shared between f4/f7/h7, as well as the FMC

@richardeoin richardeoin mentioned this pull request Oct 5, 2020
3 tasks
@richardeoin richardeoin force-pushed the ltdc1 branch 2 times, most recently from 7a197f8 to d6491d2 Compare October 24, 2020 11:31
@richardeoin richardeoin removed this from the v0.8.0 release milestone Oct 26, 2020
@bors bors bot closed this Jan 31, 2021
@bors bors bot deleted the branch stm32-rs:master January 31, 2021 20:07
@richardeoin richardeoin reopened this Jan 31, 2021
@richardeoin
Copy link
Member Author

Reopened after it was closed by an errant bors

Somewhat replicates the implementation from the [F7
Hal](https://github.com/stm32-rs/stm32f7xx-hal/blob/master/src/ltdc.rs),
but with a re-usable traits that should apply to a wide range of displays
and at least stm32 microcontrollers
For example, useful for blanking the display
Managing each layer separately makes more logical sense. Shadow register
reloads are still shared between the layers as required by hardware.

* Add resize_buffer_pitch method
@richardeoin richardeoin changed the title Implementation and traits for LCD-TFT display controller Implementation for LCD-TFT display controller Feb 28, 2021
@richardeoin
Copy link
Member Author

bors r+

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

Successfully merging this pull request may close these issues.

1 participant