Commit Graph

20 Commits

Author SHA1 Message Date
nitko12
de0e62c932 Added Spotify example. 2020-09-23 14:55:41 +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
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
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
8c4303180b Example fix. 2020-09-11 12:28:42 +02:00
nitko12
4687d67162 Reintegrated Adafruit-GFX-Library. 2020-09-11 09:35:36 +02:00
nitko12
4df80297ea Added drawImage method. 2020-09-10 15:22:56 +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
nitko12
557cae9cc7 Adding tests. 2020-09-09 10:27:49 +02:00
nitko12
6fd572b52f Few new fixes. 2020-09-07 15:34:51 +02:00
nitko12
5d94d15672 First commit. 2020-09-07 11:40:01 +02:00