Block |  |
Description | Used to set the screen display direction, there are 4 display directions, the number indicates the number of degrees the screen rotates counterclockwise, each display direction corresponds to a different coordinate range.Setting the screen orientation can only be set during initialization, and will not take effect in other locations. |
Block |  |
Description | Show/Disable Camera. Use this command to display or not display the camera screen on the K10 screen. |
Block |  |
Description | Sets the background color of the screen. If not set, the background color of the screen defaults to white. |
Block |  |
Description | Display the cached contents on the screen.When using display-related commands (e.g., text, shapes, pictures), this "show cached contect" block has to be added to display the content.But the clear screen command clears the screen immediately, this "show cached content" may not be used. |
Block |  |
Description | Immediately clears pictures, text, lines, and graphics displayed on the screen.The camera screen cannot be cleared by this block. To turn off the camera screen, use the βTurn off camera screenβ block.The camera display cannot be cleared by this block. To turn off the camera display, use the "Disable camera show" block. |
Block |  |
Description | Display the local picture at the specified location (coordinates), you can set the display size of the picture on the k10 display by adjusting the width and height of the image size.The image size must be within 240x320 pixels, too large an image will be a serious waste of memory.If too many pictures are loaded, the storage limit of K10 will be exceeded and an error will be reported as βnot enough memoryβ when burning.K10 has a total of 16MB of code storage space, depending on the complexity of the code, it will affect the size of the space available for caching photos.Locally loaded images do not support transparent background images, to display transparent background images please load via TF card. |
Block |  |
Description | Display pictures in TF memory card at specified location (coordinates), support to display png, jpg and bmp format pictures.This block can display pictures with transparent backgrounds.bmp only supports images with 16-bit color bit depth, this format is mainly used to display images taken by K10, png or jpg format is recommended.Do not modify the image format by directly modifying the suffix, otherwise it may cause display abnormality. |
Block |  |
Description | Save the current frame captured by the camera and store it in the TF card.Start taking pictures instantly board the upper right corner of the indicator light will light up, the start of photography is recommended to keep the screen stationary 0.5S, this 0.5S will feel obvious screen picture lag, at this time the system is caching the pictures captured, 0.5S after the cache can be free to move the lens, at this time the system will gradually write the cached pictures to the TF card. Until the indicator light in the upper right corner goes out, indicating that the picture has been successfully saved to the TF card, you can start the next picture shooting.When you take a picture with K10, only bmp format is supported. When displaying photos taken with K10, only bmp format is supported. |