Update links in displays.md
This commit is contained in:
parent
41e27668d7
commit
482142dbcf
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ Using a dedicated thread requires more memory but prevents displays with slow up
|
|||
|
||||
You must also configure the driver for your display. ZMK provides the following display drivers:
|
||||
|
||||
- [IL0323](https://github.com/zmkfirmware/zmk/blob/main/app/drivers/display/Kconfig.il0323)
|
||||
- [IL0323](https://github.com/zmkfirmware/zmk/blob/main/app/module/drivers/display/Kconfig.il0323)
|
||||
|
||||
Zephyr provides several display drivers as well. Search for the name of your display in [Zephyr's Kconfig options](https://docs.zephyrproject.org/latest/kconfig.html) documentation.
|
||||
|
||||
|
@ -57,7 +57,7 @@ Zephyr provides several display drivers as well. Search for the name of your dis
|
|||
|
||||
See the Devicetree bindings for your display. Here are the bindings for common displays:
|
||||
|
||||
- [IL0323](https://github.com/zmkfirmware/zmk/blob/main/app/dts/bindings/display/gooddisplay%2Cil0323.yaml)
|
||||
- [IL0323](https://github.com/zmkfirmware/zmk/blob/main/app/module/dts/bindings/display/gooddisplay%2Cil0323.yaml)
|
||||
- [SSD1306 (i2c)](https://docs.zephyrproject.org/latest/build/dts/api/bindings/display/solomon,ssd1306fb-i2c.html)
|
||||
- [SSD1306 (spi)](https://docs.zephyrproject.org/latest/build/dts/api/bindings/display/solomon,ssd1306fb-spi.html)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue