Jan Vornberger
e2b1fcdbf9
Detect not only 'Raspbian', but also 'Debian' and 'NixOS'
2022-05-31 19:33:06 +02:00
Sherlock
5996244c99
Merge pull request #236 from SSYYL/master
...
add version info
2022-04-26 10:26:21 +08:00
SSYYL
676ddeaa99
add version info
2022-04-26 10:25:46 +08:00
Sherlock
835c53017a
Merge pull request #232 from missionfloyd/remove-numpy
...
Remove numpy
2022-04-26 10:17:37 +08:00
Sherlock
f9e394d5c6
Merge pull request #235 from SSYYL/master
...
add 2in13b_V4 code
2022-04-26 10:13:37 +08:00
Sherlock
bc81b3c3e2
Merge branch 'waveshare:master' into master
2022-04-26 10:13:08 +08:00
SSYYL
86a0f7c605
add 2in13b_V4 STM32 code
2022-04-26 10:08:51 +08:00
SSYYL
dd40a58b19
add 2in13b_V4 code
2022-04-26 09:44:20 +08:00
missionfloyd
6ab21166a1
Remove numpy
2022-03-12 22:36:24 -07:00
Sherlock
ba202c58ec
Merge pull request #228 from SSYYL/master
...
Added fast refresh and improved partial refresh effect to the 4.2inch e-Paper
2022-02-08 10:44:33 +08:00
Sherlock
62605bf8af
Merge branch 'waveshare:master' into master
2022-02-08 10:42:56 +08:00
Sherlock
8b01d518d4
Merge pull request #220 from 8bitgentleman/speedOptimize-7in5b_v2
...
Increase speed of displaying images (for 7in5b_V2)
2022-02-08 10:39:19 +08:00
SSYYL
c23a363ec5
Merge branch 'master' of github.com:SSYYL/e-Paper
2022-02-08 10:29:04 +08:00
SSYYL
d6e11eaae6
Added fast refresh and improved partial refresh effect to the 4.2inch e-Paper
2022-02-08 10:28:56 +08:00
Sherlock
8af38f2c89
Merge pull request #222 from SSYYL/master
...
Parameters are missing
2022-01-10 19:10:39 +08:00
Sherlock
15df676682
Merge branch 'waveshare:master' into master
2022-01-10 19:09:51 +08:00
SSYYL
17610b4623
Parameters are missing
2022-01-10 19:09:17 +08:00
Sherlock
c7d03f0ad3
Merge pull request #221 from SSYYL/master
...
3.7inch arduino example added a partial refresh example
2022-01-10 16:24:59 +08:00
SSYYL
1a3a24a978
3.7inch arduino example added a partial refresh example
2022-01-10 16:23:53 +08:00
SSYYL
c6a0591118
Fix function type errors
2022-01-10 11:39:04 +08:00
Matt Vogel
631ddb7663
invert black buffer
2022-01-08 21:50:37 -05:00
Matt Vogel
cd6b264fb6
invert black
2022-01-08 20:45:40 -05:00
Matt Vogel
5f49ab2847
Significantly increase speed of displaying images (for 7in5b_V2)
...
same a #104 but for 7in5b_v2 (also applies to v3)
2022-01-08 20:18:22 -05:00
Sherlock
130e685e7d
Merge pull request #218 from nullableVoidPtr/patch-1
...
Fix indentation on epd2in13_V3.py
2022-01-04 18:13:15 +08:00
Avery
bb221f7be4
Fix indentation on epd2in13_V3.py
...
Python will not import modules/scripts with mixed indentation.
2022-01-04 16:56:51 +08:00
Sherlock
7003be1672
Merge pull request #215 from SSYYL/master
...
Added a function that can refresh only part of the screen area.
2021-12-29 12:04:17 +08:00
SSYYL
ce29fad2c3
Added a function that can refresh only part of the screen area.
2021-12-29 12:01:53 +08:00
Sherlock
fb3ce18166
Merge pull request #214 from raven-worx/gpio_reset
...
only cleanup the GPIOs in use instead of all GPIOs (Python)
2021-12-29 09:39:52 +08:00
raven-worx
47f7afa1de
added missing line for RaspberryPi in last commit
2021-12-27 02:37:49 +01:00
raven-worx
3c2cb400c5
only cleanup the gpios in use instead of all gpios
2021-12-27 01:05:48 +01:00
SSYYL
72370cb1f2
Merge pull request #213 from SSYYL/master
...
Added the function of pasting image data to buffer (STM32)
2021-12-17 19:09:27 +08:00
SSYYL
24fc7162b9
Merge branch 'waveshare:master' into master
2021-12-17 19:07:40 +08:00
SSYYL
7a1e6ae4cc
Added the function of pasting image data to buffer (STM32)
2021-12-17 15:10:00 +08:00
SSYYL
43dbd5f963
Merge pull request #209 from SSYYL/master
...
2in13_V3 Add some comments
2021-12-14 16:10:48 +08:00
SSYYL
0895fc1e5a
2in13_V3 Add some comments
2021-12-14 16:08:50 +08:00
SSYYL
ce75f349ac
Merge pull request #203 from Joseph-DiGiovanni/patch-1
...
Fixed ClearFrame and WaitUntilIdle on 4.2in EPD
2021-12-14 16:00:07 +08:00
SSYYL
ba656697e8
Merge pull request #205 from Starik2005/patch-1
...
Update epdif.h
2021-12-14 15:58:11 +08:00
SSYYL
0e474bc8f2
Merge pull request #206 from Starik2005/patch-2
...
fix includa name
2021-12-14 15:57:57 +08:00
Starik2005
d738c8bd37
fix includa name
2021-11-26 18:58:23 +03:00
Starik2005
fd72eeb575
Update epdif.h
...
Error include name
2021-11-26 18:56:53 +03:00
Joseph DiGiovanni
3fb83839a0
Update epd4in2.cpp
...
ClearFrame was refreshing the display despite the comment claiming it won't, and WaitUntilIdle was sending unnecessary SPI commands with an unnecessary delay of 100ms.
ClearFrame now only clears SRAM as intended and WaitUntilIdle is sped up significantly.
2021-11-13 12:14:38 -05:00
SSYYL
bcb561fd70
Merge pull request #202 from SSYYL/master
...
add 2in13_V3 support
2021-11-01 17:22:15 +08:00
SSYYL
1c743e3a78
add version info
2021-11-01 17:20:40 +08:00
SSYYL
127ad0cecb
add 2in13_V3 example code (stm32)
2021-11-01 17:18:03 +08:00
SSYYL
9896ad819c
add 2in13_V3 example code (Arduino)
2021-11-01 16:50:26 +08:00
SSYYL
9c097b5cc3
add 2in13_V3 example code (RPi)
2021-11-01 15:36:43 +08:00
SSYYL
c1974d4cde
Easy refresh speed test
2021-11-01 15:18:45 +08:00
SSYYL
87f8e59339
Merge pull request #196 from DragonKitten/patch-1
...
add return code to init function
2021-10-29 14:43:59 +08:00
DragonKitten
0cd8e0acdf
add return code to init funcion
2021-09-23 23:36:05 +02:00
SSYYL
1ac5cbad56
Merge pull request #186 from SSYYL/master
...
fix 1in54_V2 partial refresh abnormal
2021-08-11 15:42:44 +08:00