Skip to content

Commit 86b3063

Browse files
committed
Merge branch 'develop' into ux_imporvements
2 parents 6bae18c + 23dd732 commit 86b3063

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/parts.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| Brightness control | :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: |
1010
| Device size | 48\*24\*22mm | 104\*63\*17mm | 98\*59\*18mm | 57\*41\*17mm | 40\*40\*16mm | 59\*41\*17mm | 57\*41\*16mm | 63\*45\*14mm |
1111
| Touchscreen | :x: | Capacitive | :x: | Capacitive | :x: | Capacitive | Capacitive | Capacitive |
12-
| Camera | `OV7740` | `OV7740` rear<br>`GC0328` front | `GC0328` | `OV2640` <i style="font-size: 85%">(VER:1.0)</i> or<br>`GC2145` <i style="font-size: 85%">(VER:1.1)</i> | `OV7740` | `GC2145` | `GC2145` or<br>`GC0328` | `OV2640` |
12+
| Camera | `OV7740` | `OV7740` rear<br>`GC0328` front | `GC0328` | `OV2640` <i style="font-size: 85%">(VER:1.0)</i> or<br>`GC2145` <i style="font-size: 85%">(VER:1.1)</i> | `OV7740` | `GC2145` | `GC2145` or<br>`GC0328` | `OV2640` or<br>`GC2145` |
1313
| Battery | 200mAh | 520mAh | :x: | :x: | 200mAh | :x: | :x: | :x: |
1414
| Requirements | None | None | [Rotary encoder](https://duckduckgo.com/?q=ky-040)<br> [3D printed case](https://github.com/selfcustody/DockEncoderCase)<br> Soldering<br>Assembly | None | None | None | None | None |
1515
| Warnings | [:material-numeric-1-circle:{ title="USB-C recognition" }](#pull-up-resistor-info) | [:material-numeric-2-circle:{ title="Maix Amigo screens" }](#amigo-info) | [:material-numeric-3-circle:{ title="Maix Dock and soldered pin" }](#dock-info) | Micro USB | 3-Way button | [:material-numeric-1-circle:{ title="USB-C recognition" }](#pull-up-resistor-info) [:material-numeric-4-circle:{ title="WonderMV and SD card" }](#wondermv-info) | None | None |
@@ -122,7 +122,7 @@ Supported by Krux since October 2025, this touchscreen device comes in a premium
122122
### Embed Fire
123123
<img src="../img/maixpy_embed_fire/logo-303.png" align="right" style="width: 18%;">
124124

125-
Supported by Krux since November 2025, this touchscreen device features a 2.4" display and a metal backplate. It is available through the following distributors:
125+
Supported by Krux since November 2025, this touchscreen device features a 2.4" display, a metal backplate and also cables for connecting to a [thermal printer](#optional-ttl-serial-thermal-printer). It is available through the following distributors:
126126

127127
- [AliExpress](https://www.aliexpress.com/w/wholesale-k210-AI-python.html)
128128

src/krux/pages/datum_tool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ def _update_infobox(curr_page):
640640
if pages[-1] < endpos < content_len:
641641
pages.append(endpos)
642642

643-
offset_y = DEFAULT_PADDING + (info_len) * FONT_HEIGHT + 1
643+
offset_y = DEFAULT_PADDING + info_len * FONT_HEIGHT + 1
644644
for line in lines:
645645
self.ctx.display.draw_string(offset_x, offset_y, line)
646646
offset_y += FONT_HEIGHT
@@ -832,7 +832,7 @@ def view_contents(self, try_decrypt=True, offer_convert=False):
832832
menu = Menu(
833833
self.ctx,
834834
todo_menu,
835-
offset=(info_len + 1) * FONT_HEIGHT + DEFAULT_PADDING + 2,
835+
offset=info_len * FONT_HEIGHT + DEFAULT_PADDING,
836836
)
837837
_, status = menu.run_loop()
838838

0 commit comments

Comments
 (0)