Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge changes from original repo #1

Open
wants to merge 9 commits into
base: sync
Choose a base branch
from
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
34 changes: 34 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
# We'll use defaults from the LLVM style, but with 4 columns indentation.
BasedOnStyle: LLVM

---
Language: Cpp
# Force pointers to the type for C++.
ColumnLimit: 128
IndentWidth: 4
NamespaceIndentation: All
AccessModifierOffset: -4
DerivePointerAlignment: false
PointerAlignment: Left
BreakBeforeBraces: Allman
BinPackArguments: false
BinPackParameters: false
AlwaysBreakTemplateDeclarations: Yes
SortIncludes: false
AllowAllArgumentsOnNextLine: false
# AllowShortBlocksOnASingleLine: Always
# AllowShortCaseLabelsOnASingleLine: false

---
Language: JavaScript
# Use 100 columns for JS.
ColumnLimit: 100
---
Language: Proto
# Don't format .proto files.
DisableFormat: true
---
Language: CSharp
# Use 100 columns for C#.
ColumnLimit: 100
6 changes: 0 additions & 6 deletions components/LovyanGFX/.gitignore

This file was deleted.

569 changes: 0 additions & 569 deletions components/LovyanGFX/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions components/LovyanGFX/library.json

This file was deleted.

10 changes: 0 additions & 10 deletions components/LovyanGFX/library.properties

This file was deleted.

113 changes: 0 additions & 113 deletions components/LovyanGFX/license.txt

This file was deleted.

20 changes: 0 additions & 20 deletions components/LovyanGFX/src/LGFX_AUTODETECT.hpp

This file was deleted.

11 changes: 0 additions & 11 deletions components/LovyanGFX/src/LGFX_TFT_eSPI.h

This file was deleted.

145 changes: 0 additions & 145 deletions components/LovyanGFX/src/LGFX_TFT_eSPI.hpp

This file was deleted.

11 changes: 0 additions & 11 deletions components/LovyanGFX/src/LovyanGFX.h

This file was deleted.

Loading