docs(driver): fix link to example code in gen_mipi.rst (#7128)

This commit is contained in:
mutatrum
2024-10-25 22:32:36 +02:00
committed by GitHub
parent 82f3dc3fe3
commit 62ea924fb4

View File

@@ -207,4 +207,4 @@ the generic MIPI driver supports sending a custom command list to the controller
You can add a delay between the commands by using the pseudo-command ``LV_LCD_CMD_DELAY_MS``, which must be followed by the delay given in 10ms units.
To terminate the command list you must use a delay with a value of ``LV_LCD_CMD_EOF``, as shown above.
See an actual example of sending a command list `here <https://github.com/lvgl/lvgl/src/drivers/display/st7789/lv_st7789.c>`__.
See an actual example of sending a command list `here <https://github.com/lvgl/lvgl/blob/master/src/drivers/display/st7789/lv_st7789.c>`__.