Commit graph

185 commits

Author SHA1 Message Date
SSYYL
88bbf456c6 Add Sunrise x3 Pi Python program, modify some programs to speed up data transfer. 2022-08-15 11:14:27 +08:00
Wilson
979184d047
Merge pull request #248 from SSYYL/master
Added 4-color e-Paper support
2022-07-28 18:10:38 +08:00
SSYYL
34affe04fe Add the STM32 program: 1.64inch e-Paper (G), 3inch e-Paper (G), 7.3inch e-Paper (G) and 3.52inch e-Paper 2022-07-28 18:08:09 +08:00
SSYYL
1cc008a55f Add the Arduino program: 1.64inch e-Paper (G), 3inch e-Paper (G), 7.3inch e-Paper (G) and 3.52inch e-Paper 2022-07-28 18:02:46 +08:00
SSYYL
8c37291d2b Add the raspberry Pi program: 1.64inch e-Paper (G), 3inch e-Paper (G) and 7.3inch e-Paper (G) 2022-07-28 17:44:36 +08:00
Sherlock
c2b5d0f72f
Merge pull request #241 from javgh/robust_environment_detection
Detect not only 'Raspbian', but also 'Debian' and 'NixOS'
2022-06-21 15:11:43 +08:00
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