SSYYL
07230521f9
The 1in54_V2 program uses external waveform, Improved refresh speed and compatibility
2021-07-16 14:46:14 +08:00
SSYYL
452880de52
Speed up the refresh of some screens (experimental)(1.54 v2、2.13 v3、2.9 v2、7.5 v2)
2021-07-15 15:11:46 +08:00
SSYYL
b36cfab0ea
Merge pull request #122 from berrak/patch-1
...
Update epdif.h
2021-07-13 10:22:24 +08:00
SSYYL
1b5f1f6f87
Merge pull request #123 from berrak/patch-2
...
Update epdif.cpp
2021-07-13 10:21:22 +08:00
SSYYL
3a08f4ba2e
Merge pull request #169 from dheldt/master
...
Pi python example of 7in5_V2: width and height reversed
2021-07-13 10:15:30 +08:00
SSYYL
337fa63a77
Merge pull request #170 from SSYYL/master
...
A few minor fixes
2021-06-22 20:12:03 +08:00
SSYYL
74e3e40f5c
default lib is bcm2835, A few minor fixes
2021-06-22 20:03:02 +08:00
Daniel Heldt
fac69bd876
fixing Step 4 in epd_7in5_V2_test.py, where height and width were reversed
2021-06-16 07:44:32 +02:00
SSYYL
98dc64b8c2
update stm32cubemx firmware and fix bug
2021-05-27 18:57:28 +08:00
SSYYL
e6ab1ab1e3
Delete an unnecessary file
2021-05-20 17:53:03 +08:00
SSYYL
83a6cffae7
Merge pull request #164 from txoof/add_color
...
add color argument
2021-05-13 16:10:00 +08:00
SSYYL
a69c0eedf2
Merge pull request #157 from mk-in/master
...
Mirrored text display in 4Gray Horizontal Display
2021-05-12 18:14:43 +08:00
txoof
96f0f803d3
add color argument
2021-05-11 21:02:21 +02:00
Manish Khanna
4a105c992b
Fix for Bug #156
2021-04-17 21:03:00 +05:30
SSYYL
af9694c602
Merge pull request #149 from missionfloyd/missionfloyd-install_requires
...
Add dependencies to setup.py
2021-04-02 10:17:38 +08:00
missionfloyd
e3b09f3db0
Remove smbus module
2021-04-01 14:02:13 -06:00
missionfloyd
8e8a9f235d
Add missing import
2021-03-31 12:10:38 -06:00
missionfloyd
8bb4c14351
Detect platform
2021-03-31 07:58:48 -06:00
SSYYL
8537d942cd
Merge pull request #146 from MediumFidelity/epd5in65f_performance_python
...
Improve performance of the EPD 5.65 inch color E Ink when using Python
2021-03-31 17:51:23 +08:00
SSYYL
d9abd636d7
Update epd5in65f.py
2021-03-31 17:51:04 +08:00
missionfloyd
d1c4b36398
Add dependencies to setup.py
2021-03-31 01:21:30 -06:00
SSYYL
d3f25503ab
Merge pull request #148 from SSYYL/master
...
Update and fix
2021-03-18 17:59:40 +08:00
SSYYL
16d3b59ae2
update STM32&Arduino
2021-03-18 17:55:38 +08:00
SSYYL
2613454540
update 2.9d&4.2, fix 5.65f&2.66b
2021-03-18 17:33:33 +08:00
Ryan Ziolko
423b6166a0
Support drawing rotated images.
2021-03-09 22:19:08 +00:00
Ryan Ziolko
4fb55dbb71
Performance improvements using the 5.65" 7 color E Ink display.
...
1. As many others have done, switch to using SPI writebytes2() to send pixel data in bulk. This makes a significant difference on a Raspberry Pi Zero W.
2. Use PIL (Pillow) to convert the image into the correct 4-bit color using a custom palette. This dramatically speeds up conversion of the image, with the benefit of allow any kind of input image. PIL will dither quantize/dither the colors as needed.
3. Minor formatting changes to add/remove whitespace
2021-03-09 15:19:43 -06:00
SSYYL
17921b3b11
Merge pull request #104 from dbrant/speedOptimize
...
Significantly increase speed of displaying images (for 7in5_V2)
2021-03-05 17:56:40 +08:00
SSYYL
e51fcad444
Merge pull request #138 from SSYYL/master
...
fix SPI
2021-02-23 11:39:27 +08:00
SSYYL
24edec8e57
fix SPI
2021-02-23 11:32:39 +08:00
SSYYL
0476b719ce
Merge pull request #65 from bassettb/fix-spi-closed-issue
...
Fix for SPI closed issue
2021-02-23 11:16:34 +08:00
SSYYL
fb7f6c324b
Merge pull request #137 from SSYYL/master
...
add 2.7 b V2
2021-02-22 16:08:47 +08:00
SSYYL
9edbace6e9
add 2.7 b V2
2021-02-22 16:02:55 +08:00
Dmitry Brant
f8191bb980
A bit of cleanup.
2021-02-18 09:19:07 -05:00
SSYYL
6ef4a7d54d
Merge pull request #132 from SSYYL/master
...
updata
2021-01-26 15:20:41 +08:00
SSYYL
e673dfa904
fix bug
2021-01-26 14:50:05 +08:00
SSYYL
7c368a22af
fix 2.9_V2 & 4.01f
2021-01-26 14:48:14 +08:00
SSYYL
49260094e6
Merge pull request #130 from dev-ng/master
...
Significantly increase speed of displaying images (for 7in5 and 7in_HD)
2021-01-19 17:07:49 +08:00
dev-ng
8ff13cb846
significant increase of speed for 7in5 and 7in5_HD bugfixes
2021-01-14 21:28:38 +01:00
dev-ng
c950cc04c0
significant increase of speed for 7in5 and 7in5_HD
2021-01-14 21:19:52 +01:00
bassettb
d13e93279b
sample of additional changes needed in driver
2021-01-07 14:42:39 -05:00
SSYYL
ebe47509b1
Merge pull request #128 from SSYYL/master
...
add 4.01f demo
2021-01-05 15:31:42 +08:00
SSYYL
a4cbba1a7c
fix 2.7b_V2 python
2021-01-05 15:30:36 +08:00
SSYYL
7b958776c8
add 4.01f demo
2021-01-05 15:21:46 +08:00
SSYYL
b6e180bbeb
Merge pull request #127 from SSYYL/master
...
Don't commit bin file
2021-01-05 14:16:05 +08:00
SSYYL
c65eec8e5e
Don't commit bin file
2021-01-05 13:59:03 +08:00
SSYYL
a7aba1d746
Merge pull request #108 from rohoog/rohoog/no-commit-binaries
...
Rohoog/no commit binaries
2021-01-05 11:33:37 +08:00
SSYYL
ede94b6d6e
Delete a
2021-01-05 10:56:19 +08:00
SSYYL
77c478abea
Create a
2021-01-05 10:56:00 +08:00
Dmitry Brant
a1edce052a
Merge branch 'master' into speedOptimize
2021-01-02 10:38:23 -05:00
berrak
58e2fd3fa0
Update epdif.cpp
...
Correct spelling of include file (SPI.h) for all OS (now only compile for Windows, which is not care about upper/lower case)
2020-12-28 12:35:47 +01:00