Commit graph

219 commits

Author SHA1 Message Date
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
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
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
SSYYL
77accf11dd Add 4.37inch e-Paper (G) STM32 program and fix some bugs. 2022-08-16 16:59:55 +08:00
SSYYL
31c2e4176e Add 4.37inch e-Paper (G) Arduino Program and some fix. 2022-08-16 15:53:11 +08:00
SSYYL
7431785a9c Add the 4.37inch e-Paper (G) C program and fix. 2022-08-15 19:49:22 +08:00
SSYYL
77c499d749 Add the 4.37inch e-Paper (G) Python program 2022-08-15 18:57:30 +08:00
Wilson
023a5759e3
Merge pull request #251 from SSYYL/master
Add Sunrise x3 Pi Python program
2022-08-15 11:23:15 +08:00
SSYYL
60ff8c214e fix 2022-08-15 11:18:26 +08:00
SSYYL
88bbf456c6 Add Sunrise x3 Pi Python program, modify some programs to speed up data transfer. 2022-08-15 11:14:27 +08:00
Wilson
979184d047
Merge pull request #248 from SSYYL/master
Added 4-color e-Paper support
2022-07-28 18:10:38 +08:00
SSYYL
34affe04fe Add the STM32 program: 1.64inch e-Paper (G), 3inch e-Paper (G), 7.3inch e-Paper (G) and 3.52inch e-Paper 2022-07-28 18:08:09 +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
8c37291d2b Add the raspberry Pi program: 1.64inch e-Paper (G), 3inch e-Paper (G) and 7.3inch e-Paper (G) 2022-07-28 17:44:36 +08:00
Sherlock
c2b5d0f72f
Merge pull request #241 from javgh/robust_environment_detection
Detect not only 'Raspbian', but also 'Debian' and 'NixOS'
2022-06-21 15:11:43 +08:00
Jan Vornberger
e2b1fcdbf9 Detect not only 'Raspbian', but also 'Debian' and 'NixOS' 2022-05-31 19:33:06 +02:00
Sherlock
5996244c99
Merge pull request #236 from SSYYL/master
add version info
2022-04-26 10:26:21 +08:00
SSYYL
676ddeaa99 add version info 2022-04-26 10:25:46 +08:00
Sherlock
835c53017a
Merge pull request #232 from missionfloyd/remove-numpy
Remove numpy
2022-04-26 10:17:37 +08:00
Sherlock
f9e394d5c6
Merge pull request #235 from SSYYL/master
add 2in13b_V4 code
2022-04-26 10:13:37 +08:00
Sherlock
bc81b3c3e2
Merge branch 'waveshare:master' into master 2022-04-26 10:13:08 +08:00
SSYYL
86a0f7c605 add 2in13b_V4 STM32 code 2022-04-26 10:08:51 +08:00
SSYYL
dd40a58b19 add 2in13b_V4 code 2022-04-26 09:44:20 +08:00
missionfloyd
6ab21166a1 Remove numpy 2022-03-12 22:36:24 -07:00
Sherlock
ba202c58ec
Merge pull request #228 from SSYYL/master
Added fast refresh and improved partial refresh effect to the 4.2inch e-Paper
2022-02-08 10:44:33 +08:00