Commit graph

67 commits

Author SHA1 Message Date
Brian Y
9031aaf342 changed pin defintions to known working set 2019-12-09 21:17:46 -05:00
Brian Y
a1b21e5b18 changed CS pin definition 2019-12-09 21:14:27 -05:00
Brian Y
eb95bedc5a changed CS pin definition 2019-12-09 21:05:28 -05:00
Brian Y
2dfa7a0ffa changed pin definitions 2019-12-09 20:52:16 -05:00
Brian Y
1395815ec1 changed space indentation to tab 2019-12-04 23:26:46 -05:00
Brian Y
fe92a4336a epdconfig rewrite 2019-12-04 23:23:51 -05:00
phuzybuny
d0433da40e
Update README.md 2019-12-02 22:59:32 -05:00
Brian Y
8ac141f75a Update epdconfig.py 2019-12-02 22:44:48 -05:00
Brian Y
a41858d39d Revert "Update epd2in7.py"
This reverts commit f961e9bec0.
2019-12-02 22:08:10 -05:00
Brian Y
ab67257482 Revert "modified Rock64 SPI max speed"
This reverts commit 124e273994.
2019-12-02 22:08:03 -05:00
Brian Y
0f41e7d6a5 Revert "Revert "Changed tabs to spaces""
This reverts commit 3f1f3cc874.
2019-12-02 22:07:54 -05:00
Brian Y
3f1f3cc874 Revert "Changed tabs to spaces"
This reverts commit 99a8364fdc.
2019-12-02 22:05:34 -05:00
Brian Y
f961e9bec0 Update epd2in7.py 2019-12-02 22:00:39 -05:00
Brian Y
124e273994 modified Rock64 SPI max speed 2019-12-02 21:48:43 -05:00
Brian Y
99a8364fdc Changed tabs to spaces 2019-12-02 19:58:53 -05:00
Brian Y
dcec2c1aca Added Rock64 to implementation 2019-12-02 19:54:28 -05:00
Brian Y
db0627b65f Finished Rock64 class 2019-12-02 19:46:05 -05:00
Brian Y
4c89467818 Added Rock64 class to epdconfig.py 2019-12-02 19:41:51 -05:00
hnwangkg-ezio
8ed1b4696c add 4inch epd 4 grayscale. 2019-11-16 17:04:37 +08: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
hnwangkg-ezio
50e33745ee Merge branch 'master' of https://github.com/waveshare/e-Paper 2019-04-08 16:25:56 +08:00
hnwangkg-ezio
b5d89670be fix readme 2019-04-08 16:25:38 +08:00