Commit graph

62 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
SSYYL
66ff76f87e
Update epd5in83b_V2.ino 2020-12-19 14:36:52 +08: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
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
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
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
waveshare
20ef8dca08
Merge pull request #7 from gypsophlia/master
Add CS in 2.13inch_e-paper_code  python code
2019-04-04 16:53:41 +08:00
chenzitai
dd0f1e8225 Add CS in python code 2019-04-02 22:16:49 +01:00
waveshare
a45ad298b3
Delete 2.9inch_e-paper_b 2019-04-01 14:15:27 +08:00
hnwangkg-ezio
96bbeab012 fix GUI_BMPfile.c 2019-04-01 14:13:52 +08:00
hnwangkg-ezio
e7128c1c22 add python font install 2019-04-01 13:53:33 +08:00