Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions configs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,15 @@ config DEMO_THEME
Displays all theme colors with elevation levels.
Demonstrates light/dark theme differences.

config DEMO_FONT_EDITOR
bool "Font Editor Demo"
default y
depends on DEMO_EXAMPLE && MODULE_INPUT && FEATURE_VECTOR
help
Glyph editor for vector font data.
Displays and renders glyphs from glyphs-data.inc.
Demonstrates point editing and curve visualization.

endmenu

# Build Options
Expand Down
1 change: 1 addition & 0 deletions configs/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ CONFIG_DEMO_CLOCK=y
CONFIG_DEMO_NYANCAT=y
CONFIG_DEMO_MOTION=y
CONFIG_DEMO_ACCESSIBILITY=y
CONFIG_DEMO_FONT_EDITOR=y
CONFIG_DEMO_THEME=y

# CONFIG_OPTIMIZE_SIZE is not set
Expand Down
Loading
Loading