chore(examples): add submodule and remove LVGL examples

This commit is contained in:
2026-02-16 23:09:37 -08:00
parent 30f2117e30
commit e3c78e266b
28 changed files with 439 additions and 1932 deletions

View File

@@ -0,0 +1,26 @@
# Arduino/C++ friendly format
BasedOnStyle: WebKit
# Indentation
IndentWidth: 4
TabWidth: 4
UseTab: Never
IndentCaseLabels: false
# Braces - keep opening brace on same line
BreakBeforeBraces: Attach
# Spacing (fixed)
SpaceBeforeParens: Never
SpaceAfterCStyleCast: false
PointerAlignment: Left
# Line length
ColumnLimit: 100
# Includes
SortIncludes: true
IncludeBlocks: Regroup
# Functions
KeepEmptyLinesAtTheStartOfBlocks: false