lcd.WaitForVerticalSync

Wait until the start of the next LCD frame before continuing.

Syntax

lcd.WaitForVerticalSync

Parameters

This command takes no parameters.

Returns

This command returns no values.

About

To prevent flickering, call lcd.WaitForVerticalSync before calling lcd.Draw to ensure LameLCD is not busy when lcd.Draw is called.