copyScreen2uSD(x, y, width, height); Description: Reads and Copies an area of screen from location x, y of size given by width and height parameters and writes it to the uSD memory card. The uSD sector memory address must be specified prior by uSD_setSector(Sector_Add) function.
Parameters: x, y : specifies the horizonal and vertical position of the top left corner of the screen area to be copied. width : specifies the width of the copied area. height : specifies the height of the copied area. Notes: The Goldelox processor has limited resources such as RAM and Code space, much less than the Picaso. Implementation of uSD_ReadSector() and uSD_WriteSector() were not possible for the Goldelox due to these reasons. However the copyuSD2Screen() and the copyScreen2uSD() functions can be used very effectively to implement the uSD_ReadSector() and uSD_WriteSector() features. Supported Goldelox 4DGL Platforms: μOLED-96-G1 μOLED-128-G1 μOLED-160-G1 μOLED-128-GMD1 μOLED-160-GMD1 Supported Picaso 4DGL Platforms: None.
|