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

drivers/lcd: add MCU 8080 16-bit parallel mode support #19937

Merged
merged 4 commits into from
Sep 21, 2023

Conversation

gschorcht
Copy link
Contributor

@gschorcht gschorcht commented Sep 21, 2023

Contribution description

This PR adds the 16-bit support for MCU 8080 parallel mode for LCD driver ICs.

Testing procedure

Use either PR #19938

BOARD=stm32l496g-disco make -j8 -C tests/drivers/st77xx

or #19939 on top of this PR to test.

BOARD=sstm32f723e-disco make -j8 -C tests/drivers/st77xx

Issues/PRs references

Prerequisite for PR #19938 or PR #19938

@github-actions github-actions bot added the Area: drivers Area: Device drivers label Sep 21, 2023
@gschorcht gschorcht added Type: new feature The issue requests / The PR implemements a new feature for RIOT CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Sep 21, 2023
Copy link
Contributor

@benpicco benpicco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty straightforward

@benpicco
Copy link
Contributor

bors merge

@bors
Copy link
Contributor

bors bot commented Sep 21, 2023

🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set.

@riot-ci
Copy link

riot-ci commented Sep 21, 2023

Murdock results

✔️ PASSED

c3006c5 drivers/st7735: add MCU 8080 16-bit parallel mode support

Success Failures Total Runtime
7937 0 7937 14m:51s

Artifacts

@bors
Copy link
Contributor

bors bot commented Sep 21, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit 6bac151 into RIOT-OS:master Sep 21, 2023
@gschorcht gschorcht deleted the drivers/lcd_parallel_mode_16bit branch September 22, 2023 05:58
@gschorcht
Copy link
Contributor Author

@benpicco Thanks for reviewing and merging.

bors bot added a commit that referenced this pull request Sep 22, 2023
19938: boards/stm32l496g-disco: enable ST7789 display and touch panel r=benpicco a=gschorcht

### Contribution description

This PR enables the ST7789 display and the touch panel for the `stm32l496g-disco`.

The PR requires PR #19937.

### Testing procedure

```
BOARD=stm32l496g-disco make -j8 -C tests/drivers/st77xx
```
should work.

### Issues/PRs references

Depends on PR #19937

Co-authored-by: Gunar Schorcht <[email protected]>
bors bot added a commit that referenced this pull request Sep 22, 2023
19939: boards/stm32f723e-disco: enable ST7789 display r=benpicco a=gschorcht

### Contribution description

This PR enables the ST7789 display and the touch panel for the `stm32f723e-disco`.

The PR requires PR #19937.

### Testing procedure

```
BOARD=sstm32f723e-disco make -j8 -C tests/drivers/st77xx
```
should work.

### Issues/PRs references

Depends on PR #19937

Co-authored-by: Gunar Schorcht <[email protected]>
@MrKevinWeiss MrKevinWeiss added this to the Release 2023.10 milestone Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: drivers Area: Device drivers CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: new feature The issue requests / The PR implemements a new feature for RIOT
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants