Skip to content

Commit f5e51c1

Browse files
committed
HASPmota fix image links
1 parent 56c6141 commit f5e51c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/HASPmota.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ Attribute name|LVGL equivalent|Details
833833

834834
The `cpicker` (color picker) object allows to select a color, encoded as `#RRGGBB` where RR/GG/BB are Hex values for Red/Green/Blue. Color Picker has 3 modes: "hue", "saturation", "value"; use long press to change mode.
835835

836-
![HASPmota cpicker](_media/lvgl/HASPmota_23_cpicker.png)
836+
![HASPmota cpicker](_media/lvgl/HASPmota_24_cpicker.png)
837837

838838
Example of `pages.jsonl`:
839839
```json
@@ -896,7 +896,7 @@ Attribute name|LVGL equivalent|Details
896896

897897
The `msgbox` (message box) object allows to display a pop-up with a text content and one or multiple buttons. The pop-up can be made "modal" (not impemented yet).
898898

899-
![HASPmota msgbox](_media/lvgl/HASPmota_24_msgbox.png)
899+
![HASPmota msgbox](_media/lvgl/HASPmota_23_msgbox.png)
900900

901901
Example of `pages.jsonl`:
902902
```json

0 commit comments

Comments
 (0)