fix(docs): eliminate 2 types of sphinx warnings: (#6928)

Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
This commit is contained in:
Victor Wheeler
2024-09-26 08:51:06 -06:00
committed by GitHub
parent 0d96816722
commit 911c7e8e72
19 changed files with 48 additions and 60 deletions

View File

@@ -212,7 +212,7 @@ My display driver is not called. What have I missed?
Be sure you are calling :cpp:expr:`lv_tick_inc(x)` in an interrupt and :cpp:func:`lv_timer_handler` in your main ``while(1)``.
Learn more in the :ref:`tick` and :ref:`timer` sections.
Learn more in the :ref:`tick` and :ref:`timer_handler` sections.
Why is the display driver called only once? Only the upper part of the display is refreshed.