Commit Graph

31 Commits

Author SHA1 Message Date
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 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
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
Thorinair 4db9a74db1 Initial jpeg support 2020-08-30 20:23:13 +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
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