Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs Update #457

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions docs/parts.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@

### Comparative Table

| Device | M5StickV | Maix Amigo | Maix Dock | Maix Bit | Yahboom k210 module | Maix Cube
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
| Price range | US$ 50-55 | US$ 50-85 | US$ 27-35 | US$ 32-42 | US$ 45-61 | US$ 34-49 |
| Screen size / resolution | 1.14" / 135*240 | 3.5" / 320*480 | 2.4" / 240*320 | 2.4" / 240*320 | 2" / 240*320 | 1.3" / 240*240 |
| Brightness control | :white_check_mark: | :x: | :x: | :x: | :x: | :white_check_mark: |
| Device size | 48\*24\*22mm | 104\*63\*17mm | 98\*59\*18mm | 69\*84\*41mm | 57\*41\*17mm | 40\*40\*16mm |
| Touchscreen | :x: | Capacitive | :x: | :x: | Capacitive | :x: |
| Camera [:material-information:{ title="Anti-glare mode" }](#camera-info) | `OV7740` | `OV7740` rear<br>`GC0328` front | `GC0328` | `OV2640` or<br>`OV5642` | `OV2640` <i style="font-size: 85%">(VER:1.0)</i> or<br>`GC2145` <i style="font-size: 85%">(VER:1.1)</i> | `OV7740` |
| Battery | 200mAh | 520mAh | :x: | :x: | :x: | 200mAh |
| Requirements | None | None | [Rotary encoder](https://duckduckgo.com/?q=ky-040)<br> [3D printed case](https://github.com/selfcustody/DockEncoderCase)<br> Soldering<br>Assembly | Buttons<br> [3D printed case](https://github.com/selfcustody/MaixBitCase)<br> Soldering<br>Assembly | None | None |
| Warnings | [:material-numeric-1-circle:{ title="M5StickV and USB-C" }](#m5stickv-info) | [:material-numeric-2-circle:{ title="Maix Amigo screens" }](#amigo-info) | [:material-numeric-3-circle:{ title="Maix Dock and soldered pin" }](#dock-info) | Camera has<br> lens distortion | Micro USB | 3-Way button |

| Device | M5StickV | Maix Amigo | Maix Dock | Maix Bit | Yahboom k210 module | Maix Cube | WonderMV
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
| Price range | US$ 50-55 | US$ 50-85 | US$ 27-35 | US$ 32-42 | US$ 45-61 | US$ 34-49 | US$ 58-86 |
| Screen size / resolution | 1.14" / 135*240 | 3.5" / 320*480 | 2.4" / 240*320 | 2.4" / 240*320 | 2" / 240*320 | 1.3" / 240*240 | 2" / 240*320 |
| Brightness control | :white_check_mark: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: |
| Device size | 48\*24\*22mm | 104\*63\*17mm | 98\*59\*18mm | 69\*84\*41mm | 57\*41\*17mm | 40\*40\*16mm | 59\*41\*17mm |
| Touchscreen | :x: | Capacitive | :x: | :x: | Capacitive | :x: | Capacitive |
| Camera [:material-information:{ title="Anti-glare mode" }](#camera-info) | `OV7740` | `OV7740` rear<br>`GC0328` front | `GC0328` | `OV2640` or<br>`OV5642` | `OV2640` <i style="font-size: 85%">(VER:1.0)</i> or<br>`GC2145` <i style="font-size: 85%">(VER:1.1)</i> | `OV7740` | `GC2145` |
| Battery | 200mAh | 520mAh | :x: | :x: | :x: | 200mAh | :x: |
| Requirements | None | None | [Rotary encoder](https://duckduckgo.com/?q=ky-040)<br> [3D printed case](https://github.com/selfcustody/DockEncoderCase)<br> Soldering<br>Assembly | Buttons<br> [3D printed case](https://github.com/selfcustody/MaixBitCase)<br> Soldering<br>Assembly | None | None | None |
| Warnings | [:material-numeric-1-circle:{ title="M5StickV and USB-C" }](#m5stickv-info) | [:material-numeric-2-circle:{ title="Maix Amigo screens" }](#amigo-info) | [:material-numeric-3-circle:{ title="Maix Dock and soldered pin" }](#dock-info) | Camera has<br> lens distortion | Micro USB | 3-Way button | None |

<i style="font-size: 85%">:material-information:{id="camera-info"}:
Only `OV7740`, `OV2640` and `GC2145` have an anti-glare mode to better capture images from high brightness screens or with incident light.
Expand Down
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ docs_dir: docs
site_dir: public
extra:
latest_krux: krux-v24.09.0
latest_installer: v0.0.2-alpha
latest_installer_rpm: krux-installer-0.0.2_alpha-1.x86_64.rpm
latest_installer_deb: krux-installer_0.0.2-alpha_amd64.deb
latest_installer_win: krux-installer_v0.0.2-alpha.Setup.exe
latest_installer_mac_arm: krux-installer_0.0.2-alpha_arm64.dmg
latest_installer_mac_intel: krux-installer_0.0.2-alpha_x86_64.dmg
latest_installer: v0.0.20-alpha-2
latest_installer_rpm: krux-installer-0.0.20_alpha-2-1.x86_64.rpm
latest_installer_deb: krux-installer_0.0.20-alpha-2_amd64.deb
latest_installer_win: krux-installer_v0.0.20-alpha-2.Setup.exe
latest_installer_mac_arm: krux-installer_0.0.20-alpha-2_arm64.dmg
latest_installer_mac_intel: krux-installer_0.0.20-alpha-2_x86_64.dmg
social:
- icon: fontawesome/solid/bullhorn
link: https://bitcointalk.org/index.php?topic=5489022.0
Expand Down
2 changes: 1 addition & 1 deletion sign_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def verify(file_to_verify, key_to_verify, signature_to_verify):
print("Hash of", compressed_folder, ":")
print(hash_string + "\n")
std_hash_string = hash_string + " " + compressed_folder
with open(compressed_folder + ".sha256", "w") as f:
with open(compressed_folder + ".sha256.txt", "w") as f:
f.write(std_hash_string)

# Sign the compressed release
Expand Down