Skip to content

Commit 825cc6c

Browse files
Feedback fix
1 parent 60fd0ca commit 825cc6c

File tree

2 files changed

+59
-3
lines changed

2 files changed

+59
-3
lines changed

examples/Inkplate6FLICK/Projects/Inkplate6FLICK_E_Reader/Inkplate6FLICK_E_Reader.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
it takes any css compatible size value for example: "14px", "1.5em"... Or you can open the script and directly
2424
change the DEFAULT_TEXT_SIZE variable.
2525
26-
A concrete example for Inkplate 6FLICK with the designed dimensions:
27-
python .\epub_screenshooter.py "C:\Users\SOLDERED-4\Downloads\pg2000.epub" \
28-
"D:\books\Don-Quiote\" --width 758 --height 930 --text-size "14px"
26+
A concrete example for Inkplate 6FLICK with the designed dimensions, with a terminal oppened inside epubToImg folder:
27+
python .\epubToImg.py "C:\Users\SOLDERED-4\Downloads\pg2000.epub" \
28+
"D:\books\Don-Quioxte\" --width 758 --height 930 --text-size "14px"
2929
3030
6 August 2025 by Soldered
3131
*/
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
altgraph==0.17.4
2+
annotated-types==0.7.0
3+
anyio==4.9.0
4+
bitarray==3.4.2
5+
bitstring==4.3.1
6+
blinker==1.9.0
7+
certifi==2025.1.31
8+
cffi==1.17.1
9+
click==8.1.8
10+
colorama==0.4.6
11+
cryptography==45.0.2
12+
distro==1.9.0
13+
EbookLib==0.19
14+
ecdsa==0.19.1
15+
esptool==4.8.1
16+
Flask==3.1.0
17+
greenlet==3.2.3
18+
h11==0.14.0
19+
httpcore==1.0.7
20+
httpx==0.28.1
21+
idna==3.10
22+
intelhex==2.3.0
23+
itsdangerous==2.2.0
24+
Jinja2==3.1.6
25+
jiter==0.9.0
26+
lxml==6.0.0
27+
MarkupSafe==3.0.2
28+
mpremote==1.25.0
29+
numpy==2.2.4
30+
openai==1.69.0
31+
opencv-python==4.11.0.86
32+
packaging==25.0
33+
pefile==2023.2.7
34+
pillow==11.1.0
35+
playwright==1.54.0
36+
pycparser==2.22
37+
pydantic==2.11.1
38+
pydantic_core==2.33.0
39+
pyee==13.0.0
40+
pyinstaller==6.14.2
41+
pyinstaller-hooks-contrib==2025.8
42+
pyserial==3.5
43+
PySide6==6.9.1
44+
PySide6_Addons==6.9.1
45+
PySide6_Essentials==6.9.1
46+
pywin32-ctypes==0.2.3
47+
PyYAML==6.0.2
48+
reedsolo==1.7.0
49+
setuptools==80.8.0
50+
shiboken6==6.9.1
51+
six==1.17.0
52+
sniffio==1.3.1
53+
tqdm==4.67.1
54+
typing-inspection==0.4.0
55+
typing_extensions==4.13.0
56+
Werkzeug==3.1.3

0 commit comments

Comments
 (0)