Commit Graph

45 Commits

Author SHA1 Message Date
shhds fc4f54334d e-Paper 2023-06-12 15:10:45 +08:00
SSYYL a550cc47fa The Arduino program was updated to fit the driver board of Rev2.3. 2023-04-27 16:12:36 +08:00
SSYYL cb2805f9b7 Added a 2.13V3 Arduino GUI library usage routine 2023-02-16 15:35:08 +08:00
SSYYL 8be47b27f1 Fixed the problem of "fading" when displaying images with high loads 2023-02-16 15:03:05 +08:00
SSYYL b1f153f539 Increment return value. 2022-11-03 11:22:41 +08:00
SSYYL ae96a23767 Added new programs 2.7inch V2 e-Paper routine. 2022-11-01 10:46:11 +08:00
SSYYL 469a2551a0 Add 7.3inch e-Paper (F) programs for stm32 and arduino. 2022-10-22 15:25:33 +08:00
SSYYL 0f3d02f894 STM32 provides a new compilation mode that greatly reduces the initial compilation time and is easier to operate. 2022-10-13 11:43:16 +08:00
SSYYL 395d30e35e Fixed a bug in the sleep function introduced in another version of 3.7inch e-paper. 2022-09-20 17:36:05 +08:00
SSYYL 335392a396 Added 2.36inch e-Paper (G) program and some fixes. 2022-08-18 11:31:38 +08:00
SSYYL 31c2e4176e Add 4.37inch e-Paper (G) Arduino Program and some fix. 2022-08-16 15:53:11 +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 dd40a58b19 add 2in13b_V4 code 2022-04-26 09:44:20 +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
SSYYL 17610b4623 Parameters are missing 2022-01-10 19:09:17 +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
SSYYL ce29fad2c3 Added a function that can refresh only part of the screen area. 2021-12-29 12:01:53 +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
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 9896ad819c add 2in13_V3 example code (Arduino) 2021-11-01 16:50:26 +08:00
DragonKitten 0cd8e0acdf
add return code to init funcion 2021-09-23 23:36:05 +02:00
SSYYL c28eca7481 fix 1in54_V2 partial refresh abnormal 2021-08-11 15:21:10 +08:00
SSYYL dc44d5c38d Fixed bug in Arduino 7in5_V2 driver 2021-08-10 17:49:38 +08:00
SSYYL 99f6a13540 Get rid of the superfluous ';' 2021-07-19 18:39:06 +08:00
SSYYL 690e23821e add sleep 2021-07-19 16:58:56 +08:00
SSYYL abe28de022 Adjust reset timing 2021-07-19 16:51:02 +08:00
SSYYL 588163b176 Updates STM32 and Arduino refresh rates (1.54v2, 2.9v2, 7.5) 2021-07-19 15:03:19 +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 16d3b59ae2 update STM32&Arduino 2021-03-18 17:55:38 +08:00
SSYYL 9edbace6e9 add 2.7 b V2 2021-02-22 16:02:55 +08:00
SSYYL 7c368a22af fix 2.9_V2 & 4.01f 2021-01-26 14:48:14 +08:00
SSYYL 7b958776c8 add 4.01f demo 2021-01-05 15:21:46 +08: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
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
hnwangkg-ezio 04d4621789 2020-12-10 2020-12-11 14:36:30 +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