Commit Graph

19 Commits

Author SHA1 Message Date
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
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
670d38946f Faster bmp loading 2020-08-07 09:33:42 +02:00
David Zovko
c974be0d4d
Update 5-Inkplate_SD_BMP_pictures.ino 2020-07-30 14:25:36 +02:00
Thorinair
6411d549ab Further add 4 and 8 bit descriptions. 2020-07-27 16:16:38 +02:00
Thorinair
c167ea727d Update example descriptions. 2020-07-27 15:57:04 +02:00
Thorinair
48f08171f3 Add support for 4b and 8b bitmaps over web. 2020-07-27 15:42:41 +02:00
Thorinair
fd1dfcb919 Modify web example to show manual loading. 2020-07-27 14:40:46 +02:00
Thorinair
f7bcef3b8f Add invert parameter to drawBitmapFromSD, update examples. 2020-07-27 14:23:41 +02:00
Thorinair
5ff43f1406 Fixed typo. 2020-07-24 20:22:25 +02:00
Thorinair
1c3586331b Monochrome images. 2020-07-24 20:15:49 +02:00
Thorinair
c69240ff1a Finished example. 2020-07-24 18:49:07 +02:00
Thorinair
3eb98ff9f4 Verbose download debugging. 2020-07-24 14:29:09 +02:00
Thorinair
4107d83bc2 Bitmap from web, first working prototype. 2020-07-24 13:33:25 +02:00
MingChia Chung
87466f3d2b fix: incorrect buffer length 2020-07-22 02:04:35 +08:00
David Zovko
df76254daa Add much-needed SdFat library into examples 2020-07-15 15:11:47 +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