Lines Matching full:code
10 …code has been tested on the STM32F746-based Nucleo-F746ZG board with an ST7789-based LCD panel con…
29 You can find the source code snippets of this guide in the `lv_port_lcd_stm32_template.c <https://g…
83 .. code-block:: dosbatch
91 .. code-block:: c
98 .. code-block:: c
104 .. code-block:: c
107 /* USER CODE BEGIN Includes */
109 /* USER CODE END Includes */
113 .. code-block:: c
117 /* USER CODE BEGIN TIM2_IRQn 0 */
119 /* USER CODE END TIM2_IRQn 0 */
121 /* USER CODE BEGIN TIM2_IRQn 1 */
123 /* USER CODE END TIM2_IRQn 1 */
129 .. code-block:: c
132 /* USER CODE BEGIN Includes */
135 /* USER CODE END Includes */
139 .. code-block:: c
148 .. code-block:: c
156 .. code-block:: c
161 #. Add the following lines after USER CODE BEGIN RTOS_THREADS:
163 .. code-block:: c
168 …e initialization and the transfer callback functions from the example code after USER CODE BEGIN 4:
170 .. code-block:: c
172 /* USER CODE BEGIN 4 */
253 .. code-block:: c
300 .. code-block:: c