Commit Graph

7 Commits

Author SHA1 Message Date
David Zovko aff7b33882 Upload the library
This is first version of Inkplate 6 library that was stable to use.

It is not recommended to use this library as it might cause damage to the screen. We recommend using the library from master branch in all cases.
2020-10-14 09:11:00 +02:00
nitko12 9ced239578 remove old files 2020-09-11 10:28:25 +02:00
David Zovko c9c2031c66 Add working library for all displays 2020-09-07 11:46:29 +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 11acf80436 Improve numbering of examples 2020-09-01 13:00:51 +02: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 5801ad82b9 Add full examples for Inkplate 6
Whole series of examples for Inkplate has been added to the repo.
2020-07-15 14:35:14 +02:00