UpdateScreen

From MCS Wiki AVR
(Difference between revisions)
Jump to: navigation, search
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = Executes the Commands in the FIFO and Display the Graphics. <span style="font-family: Arial;"> </span> <span style="font-famil...")

Latest revision as of 23:16, 12 December 2014

Contents

Action

Executes the Commands in the FIFO and Display the Graphics.

 

 

Syntax

UpdateScreen

 

 

Remarks

UpdateScreen High level command which executes the following commands

 

Display_E

CmdSwap

CmdDlStart

WaitCmdFifoEmpty

 

Generally you insert this command towards the end of the loop or when you need to

update the LCD.

 

 

Example

' Pseudocode
 
Do
 ClearScreen
 BitmapLayout PALETTED, Ft_DispWidth , Ft_DispHeight
 BitmapSize NEAREST, BORDER, BORDER, Ft_DispWidth, Ft_DispHeight
 ...
 ...
 UpdateScreen
Loop
Languages   English  
Personal tools
Namespaces
Variants
Actions
Navigation
Language