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 toolbar hosts the command actions for the current document. It is rendered at the top of the editor and is split into three groups: the view bar, the preview bar, and the document bar.

View bar

The view bar lets you switch the central view between the main editor views:

ViewDescription
EditorThe visual canvas for designing screens and widgets.
ResourceThe resource view for managing imported assets.
Font libraryThe font library for managing fonts.
CodeThe generated code view. Selecting it triggers a build of the LVGL source code before showing the code.

Preview bar

The preview bar controls preview mode and the active LVGL runtime version:

  • Preview toggle - switches the editor between edit mode and preview mode. Clicking the play button enters preview; clicking pause returns to edit mode.
  • Runtime version - selects the LVGL runtime (and language) version used by the project, such as LVGL 9.x or LVGL 8.x. The selector is disabled while a version switch is in progress.

Document bar

The document bar provides document-level commands:

CommandDescription
HomeReturns to the workspace.
NewCreates a new project from the workspace.
Undo / RedoSteps backward and forward through edit history. Both are locked in preview mode.
ExportRegenerates the source bundle and exports it (for example, as a ZIP download).
Report bugOpens the issue tracker to report a bug.
SettingsOpens the settings dialog.

Related guides

  • Overview - the editor interface as a whole.
  • Preview - preview mode and the LVGL runtime version.
  • Settings - the settings dialog opened from the toolbar.
Prev
Overview
Next
Navigator