Skip to content

Commit

Permalink
HASPmota add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger committed Apr 17, 2024
1 parent 0eba7da commit c36d342
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/HASPmota.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ This feature is heavily inspired from @fvanroie's [openHASP project](https://git
![HASPmota switch](_media/lvgl/HASPmota_5_switch.png){width="160"} ![HASPmota checkbox](_media/lvgl/HASPmota_6_checkbox.png){width="160"} ![HASPmota line](_media/lvgl/HASPmota_7_line.png){width="160"} ![HASPmota bar](_media/lvgl/HASPmota_8_bar.png){width="160"}
![HASPmota btnmatrix](_media/lvgl/HASPmota_9_btnmatrix.png){width="160"} ![HASPmota chart](_media/lvgl/HASPmota_10_chart.png){width="160"} ![HASPmota image](_media/lvgl/HASPmota_11_img.png){width="160"} ![HASPmota roller](_media/lvgl/HASPmota_12_roller.png){width="160"}
![HASPmota qrcode](_media/lvgl/HASPmota_13_qrcode.png){width="160"} ![HASPmota switch](_media/lvgl/HASPmota_14_slider.png){width="160"} ![HASPmota switch](_media/lvgl/HASPmota_15_arc.png){width="160"} ![HASPmota scale 1](_media/lvgl/HASPmota_16_scale.png){width="160"}
![HASPmota scale 2](_media/lvgl/HASPmota_17_scale.png){width="160"}
![HASPmota scale 2](_media/lvgl/HASPmota_17_scale.png){width="160"} ![HASPmota spinner](_media/lvgl/HASPmota_18_spinner.png){width="160"} ![HASPmota dropdown](_media/lvgl/HASPmota_19_dropdown.png){width="160"} ![HASPmota fonts](_media/lvgl/HASPmota_20_fonts.png){width="160"}
![HASPmota icons](_media/lvgl/HASPmota_21_icons.png){width="160"} ![HASPmota seg7](_media/lvgl/HASPmota_22_seg7.png){width="160"}


The `jsonl` file used to display the widgets can be found [here](_media/lvgl/haspmota_demo.jsonl)

Expand Down Expand Up @@ -684,6 +686,14 @@ Attribute name|Details

### `spinner`

Example:

![HASPmota dropdown](_media/lvgl/HASPmota_18_spinner.png)

```json
{"id":11,"obj":"spinner","x":10,"y":60,"w":100,"h":100,"angle":200,"speed":5000,"arc_color":"#4F4F4F","arc_color10":"#FFFF88"}
```

Attribute name|LVGL equivalent|Details
:---|:---|:---
`angle`||The length of the spinning segment in degrees - can be changed after initial value since v12.1.1.1
Expand Down
Binary file added docs/_media/lvgl/HASPmota_18_spinner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c36d342

Please sign in to comment.