Commit Graph

185 Commits

Author SHA1 Message Date
Jörg Deckert
3c4bde3d3d new function load1b to restore bitmap to framebuffer after deep sleep 2020-10-25 11:07:49 +01:00
David Zovko
75e37670a3
Add Linux instructions 2020-10-25 09:10:00 +01:00
Nitko Nitkić
3ebd4f6dd3
Merge pull request #42 from e-radionicacom/revision
Added Arduino IDE metadata files
2020-10-22 00:03:42 +02:00
nitko12
e296f4b2a4 Merge branch 'revision' of https://github.com/e-radionicacom/Inkplate-6-Arduino-library into revision 2020-10-22 00:02:37 +02:00
nitko12
2d58aae366 Added Arduino IDE files. 2020-10-22 00:02:24 +02:00
Nitko Nitkić
4b00737b13
Merge pull request #41 from e-radionicacom/revision
Merging with slave mode renamed to peripheral
2020-10-19 10:31:01 +02:00
Nitko Nitkić
6cc00d4840
Merge branch 'master' into revision 2020-10-19 10:30:49 +02:00
nitko12
9e06e3517a Merge branch 'revision' of https://github.com/e-radionicacom/Inkplate-6-Arduino-library into revision 2020-10-18 14:37:42 +02:00
nitko12
4087e5e4d0 Renamed Slave to Peripheral mode. 2020-10-18 14:37:30 +02:00
David Zovko
ff4ad5a80f
Update README.md 2020-10-14 09:21:17 +02:00
David Zovko
ab1e2f73c0 This revision branch rewrites the whole Inkplate library into more structured file organization. Many methods and functionality have been added, especially the ones handling the image drawing. Modes are renamed from Monochrome and Greyscale to B&W and Grey.
Detailed overview of new features can be found while browsing commits.
2020-10-14 09:02:27 +02:00
nitko12
ef1a7f79b6 fixed code format on last commit + added partial test. 2020-10-12 10:20:53 +02:00
David Zovko
db13f1e581
Update 2-Inkplate_basic_grayscale.ino 2020-10-11 20:05:59 +02:00
BornaBiro
fc268c7655 Fixed panel stuck bug, fixed power up/down bug
- There was a bug in power up sequence that was causing Inkplate to stuck in refresh, due to do/while loop.
Bad power up also caused partial updat to not work properly.
- Now temperature measurment is not dependent to screen refresh. Now you can read temperature from Inkplate built-in sensor anytime you want! Because of that, macros for powering up/down TPS65186 are moved from Inkplate.cpp to defines.h
- Removed unused functions and variables for gamma correction
- Improved cleaning (little bit slower, but better)
2020-10-08 01:52:32 +02:00
nitko12
b6781dd127 Fixed portrait mode bug. 2020-09-26 12:39:31 +02:00
nitko12
3c9398ca33 Fix font not loading. 2020-09-24 11:47:39 +02:00
nitko12
cb57141976 Added default info header. 2020-09-24 10:43:08 +02:00
nitko12
7a40b54df1 Merged web and sd jpeg and bmpimage examples. 2020-09-24 09:56:23 +02:00
nitko12
c30df6ee78 Renamed and tweaked examples. 2020-09-24 09:38:01 +02:00
nitko12
2f753f20d2 Added comments. 2020-09-23 15:11:48 +02:00
nitko12
de0e62c932 Added Spotify example. 2020-09-23 14:55:41 +02:00
nitko12
9dd1ff14a2 Removed credentials. 2020-09-21 15:23:30 +02:00
nitko12
1e635111d0 Fixed double freeing. 2020-09-21 15:21:25 +02:00
nitko12
a17e1e0c69 Added maze example + fixes. 2020-09-21 13:24:50 +02:00
BornaBiro
e16f608d31 Power up/power down bug fix., clean, new HW seq
- Fixed epaper power up / power down bug that caused problems on some epaper panels (random vertical black lines). Some informations on how to properly pwr up/down TPS65186 Epaper PMIC is missing in datasheet.
- Better cleaning (for some reason, whilte color can easly "overcharge" screen, so now the are less white frames than black ones). [This problem is visible if the panel is refreshed multiple times in a row, screen after has been powerd down starts to fade]
- Improved HW sequence (there was some issue with line clock and start pulse vertical signal)
- Removed vscan_write() function (it's not needed anymore).
- Some minor bug fixes
2020-09-21 00:07:28 +02:00
nitko12
48bee38bca Removed credentials. 2020-09-18 10:34:12 +02:00
nitko12
c91f4224a2 Added full drawImage tests. 2020-09-18 10:29:20 +02:00
nitko12
1fd65df81b Added PNG and, adding tests. 2020-09-18 10:16:14 +02:00
nitko12
57a406f57a Renamed monochrome -> BW and grayscale -> gray. 2020-09-16 11:55:51 +02:00
nitko12
49367f07ba Added class inheritence image 2020-09-15 14:07:49 +02:00
nitko12
3f04f9756d Minor fixes, deprecation mark. 2020-09-15 14:01:22 +02:00
nitko12
933be84808 Reglobalised sd card object. 2020-09-15 08:37:15 +02:00
nitko12
cb5c74138b Png support start 2020-09-14 15:44:57 +02:00
nitko12
615f3b939c Better polygon drawing. 2020-09-14 12:07:34 +02:00
nitko12
54fde8bf42 Community project Game of Life additions. 2020-09-11 13:35:43 +02:00
nitko12
69f244b557 fixed untracked files 2020-09-11 13:34:39 +02:00
nitko12
23e3925fb3 Merge branch 'claud9999-community_contributions' into revision 2020-09-11 13:20:42 +02:00
nitko12
0a81a0ce78 Merge branch 'community_contributions' of https://github.com/claud9999/Inkplate-6-Arduino-library into claud9999-community_contributions 2020-09-11 13:20:01 +02:00
nitko12
8c4303180b Example fix. 2020-09-11 12:28:42 +02:00
nitko12
35a4ea4ef0 Merge branch 'revision' of ../Inkplate-revision into revision 2020-09-11 10:29:30 +02:00
nitko12
9ced239578 remove old files 2020-09-11 10:28:25 +02:00
nitko12
4687d67162 Reintegrated Adafruit-GFX-Library. 2020-09-11 09:35:36 +02:00
Chris Knight
52e71bfb63 draft proposal for community-contributed programs 2020-09-10 20:34:38 -07:00
nitko12
4df80297ea Added drawImage method. 2020-09-10 15:22:56 +02:00
nitko12
573b16bce1 Added jpeg tests. 2020-09-10 13:50:09 +02:00
nitko12
2ba755e9b2 Jpeg dither added. 2020-09-10 13:17:24 +02:00
nitko12
6fd0a07186 GFX to Graphics rename. 2020-09-10 08:11:12 +02:00
nitko12
c7e0781d21 Partial speed up. 2020-09-10 08:04:45 +02:00
nitko12
82a082003a Added bmp dither. 2020-09-09 14:18:37 +02:00
Nitko Nitkić
e5ca63391a
Rename Untitled Diagram.drawio to Image Flowchart.drawio 2020-09-09 10:29:29 +02:00