Adam Martini
b1afc3f34d
Add rotary state
2020-06-20 11:11:26 -07:00
Adam Martini
1dfdabd638
Test btn extension
2020-06-20 11:06:06 -07:00
Adam Martini
e100565c67
Move map function to proper func to avoid recalc of slope
2020-06-19 17:49:02 -07:00
Adam Martini
f5d9e4bff4
Fix range mapping for value setter assuming left to right indic
2020-06-19 17:39:50 -07:00
Adam Martini
7a7e1668fa
Make value setter indic mapping from arc start to bg end.
2020-06-19 17:15:15 -07:00
Adam Martini
4e13d6ae4d
Cast ext
2020-06-19 15:59:04 -07:00
Gabor Kiss-Vamosi
75a27e4cc7
rotary: leave the default size from arc + fix style get
2020-06-19 23:41:29 +02:00
Gabor Kiss-Vamosi
95b07a2d23
rotary: clean up
2020-06-19 23:25:17 +02:00
Adam Martini
b9dc9e81de
Missing ;
2020-06-19 11:44:29 -07:00
Adam Martini
1396fce961
Fix debug import
2020-06-19 11:42:55 -07:00
Adam Martini
884be64d17
Fix rotary type getter.
2020-06-19 11:38:22 -07:00
Adam Martini
a696aef959
Use rotary param in type getter
2020-06-18 22:43:38 -07:00
Adam Martini
2908a74b42
Reduce knob pad get logic
2020-06-18 17:11:15 -07:00
Adam Martini
1a41f13fd6
Initial lv_rotary work extending lv_arc with stubbed signal handler.
2020-06-18 17:06:24 -07:00
Gabor Kiss-Vamosi
975ab3f4cc
Merge branch 'dev'
2020-06-16 13:56:42 +02:00
Gabor Kiss-Vamosi
41e65d9df1
Run code formatter
2020-06-16 13:47:04 +02:00
Gabor Kiss-Vamosi
91c98f147f
Merge pull request #1580 from DaPa/master
...
Code comments spelling fixes
2020-06-16 13:36:36 +02:00
DaPa
0bdeb00838
Resolve conflict with 4668bc0
2020-06-16 14:27:08 +03:00
Gabor Kiss-Vamosi
eacc9d8ce7
chart: fix memory leak
2020-06-16 13:03:54 +02:00
Gabor Kiss-Vamosi
4668bc0ee3
fix typo in the API
2020-06-16 12:03:32 +02:00
Gabor Kiss-Vamosi
00f8af0fb5
minor fixes
2020-06-16 10:28:10 +02:00
DaPa
33de1ffdc7
Fixed @embeddedt's review comments
...
- change the wording to say "message box" and not "button matrix"
- parameter name should be cb and not xcb due MicroPython
- also corrected comment for lv_async_call in lv_async.h
2020-06-15 19:48:44 +03:00
DaPa
585bc329e6
Code comments spelling fixes
...
Also 2 files have tracing strings affected (shorter with 1 character):
- lv_obj.c, 1078: LV_LOG_WARN
- lv_hal_indev.c, 76: LV_LOG_WARN
2020-06-15 17:12:48 +03:00
Gabor Kiss-Vamosi
c20e62d472
lv_gaguge: make lv_gauge_get_angle_offset()
offset the labels and needles too
...
Fixes #1579
2020-06-15 14:16:06 +02:00
Gabor Kiss-Vamosi
9260f9e0aa
lv_btnm: fix sending events for hidden buttons
2020-06-14 21:07:42 +02:00
Carlos Diaz
a265165038
Add lv_win_add_btn_left ( #1566 )
...
Closes #1535
2020-06-12 07:26:59 -04:00
C47D
84776ca5f7
lv_spinner: Replace remaining pre loader references with spinner
2020-06-08 18:12:21 -05:00
Gabor Kiss-Vamosi
a62b03743d
Merge pull request #1560 from DeonMarais64/master
...
Add lv_btnmatrix_set/get_align capability
2020-06-08 14:15:49 +02:00
Gabor Kiss-Vamosi
ee44433f86
Merge pull request #1522 from fhorinek/encoder-buttons
...
Encoder input proc support for buttons
2020-06-08 14:14:32 +02:00
Gabor Kiss-Vamosi
06fa5b3b8f
fix conflicts
2020-06-08 14:02:04 +02:00
Gabor Kiss-Vamosi
13a53d077d
lv_textarea: fix character delete in password mode
2020-06-08 13:23:41 +02:00
Gabor Kiss-Vamosi
479851e968
: restructure to allow asserting in from too
2020-06-08 13:10:56 +02:00
Gabor Kiss-Vamosi
e1af20997d
: fix if not the {0;0} tile is created first
2020-06-05 12:31:02 +02:00
Deon Marais
0e1b02e328
Add lv_btnmatrix_set/gett_align capability
2020-06-05 12:05:34 +02:00
Deon Marais
e3b5a14275
Add align-member and set/get functions
2020-06-05 11:58:33 +02:00
Gabor Kiss-Vamosi
643bc92958
fix warning
2020-06-05 11:06:32 +02:00
Gabor Kiss-Vamosi
1c88c1e8d4
lv_dropdown: fix missing event when used with encoder
2020-06-05 10:54:13 +02:00
Gabor Kiss-Vamosi
7d29b40425
fix crash when text area cleared. Fixes #1556
2020-06-04 11:47:53 +02:00
Gabor Kiss-Vamosi
28f4092247
label: fix lv_label_get_letter_on if BIDI enabled
2020-06-02 07:13:41 +02:00
Gabor Kiss-Vamosi
6adcdda06a
fix minor warings
2020-06-01 22:56:10 +02:00
Gabor Kiss-Vamosi
7040084fbd
Merge pull request #1545 from pete-pjb/32bit_idx
...
Change all text related indices from 16-bit to 32-bit integers throughout whole library.
2020-06-01 22:44:30 +02:00
Gabor Kiss-Vamosi
6921d872a3
remove debig code
2020-06-01 22:31:30 +02:00
Gabor Kiss-Vamosi
63b1f6805a
lv_ta: fix wrong cursor positon when clicked after the last character
2020-06-01 22:23:53 +02:00
PeterB
3561d9e063
Changed all text related indices from 16 bit to 32 bit integers.
2020-06-01 17:51:47 +01:00
Themba Dube
0673dd0b12
Change dropdown to use 32-bit indexes
2020-06-01 07:18:31 -04:00
Themba Dube
af812b0c55
keyboard: allow backspace to auto-repeat in numeric mode (lv_examples#58)
2020-05-31 08:33:21 -04:00
Gabor Kiss-Vamosi
8d5dfa1ec2
chart: fix X tick drawing
2020-05-28 07:57:47 +02:00
Gabor Kiss-Vamosi
27ef3a1d07
fix chart x axix label drawing
2020-05-28 07:52:00 +02:00
tgillbe
25a5623e77
Fix lv_slider knob size off-by-one bug ( #1531 )
2020-05-27 09:19:54 -04:00
Gabor Kiss-Vamosi
4f386f19fe
chart: fix y axis label drawing
2020-05-27 11:59:39 +02:00