anyuianyui
anyui
anyui-LIVE
Feedback
  • English
  • 简体中文
anyui
anyui-LIVE
Feedback
  • English
  • 简体中文
  • Introduction

    • Introduction
  • Get Started

    • Get Started
  • Workspace

    • Workspace
  • Editor

    • Overview
    • Toolbar
    • Navigator
    • Inspector
    • Statusbar
    • Settings
    • Canvas
    • Preview
  • Subjects

    • Image
    • Font
    • Layout
    • Dynamic LVGL version
    • Override screen size
    • Codegen
    • Transplant

The settings dialog groups the editor's configuration options. It is opened from the toolbar and is organized into general, project, UI, and about sections.

General

General settings apply to the whole editor:

SettingDescription
LanguageThe UI language of the editor.
Widget previewWhether widget previews are shown in the widget bar.

Project

Project settings configure the current project:

SettingDescription
Screen widthHorizontal resolution of the target display.
Screen heightVertical resolution of the target display.
Color depth16-bit or 32-bit color.
Target versionThe LVGL runtime (and language) version used by the project.

As you edit, a live preview panel shows the resulting resolution and aspect ratio. Saved changes update the project configuration.

UI

UI settings configure canvas behavior:

SettingDescription
Hover highlightHighlight the widget under the mouse cursor on the canvas.
Global alignSnap against the whole screen (global) or only the dragged widget's container and siblings (local).

About

The about section shows host information for diagnostics:

  • Browser name and version.
  • Platform.
  • Build timestamp.

Related guides

  • Overview - the editor interface as a whole.
  • Toolbar - where the settings dialog is opened from.
Prev
Statusbar
Next
Canvas