(Practice 2) Writing Text on an Empty Screen

Example Code

(Example) Displaying "Hello World!!" on the Screen


🔔 Block Description

1. [Write Image of ( ) XY : (X : (10) Y : (10)) as (Enter text Input : [ ] ) (size : [1])] Block

  • A Block to Write Text at a Desired Position on an Image

  • The starting position for text writing is specified by (X-coordinate, Y-coordinate).

  • Text size can be selected from 1, 2, or 3.

[Write Image of ( ) XY : (X : (10) Y : (10)) as (Enter text Input : [ ] ) (size : [1])] Block

2. [Create empty img] Block

  • A Block that Creates a Black Empty Screen

[Create empty img] Block

⚠️ Caution ⚠️

  • When writing in a language other than English, the font may break. Only English text should be used.

  • When adjusting the text size using numbers, if the text size is too large, it may extend beyond the display and become invisible.

Last updated