LSS stands for "LVGL Style Sheets"
It's a content-driven theme generator for LVGL.
Ensure Lark is installed. Preferably in a Python venv:
pip install larkCompile a theme:
python compile.py themes/theme.lss Output can be found in the build/ folder.
Lark is used to describe the grammar for LSS in grammar.lark
- Lark syntax highlight for JetBrains IDEs: https://github.com/lark-parser/intellij-syntax-highlighting