BitmapSource
From MCS Wiki AVR
Contents |
Action
Specify the source address of bitmap data in FT800 graphics memory RAM_G
Syntax
BitmapSource Addr
Remarks
Addr |
Bitmap address in graphics FT800 SRAM, aligned with respect to the bitmap format. For example, if the bitmap format is RGB565/ARGB4/ARGB1555, the bitmap source shall be aligned to 2 bytes. |
The bitmap source address is normally the address in main memory where the bitmap graphic data is loaded.
See also