Skip to main content

Foundation design - new construction

Users log in to their IDE account, and in their personal space they can create a new project and start interface design.


Click "New Project" to bring up the Project Options dialog box.


Project name is required; user selects the resolution and IDE version according to the demand; please pay attention to the compatibility of the integration software, use the corresponding version of the integration software when burning, otherwise it will lead to burning errors. Under "Templates" option, you can select all the templates collected by the current account. Users can choose whether to enable touch screen according to their needs. Encoding is the encoding rules when users use string type variables to communicate with the serial port, there are three options under Encoding, they are ASCII, UTF-8 and GB2312, only when the encoding rules of the project are defined, can we get the correct display results when setting string type variables. Audio Sampling is a parameter to be set when the project needs to play sound files (mp3 format), and this parameter is set according to the relevant hardware parameters.

The ASCII code uses 7 binary digits (the remaining 1 binary digit is 0) to represent all uppercase and lowercase letters, numbers 0 to 9, punctuation marks, and special control characters used in American English. Chinese input is not supported. (ASCII Code Comparison Table

UTF-8, also known as universal code, in different languages, so that different characters represent different words, using 2 bytes to encode the more widely used text at present. (UTF-8 codec description

GB2312 is the Chinese character set for information exchange, and is the national standard for transcoding Chinese characters. ([_GB2312 coding table](../hyperlinks/GB2312编码表.png)

The newly created project will be displayed in the project list of the current project. Move the mouse over the project and four options will appear: Open Project, Edit Information, Share Project, and Delete Project. Click Open Project to enter the project editing interface.