Commit graph

241 commits

Author SHA1 Message Date
SSYYL
6ec0aacc43 The new version of the driver board (Rev 2.3) adds an additional PWR control power supply and updates the Rpi and STM32 programs. 2023-04-21 11:44:58 +08:00
Wilson
716d098a86
Merge pull request #283 from txoof/standardize_epd1in02
standardize display() method
2023-03-14 10:12:47 +08:00
txoof
b5d2818ea2 standardize display() method 2023-02-16 21:42:32 +01:00
Wilson
140a468ef7
Merge pull request #282 from SSYYL/master
Added a 2.13V3 Arduino GUI library usage routine
2023-02-16 15:36:41 +08:00
SSYYL
cb2805f9b7 Added a 2.13V3 Arduino GUI library usage routine 2023-02-16 15:35:08 +08:00
Wilson
bb184dbc64
Merge pull request #280 from txoof/standardize
Standardize library modules
2023-02-16 15:16:55 +08:00
Wilson
a8235ce194
Merge pull request #281 from SSYYL/master
Fixed the problem of "fading" when displaying images with high loads
2023-02-16 15:12:30 +08:00
SSYYL
b2f7f823d0 Get rid of some ';' 2023-02-16 15:10:15 +08:00
SSYYL
8be47b27f1 Fixed the problem of "fading" when displaying images with high loads 2023-02-16 15:03:05 +08:00
txoof
85802dee4b add default value for color parameter 2023-02-15 17:37:38 +01:00
txoof
f21acab763 standardize EPD_HEIGHT/WIDTH constants 2023-02-15 17:37:10 +01:00
txoof
bc79769c3f standardize Clear() function 2023-02-15 17:36:20 +01:00
Wilson
60762ac5a3
Merge pull request #274 from SSYYL/master
Increment return value.
2022-11-03 11:25:08 +08:00
SSYYL
b1f153f539 Increment return value. 2022-11-03 11:22:41 +08:00
Wilson
0e47b883bf
Merge pull request #273 from SSYYL/master
Added new programs 2.7inch V2 e-Paper routine.
2022-11-01 10:48:07 +08:00
SSYYL
ae96a23767 Added new programs 2.7inch V2 e-Paper routine. 2022-11-01 10:46:11 +08:00
Wilson
6d99bdb672
Merge pull request #272 from kmanc/master
Code format and small fixes
2022-11-01 10:23:12 +08:00
Wilson
c76950ac96
Merge pull request #260 from mbartlett21/dithering-3-7
Add a dithered mode to the 3.7 inch display
2022-11-01 10:22:45 +08:00
kmanc
b6a218a8e7
Update epdconfig.py 2022-10-29 13:29:31 -07:00
kmanc
0d59a1227e
Update epdconfig.py 2022-10-29 13:26:57 -07:00
kmanc
b2cc986f8b
Update epd4in2.py
Fixed code formatting
Removed ";" from lines
Removed parens that shouldn't be there
2022-10-29 09:39:59 -07:00
kmanc
61a1525bd3
Update epdconfig.py
Fixed code formatting
2022-10-29 09:36:52 -07:00
Wilson
833d3a86be
Merge pull request #269 from SSYYL/master
Add 7.3inch e-Paper (F) code.
2022-10-22 15:30:57 +08:00
SSYYL
5f5e1bab9c Add version information. 2022-10-22 15:28:12 +08:00
SSYYL
469a2551a0 Add 7.3inch e-Paper (F) programs for stm32 and arduino. 2022-10-22 15:25:33 +08:00
SSYYL
b578b5047f Delete some superfluous images. 2022-10-20 18:22:31 +08:00
SSYYL
851e62416a Add 7.3inch e-Paper (F) Raspberry Pi program. 2022-10-20 18:16:03 +08:00
Wilson
5a078f8c10
Merge pull request #268 from SSYYL/master
The GUI supports displaying the number '0' and decimals.
2022-10-17 19:44:12 +08:00
SSYYL
ae80afb6ae The GUI supports displaying the number '0' and decimals. 2022-10-17 19:42:35 +08:00
Wilson
9fc272c510
Merge pull request #267 from SSYYL/master
Fixed a few bugs.
2022-10-17 19:34:42 +08:00
SSYYL
7310e97ec1 Fixed a few bugs. 2022-10-17 19:32:48 +08:00
Wilson
2af0c11f6e
Merge pull request #266 from SSYYL/master
Optimizing compilation speed
2022-10-13 14:19:52 +08:00
SSYYL
1e51790b89 Modify the compilation logic to speed up the first compilation and simplify operations. 2022-10-13 11:58:25 +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
mbartlett21
e7ec16480d Add 16-colour dithered example for 3.7 inch display 2022-10-03 11:44:49 +10:00
mbartlett21
dbcee5e5a2 Add GUI_ReadBmp_16Gray function 2022-10-03 11:42:40 +10:00
mbartlett21
1db3516bac Add dithered function for 3.7 inch display 2022-10-03 11:00:23 +10:00
Wilson
04115ac1a4
Merge pull request #256 from loiccoyle/master
remove unused linewidth code
2022-09-21 10:17:24 +08:00
Wilson
c05d7e132d
Merge pull request #262 from SSYYL/master
Add instructions.
2022-09-21 10:16:45 +08:00
SSYYL
9c8eada5d9 Add instructions. 2022-09-21 10:10:46 +08:00
Wilson
7d172c5c09
Merge pull request #261 from SSYYL/master
Fixed a bug
2022-09-20 17:39:49 +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
8dfe2cff0a Using a new way of running, you do not need to modify main.c, and specify the program to run directly at make time. 2022-09-20 17:13:25 +08:00
mbartlett21
7fc8527b4d Add 16-colour paint option 2022-09-15 20:03:26 +10:00
Loic Coyle
b67fbe06fe remove unused linewidth code 2022-08-29 14:47:02 +02:00
Wilson
dee10ea85d
Merge pull request #254 from SSYYL/master
Added 2.36inch e-Paper (G) program and some fixes.
2022-08-18 11:41:47 +08:00
SSYYL
335392a396 Added 2.36inch e-Paper (G) program and some fixes. 2022-08-18 11:31:38 +08:00
Wilson
7f6b83f97c
Merge pull request #253 from SSYYL/master
Updated Version.txt
2022-08-16 17:13:07 +08:00
SSYYL
47f4fd8976 Updated Version.txt 2022-08-16 17:10:07 +08:00
Wilson
bf0aafe9d1
Merge pull request #252 from SSYYL/master
Add 4.37inch e-Paper (G)
2022-08-16 17:04:46 +08:00