-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ILI9341_t3n
updated
16 files
+38 −0 | .github/workflows/compile_examples.yml | |
+16 −0 | .github/workflows/lint-check.yml | |
+21 −0 | LICENSE | |
+50 −12 | README.md | |
+10 −7 | examples/DemoSauce/DemoSauce.ino | |
+3 −3 | examples/ILI9341_BUDDHABROT/ILI9341_BUDDHABROT.ino | |
+10 −5 | examples/ILI_Ada_FontTest4/ILI_Ada_FontTest4.ino | |
+54 −145 | examples/graphicstest/graphicstest.ino | |
+58 −148 | examples/graphicstest_aafonts/graphicstest_aafonts.ino | |
+10 −30 | examples/pictureEmbed/pictureEmbed.ino | |
+1,160 −0 | examples/tft_picture_view/tft_picture_view.ino | |
+65 −20 | examples/touchpaint_xpt2046/touchpaint_xpt2046.ino | |
+4 −0 | keywords.txt | |
+2 −3 | library.properties | |
+389 −130 | src/ILI9341_t3n.cpp | |
+74 −25 | src/ILI9341_t3n.h |