Commit Graph

153 Commits

Author SHA1 Message Date
nitko12
cb5c74138b Png support start 2020-09-14 15:44:57 +02:00
nitko12
615f3b939c Better polygon drawing. 2020-09-14 12:07:34 +02:00
nitko12
54fde8bf42 Community project Game of Life additions. 2020-09-11 13:35:43 +02:00
nitko12
69f244b557 fixed untracked files 2020-09-11 13:34:39 +02:00
nitko12
23e3925fb3 Merge branch 'claud9999-community_contributions' into revision 2020-09-11 13:20:42 +02:00
nitko12
0a81a0ce78 Merge branch 'community_contributions' of https://github.com/claud9999/Inkplate-6-Arduino-library into claud9999-community_contributions 2020-09-11 13:20:01 +02:00
nitko12
8c4303180b Example fix. 2020-09-11 12:28:42 +02:00
nitko12
35a4ea4ef0 Merge branch 'revision' of ../Inkplate-revision into revision 2020-09-11 10:29:30 +02:00
nitko12
9ced239578 remove old files 2020-09-11 10:28:25 +02:00
nitko12
4687d67162 Reintegrated Adafruit-GFX-Library. 2020-09-11 09:35:36 +02:00
Chris Knight
52e71bfb63 draft proposal for community-contributed programs 2020-09-10 20:34:38 -07:00
nitko12
4df80297ea Added drawImage method. 2020-09-10 15:22:56 +02:00
nitko12
573b16bce1 Added jpeg tests. 2020-09-10 13:50:09 +02:00
nitko12
2ba755e9b2 Jpeg dither added. 2020-09-10 13:17:24 +02:00
nitko12
6fd0a07186 GFX to Graphics rename. 2020-09-10 08:11:12 +02:00
nitko12
c7e0781d21 Partial speed up. 2020-09-10 08:04:45 +02:00
nitko12
82a082003a Added bmp dither. 2020-09-09 14:18:37 +02:00
Nitko Nitkić
e5ca63391a
Rename Untitled Diagram.drawio to Image Flowchart.drawio 2020-09-09 10:29:29 +02:00
nitko12
d15bdc43d7 Merge branch 'master' of https://github.com/nitko12/Inkplate-revision 2020-09-09 10:28:10 +02:00
nitko12
557cae9cc7 Adding tests. 2020-09-09 10:27:49 +02:00
Nitko Nitkić
f99d753377 Update Untitled Diagram.drawio 2020-09-09 09:14:49 +02:00
Nitko Nitkić
8db282b750 Image Flow.drawio 2020-09-08 16:04:42 +02:00
nitko12
6fd572b52f Few new fixes. 2020-09-07 15:34:51 +02:00
David Zovko
c31a1253c6
Update README.md 2020-09-07 11:49:47 +02:00
David Zovko
63fb00f56c Update README.md 2020-09-07 11:47:50 +02:00
David Zovko
c9c2031c66 Add working library for all displays 2020-09-07 11:46:29 +02:00
nitko12
5d94d15672 First commit. 2020-09-07 11:40:01 +02:00
nitko12
0e2cc2b4d7 first commit 2020-09-07 11:38:43 +02:00
David Zovko
aea5753b94 Update Adafruit_MCP23017.cpp 2020-09-07 11:34:16 +02:00
David Zovko
357fadc00e Replace master branch with older version to fix compatibility with all screens 2020-09-07 11:34:11 +02:00
David Zovko
d23f8217e6
Update slave part usage 2020-09-01 17:46:44 +02:00
David Zovko
00bea50110
Fix error 2020-09-01 14:43:10 +02:00
David Zovko
c726f2a309 Finish enumeration 2020-09-01 13:23:31 +02:00
David Zovko
11acf80436 Improve numbering of examples 2020-09-01 13:00:51 +02:00
David Zovko
27222558df Change numberation of examples 2020-09-01 12:58:32 +02:00
David Zovko
420075a1e9
Merge pull request #30 from Thorinair/master
Added JPEG support for SD and Web
2020-09-01 12:51:41 +02:00
David Zovko
9693bcb9ae
Merge pull request #29 from nitko12/master
Added touch wake up example
2020-09-01 12:50:57 +02:00
Thorinair
0fe94b5867 Add invert support, add dither starter 2020-08-31 14:07:56 +02:00
Thorinair
cef06b82d6 Add web JPEG support 2020-08-31 13:35:30 +02:00
nitko12
cf9a1f16a5 Added deep sleep touch pad wake up. 2020-08-31 13:16:27 +02:00
Thorinair
e904398dca Clean up example 2020-08-31 13:11:08 +02:00
Thorinair
1cdda39072 Rename Web BPM example 2020-08-31 12:58:57 +02:00
nitko12
530788d895 Merged official. 2020-08-30 20:27:32 +02:00
Thorinair
4db9a74db1 Initial jpeg support 2020-08-30 20:23:13 +02:00
David Zovko
fab5d93332
Add official documentation link 2020-08-30 17:15:35 +02:00
nitko12
36c857a4be Possible fix 2020-08-28 10:19:56 +02:00
David Zovko
bd9d1e838d
Merge pull request #24 from ddd-mtl/patch-1
Fix typo in Network.cpp
2020-08-28 08:55:00 +02:00
damien
bf3f598440
Update Network.cpp
typo fix
2020-08-27 19:59:09 -04:00
BornaBiro
a1578bed16 Removed Adafruit MCP23017 Library
- Removed Adafruit MCP23017 library. Instead, code for controlling MCP23017 is built into library and it uses memory buffer to store all registers data from MCP23017. MCP23017 is now working much faster.
- Example for MCP23017 is changed
- Code for cleaning screen is improved (no more weird black/white lines outside visible aread, which can affect picture quality)
- Better waveform for grayscale (better color pallete), no more weird gradient on one color.
- Improved monochrome mode (writing black color was to aggressive, hard to clean)
2020-08-27 10:48:26 +02:00
David Zovko
cb5e49da2c
Update README.md 2020-08-26 10:32:04 +02:00