Commit graph

219 commits

Author SHA1 Message Date
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
berrak
2c7bd82fae
Update epdif.h
Correct spelling of include file for all OS (now only compile for Windows, which is not care about upper/lower case)
2020-12-28 12:33:26 +01:00
SSYYL
66ff76f87e
Update epd5in83b_V2.ino 2020-12-19 14:36:52 +08:00
Ronald
001ebff6a0 automatically create the 'bin' object dir 2020-12-15 00:23:37 +01:00
Ronald
65fe361639 Don't commit binaries 2020-12-15 00:23:37 +01:00
Ronald
0c95f6f8e5 Optimize compilation and garbage-collect unused sections(functions) 2020-12-15 00:23:37 +01:00
bassettb
9342a0f242 Merge branch 'master' into fix-spi-closed-issue 2020-12-13 10:35:42 -05:00
hnwangkg-ezio
63409c20df 2020-12-11 2020-12-11 14:56:25 +08:00
hnwangkg-ezio
73946511e0 Merge branch 'master' of https://github.com/waveshare/e-Paper 2020-12-11 14:36:54 +08:00
hnwangkg-ezio
04d4621789 2020-12-10 2020-12-11 14:36:30 +08:00
SSYYL
2fe12e1a17
Merge pull request #38 from ronangaillard/fix/implicit-int-cast
Fix implicit casting
2020-12-04 18:34:02 +08:00
Dmitry Brant
8d49a9e3a3 Greatly increase speed of drawing image. 2020-10-11 18:49:25 -04:00
wangkg
751a9fb93f 2020-09-03 2020-09-04 15:30:45 +08:00
wangkg
853a3a4632 2020.05.22 2020-05-22 18:29:01 +08:00
Bryan Bassett
82a87d53f5 delay SPI.open until module_init 2020-03-29 01:32:57 -04:00
hnwangkg-ezio
8973995e53 fix arduino,add readme 2019-12-31 18:33:57 +08:00
hnwangkg-ezio
e25d0bc44a add 2.13 part for arduino 2019-12-27 17:32:28 +08:00
hnwangkg-ezio
2b91f64a19 fix 2.13 V2 2019-12-20 14:08:39 +08:00
hnwangkg-ezio
272e467da0 fix 5.83bc imagesize 2019-12-10 17:27:46 +08:00
hnwangkg-ezio
8ed1b4696c add 4inch epd 4 grayscale. 2019-11-16 17:04:37 +08:00
Ronan Gaillard
c729c4400a Fix implicit casting 2019-10-27 13:32:47 +01:00
hnwangkg-ezio
702def06bc add 1.02EPD + 7.5(a,b,c) V2 + 2.7(4 gray) 2019-10-11 11:56:28 +08:00
hnwangkg-ezio
b488e9609d 2019.07.31 2019-07-31 19:11:58 +08:00
hnwangkg-ezio
717cbb8d92 2019.07.31 2019-07-31 19:08:02 +08:00
waveshare
4e72f31f11
Merge pull request #24 from samuliasmala/coordinate-fix
Fix pixel coordinate calculation for rotated displays
2019-07-24 19:14:59 +08:00
waveshare
9b99ab6ceb
Merge pull request #25 from rfinnie/python-unify
Unify all Python trees for both RPi and Jetson Nano, Py2 and Py3
2019-07-24 19:12:18 +08:00
Ryan Finnie
d0918826de
Unify all Python trees for both RPi and Jetson Nano, Py2 and Py3
* Move lib files into waveshare_epd package
  * Use int() where integer division is needed
  * Use logging (debug level) in library files, so they can be used by a
    user script without print()s being output
  * Use logging (info level) in example files
  * Move Font.ttc file into pic directory
  * epdconfig.py: Detect RPi or Jetson Nano
  * Search for sysfs_software_spi.so in several places
  * Include both Jetson and RPi readme files
  * Include setup.py for package installation
  * Fix few small syntax errors preventing setuptools byte-compiling
2019-07-20 16:48:08 -07:00
Samuli Asmala
5ff379c470
Fix pixel coordinate calculation for rotated displays
Coordinate ranges are from 0 to width-1 (or height-1). This means when calculating the rotation, using `x = this->width - y;` would lead to x of range from `this->width` (when `y=0`) to `1` (when `y=this->width-1`). Thus additional -1 is required to get correct coordinates after rotation and prevent image from clipping.
2019-07-20 11:47:25 +03:00
hnwangkg-ezio
0c77852dae fix 2.9 2019-06-25 15:52:14 +08:00
hnwangkg-ezio
1f82e4a488 2019.06.24 2019-06-24 17:11:43 +08:00
hnwangkg-ezio
e945bfbbf3 Merge branch 'master' of https://github.com/waveshare/e-Paper 2019-04-11 11:29:04 +08:00
hnwangkg-ezio
9af684dfdf fix python Sendcommand 2019-04-11 11:28:33 +08:00
waveshare
4e97fd7486
Update README.md 2019-04-08 19:20:23 +08:00
hnwangkg-ezio
f4efe420f0 fix readme.txt 2019-04-08 19:04:58 +08:00
hnwangkg-ezio
c3bc588b52 Merge branch 'master' of https://github.com/waveshare/e-Paper 2019-04-08 18:54:48 +08:00
hnwangkg-ezio
9e00b61190 fix readme.txt 2019-04-08 18:54:25 +08:00
waveshare
3546005da4
Update README.md 2019-04-08 18:30:06 +08:00
waveshare
015c582f6b
Update README.md 2019-04-08 18:29:43 +08:00
waveshare
bc0e464718
Update README.md 2019-04-08 18:27:31 +08:00
waveshare
e74cd4b7a1
Update README.md 2019-04-08 18:27:11 +08:00
waveshare
8da150adcd
Update README.md 2019-04-08 18:26:35 +08:00
waveshare
81cee792a5
Update README.md 2019-04-08 18:25:48 +08:00
waveshare
e1196c3da3
Update README.md 2019-04-08 18:24:59 +08:00
waveshare
1e07d481c4
Update README.md 2019-04-08 18:22:02 +08:00
waveshare
ab29d2dc9f
Update README.md 2019-04-08 18:21:24 +08:00
hnwangkg-ezio
feed1fab5d fix readme.txt 2019-04-08 18:16:08 +08:00
hnwangkg-ezio
b972a142ac fix readme.txt 2019-04-08 18:05:01 +08:00
hnwangkg-ezio
ea758b02ef add arduino code 2019-04-08 17:50:14 +08:00
hnwangkg-ezio
96f7f571d6 fix python demo 2019-04-08 17:12:44 +08:00
hnwangkg-ezio
773eba0e26 fix readme 2019-04-08 16:35:52 +08:00