1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/st77xx
bors[bot] 6bac1514c2
Merge #19937
19937: drivers/lcd: add MCU 8080 16-bit parallel mode support r=benpicco a=gschorcht

### 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

Co-authored-by: Gunar Schorcht <gunar@schorcht.net>
2023-09-21 14:58:41 +00:00
..
include drivers/st7735: add MCU 8080 16-bit parallel mode support 2023-09-21 13:12:03 +02:00
Kconfig drivers: rename st7735 driver to more generic st77xx 2023-09-06 11:52:10 +02:00
Kconfig.st7735 drivers/st77xx: expose configuration parameters in Kconfig 2023-09-07 16:33:31 +02:00
Kconfig.st7789 drivers/st77xx: expose configuration parameters in Kconfig 2023-09-07 16:33:31 +02:00
Kconfig.st7796 drivers/st77xx: expose configuration parameters in Kconfig 2023-09-07 16:33:31 +02:00
Makefile drivers/st77xx: fix initialization sequences fror ST77xx 2023-09-07 16:33:31 +02:00
Makefile.dep drivers: rename st7735 driver to more generic st77xx 2023-09-06 11:52:10 +02:00
Makefile.include drivers: rename st7735 driver to more generic st77xx 2023-09-06 11:52:10 +02:00
st77xx.c drivers/st77xx: fix init for ST7796 2023-09-21 12:14:48 +02:00
st7735_init.c drivers/st77xx: fix initialization sequences fror ST77xx 2023-09-07 16:33:31 +02:00
st7789_init.c drivers/st77xx: fix initialization sequences fror ST77xx 2023-09-07 16:33:31 +02:00
st7796_init.c drivers/st77xx: fix initialization sequences fror ST77xx 2023-09-07 16:33:31 +02:00