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
David Zovko
9bff038099
Merge pull request #23 from nitko12/master
...
Added polygon triangulation and drawing + elipse
2020-08-26 10:17:55 +02:00
nitko12
1e46770afc
Merge https://github.com/e-radionicacom/Inkplate-6-Arduino-library
2020-08-26 09:43:28 +02:00
nitko12
31a31fb4e8
Fixed monochrome example 2.
2020-08-26 09:27:02 +02:00
nitko12
e275a357e8
Fixed monochrome example.
2020-08-26 09:25:10 +02:00
nitko12
1e434d6b60
Added elipse + examples.
2020-08-26 09:22:16 +02:00
nitko12
a0d91f1004
Polygon drawing, untested.
2020-08-25 15:53:09 +02:00
David Zovko
679141a321
Update README.md
2020-08-24 15:31:24 +02:00
David Zovko
0f95ab40d5
Merge pull request #22 from nitko12/master
...
Stability fix 2.0.
2020-08-24 13:24:07 +02:00
nitko12
4e2989b02b
Stability fix 2.0.
2020-08-18 12:28:46 +02:00
David Zovko
7b04f91e99
Update README.md
2020-08-11 12:55:23 +02:00
David Zovko
bf43bfa6eb
Remove docs folder + SVG folder
2020-08-11 12:54:34 +02:00
David Zovko
e3cf71ef4b
Merge pull request #20 from nitko12/master
...
Many fixes
2020-08-11 12:53:36 +02:00
nitko12
7709a4e863
Added 4 bit dithering.
2020-08-11 10:27:42 +02:00
nitko12
6fa2de7ed9
Bug fixes in example projects.
2020-08-11 09:26:59 +02:00
nitko12
5bc7b9d96e
24 bit image error fix + removed credentials.
2020-08-10 09:31:18 +02:00
nitko12
95bc91e1da
Web and SD card dithering added.
2020-08-10 09:12:23 +02:00
nitko12
88419ad50b
Added dithering to example.
2020-08-07 15:04:16 +02:00
nitko12
5d1a953eed
Added dithering on 24 and 8 bit sd images, 4 bit could be added but with much more changes for almost no visible result.
2020-08-07 14:57:07 +02:00
nitko12
670d38946f
Faster bmp loading
2020-08-07 09:33:42 +02:00
nitko12
d5826251bf
Many fixes.
2020-08-06 14:43:47 +02:00
nitko12
f012be658b
More comments, renaming files, fixing typos, new api for hourly forecast, more descriptive instructions for wetup of examples, thicker google calendar lines, fixed google calendar time aligment and location overflow.
2020-08-04 12:51:53 +02:00
nitko12
65381a7251
Fixed too long location overflowing box
2020-08-03 15:37:18 +02:00
David Zovko
0d08ace9b7
Merge pull request #19 from nitko12/master
...
Added Google Calendar example
2020-08-03 15:19:39 +02:00
nitko12
71277c517d
initialized docs and more comments
2020-08-03 14:28:10 +02:00
nitko12
a903eb79d1
maybe fix
2020-08-03 12:40:46 +02:00
nitko12
8294fa6b7d
realtime weather example
2020-08-03 12:03:45 +02:00
nitko12
f562918c0b
more comments
2020-08-03 08:45:50 +02:00