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

Merging dev branch for initial release #9

Merged
merged 124 commits into from
Jan 22, 2025
Merged
Changes from 1 commit
Commits
Show all changes
124 commits
Select commit Hold shift + click to select a range
35f9ace
Update README.md
BornaBiro Jul 2, 2024
e02f71b
Update library.properties
BornaBiro Jul 2, 2024
d184353
Update esp32SpiAt.cpp
BornaBiro Jul 2, 2024
c9e0d44
Example folder structure has changed.
BornaBiro Jul 2, 2024
23834d8
SHTC3 added, added automatic full update after partial update, debug …
BornaBiro Jul 3, 2024
1daf272
Update Inkplate_6_Motion_SHTC3.ino
BornaBiro Jul 3, 2024
0732739
Added APDS9960 support and examples, fixed SHTC3.
BornaBiro Jul 4, 2024
7645b00
Added support for LSM6DS3, swapped axes to accommodate LSM6DS3 positi…
BornaBiro Jul 4, 2024
aa287e7
SdFat added and kinda works.
BornaBiro Jul 8, 2024
e7b84ca
Added fully microSD support, added peripheral disable and enable, add…
BornaBiro Jul 9, 2024
f9319a7
Added RAM backup example in the Deep Sleep Example.
BornaBiro Jul 10, 2024
16227cc
Deep sleep example fix.
BornaBiro Jul 10, 2024
e51ff5a
Added WiFi example
rsoric Jul 22, 2024
c2ff37b
Fixed typo
rsoric Jul 22, 2024
1a97d78
Added support for 4 bit partial update (ebook reader like partial upd…
BornaBiro Jul 23, 2024
4c0e611
More partial update waveform tweaks.
BornaBiro Jul 25, 2024
5195e70
Added some sensor examples
rsoric Jul 26, 2024
047b59b
Updated interrupts example for gesture sensor
rsoric Jul 26, 2024
1ccdfcd
drawBitmap4Bit() added back to the library.
BornaBiro Jul 26, 2024
cd27e40
Merge branch 'dev' of https://github.com/SolderedElectronics/Inkplate…
BornaBiro Jul 26, 2024
dabf0e2
Partial update 4 bit fixes.
BornaBiro Aug 6, 2024
27fa34f
Optimized driver for Inkplate 6 Motion.
BornaBiro Aug 7, 2024
79e589f
Added optimized 1 bit update, fixed bug in pixelsUpdate() method, add…
BornaBiro Aug 8, 2024
0556fef
Small timing fiexes, typos, ESP32 WiFi extern removal.
BornaBiro Aug 8, 2024
673d1e3
Clean-up all files, fixed timings, doxy.
BornaBiro Sep 17, 2024
bc819e7
More doxy and Inkplate name change.
BornaBiro Sep 18, 2024
0c7fb4d
More doxy!
BornaBiro Sep 18, 2024
4d2de57
Even more doxy!
BornaBiro Sep 18, 2024
91c722b
Headers added, filenames changed.
BornaBiro Sep 23, 2024
9a84a82
Added timings into waveforms, fixed compile fail. ToDo: add HQ wavefr…
BornaBiro Sep 23, 2024
fd1d1fd
Github is kinda broken, it added this files separately.
BornaBiro Sep 23, 2024
82a30dc
Added examples for waveform select, waveform select in the driver.
BornaBiro Sep 24, 2024
3296216
Folder name changed, fixed waveform bug (LUT calculation).
BornaBiro Sep 25, 2024
4479a3a
One ore waveform calculation fix, removed debug messages.
BornaBiro Sep 25, 2024
b8c09f4
Merge branch 'dev' into inkplate6motion4BitPartial
BornaBiro Sep 25, 2024
2b855c1
Merge pull request #1 from SolderedElectronics/inkplate6motion4BitPar…
BornaBiro Sep 25, 2024
45d4025
Added dev codes for JPG and BMP support.
BornaBiro Sep 26, 2024
4944cdd
Fixed JPG decoder crash?
BornaBiro Sep 30, 2024
21eb526
Fixed JPG and PNG decoder test codes.
BornaBiro Oct 1, 2024
27edc18
Removed debug code.
BornaBiro Oct 1, 2024
0030eae
Added BMP example, fixed JPG example.
BornaBiro Oct 1, 2024
4c7018b
Added Win file for bitmap decoder.
BornaBiro Oct 2, 2024
2b3c98e
Implementing writing pixels to the framebuffer.
BornaBiro Oct 3, 2024
a5528b3
16 bit and 24 bit done (needs testing).
BornaBiro Oct 8, 2024
6a0abe7
More test images, done 1bit, 4bit, 8bit mode. To-do: 32bit?
BornaBiro Oct 9, 2024
52be88d
More fixes on BMP and PNG.
BornaBiro Oct 9, 2024
bb1cfd3
More JPG and PNG fixes.
BornaBiro Oct 9, 2024
63f8850
Finished BMP library. To-Do: Implement in the library.
BornaBiro Oct 10, 2024
afb89fc
Removed comments.
BornaBiro Oct 10, 2024
f5bd7b3
Start implementing image decoder.
BornaBiro Oct 22, 2024
3e15667
Implemented BMP decoder in library. Still no correct image on the scr…
BornaBiro Oct 23, 2024
01e17c7
Added board check in ImageDecoder, added universal sessionHandler, fi…
BornaBiro Oct 24, 2024
8b0c43c
More optimizations, added JPG decoder but image is broken (has vertic…
BornaBiro Oct 24, 2024
5e7f859
Fixed JPG Decoder, added PNG decoder, tested PNG decoder.
BornaBiro Oct 25, 2024
193810c
Fixed PNG, added universal functions for decoders, removed pngle modi…
BornaBiro Oct 28, 2024
2fa2310
PNG fixes, more typos.
BornaBiro Oct 28, 2024
ded6f11
Started doxy.
BornaBiro Oct 28, 2024
c984048
Added null ptr checks, added doxy added headers into files.
BornaBiro Oct 29, 2024
23a134f
Load image from the buffer done, added examples.
BornaBiro Oct 29, 2024
35a515f
Examples for the Images from SD and from the buffer.
BornaBiro Oct 30, 2024
28770ca
Added test images.
BornaBiro Oct 30, 2024
320ade6
Merge pull request #2 from SolderedElectronics/imageSupport
BornaBiro Oct 30, 2024
9e0a75a
Implemented drawImageFromWeb and connected to draw()
rsoric Oct 30, 2024
245f408
Fixed example
rsoric Oct 31, 2024
2dca059
Merge pull request #3 from SolderedElectronics/imageSupportWeb
BornaBiro Nov 6, 2024
2ac00ba
Update Inkplate_6_Motion_WiFI_Command_Sender.ino
BornaBiro Nov 6, 2024
f39bd25
Merge pull request #4 from SolderedElectronics/imageSupportWeb
BornaBiro Nov 6, 2024
4e65f7d
saving progress
rsoric Nov 27, 2024
d930fcd
Saving progress
rsoric Nov 27, 2024
de9916c
Saving progress, almost done
rsoric Nov 28, 2024
926dd82
Update InkplateTest.cpp
rsoric Nov 29, 2024
efb169f
Saving progress on factory programming
rsoric Dec 3, 2024
c253ec6
Saving progress
rsoric Dec 5, 2024
8bbcfbc
Saving progress
rsoric Dec 8, 2024
b839a81
Added dither development code.
BornaBiro Dec 9, 2024
a6b1cea
Dither test code structured, fixed 1 bit mode (constrained pixel color).
BornaBiro Dec 9, 2024
bde94b7
Added everything to class, added multiple row buffering.
BornaBiro Dec 11, 2024
bdc17ea
Fixed dithering.
BornaBiro Dec 11, 2024
fe2bbc9
Dither fixed.
BornaBiro Dec 12, 2024
9ac3eb2
Update Inkplate_6_Motion_VCOM_Set.ino
rsoric Dec 16, 2024
d49cbe2
Sync.
BornaBiro Dec 17, 2024
d67b3c5
Added DMA transfers.
BornaBiro Dec 18, 2024
174fc9b
Added doxygen, removed unnecessary code.
BornaBiro Dec 18, 2024
4b5a3e5
Fully supported dithering.
BornaBiro Dec 19, 2024
d12a6a4
Fixed battery measurement issue.
BornaBiro Jan 7, 2025
b58d8e4
Merge pull request #6 from SolderedElectronics/ditherSupport
BornaBiro Jan 7, 2025
65060ef
Added image, added C code for imgToHex, library.properies update, tes…
BornaBiro Jan 7, 2025
80a04ff
Saving progress
rsoric Jan 13, 2025
3999038
Updated factory programming
rsoric Jan 15, 2025
f3d8539
Merge branch 'dev' into factoryProgramming
rsoric Jan 15, 2025
f674ae7
Merge pull request #7 from SolderedElectronics/factoryProgramming
rsoric Jan 15, 2025
371be9d
Merge pull request #8 from SolderedElectronics/imagesFromWebFixes
rsoric Jan 15, 2025
3485b77
Starting to add examples
rsoric Jan 15, 2025
d303a5c
Update Inkplate_6_Motion_WiFi_Simple.ino
rsoric Jan 15, 2025
bbe4e0d
Adding examples, fixing compile issues
rsoric Jan 16, 2025
e361d4c
Saving progress on examples
rsoric Jan 16, 2025
eb8d383
Added examples
rsoric Jan 16, 2025
5998154
Saving progress on examples
rsoric Jan 17, 2025
1879f0b
Finished examples
rsoric Jan 20, 2025
4b62968
Finished examples
rsoric Jan 20, 2025
59c0d11
Adding compile tests
rsoric Jan 20, 2025
e19c472
Committing clang-format changes
Jan 20, 2025
e36bacf
Update README.md
rsoric Jan 20, 2025
11c8430
Merge branch 'dev' of https://github.com/SolderedElectronics/Inkplate…
rsoric Jan 20, 2025
c8b700e
Committing clang-format changes
Jan 20, 2025
b1ccf08
Update compile.yml
rsoric Jan 20, 2025
44a3ba4
Merge branch 'dev' of https://github.com/SolderedElectronics/Inkplate…
rsoric Jan 20, 2025
c2eab8f
Update compile.yml
rsoric Jan 20, 2025
207bd64
Update compile.yml
rsoric Jan 20, 2025
108453e
Update compile.yml
rsoric Jan 20, 2025
a8908f7
Update compile.yml
rsoric Jan 20, 2025
cebd0a0
Update compile.yml
rsoric Jan 20, 2025
20ce6ab
Update compile.yml
rsoric Jan 20, 2025
da02b05
Update compile.yml
rsoric Jan 20, 2025
82b2e71
Update compile.yml
rsoric Jan 20, 2025
9b24dc1
Update compile.yml
rsoric Jan 20, 2025
34f5d02
Updated compile.yml
rsoric Jan 20, 2025
cf06fab
Updated readme and compile tests
rsoric Jan 20, 2025
e9823ae
Update library.properties
rsoric Jan 22, 2025
626c053
Changed folder for examples
rsoric Jan 22, 2025
bde112d
Create arduino_lint.yml
rsoric Jan 22, 2025
3e284c9
Fixed Arudino Lint
rsoric Jan 22, 2025
63f8d65
Merge branch 'dev' of https://github.com/SolderedElectronics/Inkplate…
rsoric Jan 22, 2025
2eefc9f
Merge branch 'main' into dev
rsoric Jan 22, 2025
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
Prev Previous commit
Next Next commit
Added timings into waveforms, fixed compile fail. ToDo: add HQ wavefr…
…om example.
BornaBiro committed Sep 23, 2024
commit 9a84a82b961fef1f0cbb63f54fc0f641c8dc2719
8 changes: 0 additions & 8 deletions .clang-format

This file was deleted.

5 changes: 0 additions & 5 deletions .gitignore

This file was deleted.

674 changes: 0 additions & 674 deletions LICENSE

This file was deleted.

44 changes: 0 additions & 44 deletions README.md

This file was deleted.

10 changes: 0 additions & 10 deletions library.properties

This file was deleted.

34 changes: 0 additions & 34 deletions src/boards/Inkplate6Motion/IP6BoardFile.h

This file was deleted.

Loading