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
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
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
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
nitko12
7709a4e863
Added 4 bit dithering.
2020-08-11 10:27:42 +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
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
37449f27a0
Google calendar draft
2020-07-31 15:29:55 +02:00
nitko12
0c5d9f8cce
fixed merging problem
2020-07-31 12:09:01 +02:00
David Zovko
8d19ff62ce
Update Inkplate.cpp
2020-07-31 11:54:45 +02:00
nitko12
c40339c267
rotation bug fix
2020-07-30 15:07:18 +02:00
nitko12
42f43d4b26
thickline and gradientline
2020-07-30 09:24:30 +02:00
Thorinair
7dde4133c6
Add support for 4b and 8b bitmaps from SD card.
2020-07-27 15:52:51 +02:00
Thorinair
48f08171f3
Add support for 4b and 8b bitmaps over web.
2020-07-27 15:42:41 +02:00
Thorinair
f7bcef3b8f
Add invert parameter to drawBitmapFromSD, update examples.
2020-07-27 14:23:41 +02:00
Thorinair
97e5bea90e
Fix images being offset in height.
2020-07-27 14:00:04 +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
David Zovko
4eb4ac213b
Update screen refresh sequence
...
Updating core screen refresh sequence to make it compatible with all batches of ED060SC7 screens.
2020-07-16 08:40:33 +02:00
BornaBiro
b18da15dbb
Inproved cleaning, greyscale, improvments
...
- New method of cleaning panel (should work on most ED060SC7 panels)
- New method of displaying greyscale image (using simple, our experimental waveform)
- Added partial update (works only in 1 Bit mode!)
- Faster data sending (still only bit-banging)
- Clean sequence is now inside display() function (user does NOT have to call it before every time before display() like on prev. version of library).
2020-03-12 14:28:34 +01:00
Borna Biro
af0b67ce3b
Initial commit
2019-12-16 08:54:40 +01:00