Skip to content

Commit

Permalink
Update how_to_deploy_the_arm_2d_library.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Dec 28, 2024
1 parent cd66664 commit 2dd332f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/how_to_deploy_the_arm_2d_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ int main(int argc, char* argv[])
}
```

The method mentioned above won't pause the thread if the LCD has finished rendering the previous frame. instead, the `disp_adapterN_task()` will return `arm_fsm_rt_async` to indicate this status. You can ignore it, of course. Or you can use a semaphore to hang the thread in an RTOS environment. For example:
The method mentioned above won't pause the thread if the LCD hasn't finished rendering the previous frame. instead, the `disp_adapterN_task()` will return `arm_fsm_rt_async` to indicate this status. You can ignore it, of course. Or you can use a semaphore to hang the thread in an RTOS environment. For example:

```c

Expand Down

0 comments on commit 2dd332f

Please sign in to comment.