As I understand it, drawing operations must first start with a call to
Code: Select all
vc_dispmanx_upate_start()Code: Select all
vc_dispmanx_update_submit_sync()vc_dispmanx_update_start() accepts a single 'priority' argument. In the hello_dispmanx example the 'priority' argument is assigned a value of 10. All of the other examples I have come across pass in a value of 0.
I have the following questions:
- 1. What does the 'priority' argument do?
2. What are the acceptable values for 'priority'?
3. Why is 'priority' assigned a value of 10 in the hello_dispmanx example?