Text Display

Feature Description

UIFlow provides several editable UI elements that can be used to draw some patterns or display text.

Title Displays a title bar.

Label Displays a text box.

Rect Displays a rectangle.

Circle Displays a circle.

image Displays an image.

Adding and Deleting

Adding elements

Deleting elements

Editing Elements

Method 1: After adding elements to the screen, click on an element, and in the pop-up property box, you can set the initial parameters (coordinates, color, width, etc.)

Method 2: After adding elements to the screen, click on the UI option, use the corresponding program Block, you can operate the elements in the program

Unicode (Supports Chinese Display)

The UIFlow firmware integrates some common characters from Unicode, so you can directly input and use them when editing text. (Supports Chinese, English, Japanese, Russian, and other common languages, see the table below for details)

The following are the addresses corresponding to different characters in the UIFlow custom character library.

Start Address End Address Description Character Reference
0x3040 0x30FF Hiragana and Katakana /
0x0400 0x04FF Cyrillic (Russian) /
0x0020 0x007F Basic Latin alphabet /
0x2100 0x214F Letterlike Symbols View details
0x2150 0x218F Number Forms View details
0x2190 0x21FF Arrows View details
0x2200 0x23f0 Mathematical Operators View details
0x2460 0x24FF Enclosed Alphanumerics View details
0x2500 0x257F Box Drawing View details
0x2580 0x259F Block Elements View details
0x2600 0x27BF Miscellaneous Symbols View details
0xFF00 0xFFEF Halfwidth and Fullwidth Forms View details
0x25A0 0x25FF Geometric Shapes View details
0x2000 0x206F General Punctuation View details
0x0370 0x03FF Greek and Coptic View details
0x0080 0x00FF Latin-1 Supplement View details
0xFF00 0xFFEF Halfwidth and Fullwidth Forms View details
Chinese GB2312 + Common Japanese Kanji, totaling 7857 characters
On This Page