Paul Peavyhouse
|
6aff9f65ed
|
Floating point fix for RGB to HSV
Test code at https://github.com/paulpv/lv_examples/blob/master/lv_tests/lv_test_misc/lv_test_color/lv_test_color.ino
|
2019-10-22 13:02:31 -07:00 |
|
Amir Gonnen
|
0634b11578
|
Add minus (hyphen) as neutral letter
|
2019-10-22 01:36:37 +03:00 |
|
Paul Peavyhouse
|
901d108bae
|
Merge branch 'dev-6.1' into feat-cpicker
|
2019-10-21 15:25:36 -07:00 |
|
Gabor Kiss-Vamosi
|
246adc7b43
|
Merge pull request #1218 from paulpv/fix-rgb565
Fix RGB 565 to 888
|
2019-10-21 06:30:49 +02:00 |
|
Gabor Kiss-Vamosi
|
0bd200a36a
|
Merge pull request #1228 from tgillbe/feature_arc_antialias
Add arc antialiasing
|
2019-10-21 05:26:33 +02:00 |
|
Amir Gonnen
|
f7c2512c76
|
Bidi fixes
Add bidi_dir parameter to lv_draw_label
Use draw buffer for bidi processing
condition bidi code according to LV_USE_BIDI
|
2019-10-20 02:16:57 +03:00 |
|
Paul Peavyhouse
|
ae006b2bc9
|
typo
|
2019-10-19 05:26:18 -07:00 |
|
Paul Peavyhouse
|
a11a06547f
|
More mathematically worded
|
2019-10-19 05:24:25 -07:00 |
|
Paul Peavyhouse
|
8694b3889b
|
Not so concise comment
|
2019-10-19 05:17:22 -07:00 |
|
Paul Peavyhouse
|
649e438f0d
|
Experimented and found "smaller" math
|
2019-10-19 04:04:07 -07:00 |
|
tgillbe
|
6cfb0af7c3
|
Add arc antialiasing
|
2019-10-18 15:34:57 +01:00 |
|
Amir Gonnen
|
c6b7cf130b
|
Support text wrap for bidi text
TODO: conditional LV_USE_BIDI, allocate global buffer once, pass dir as parameter to lv_draw_label
|
2019-10-18 02:13:41 +03:00 |
|
Paul Peavyhouse
|
04158b39cd
|
Fully tested values 5 bit red/blue 0 to 31 and 6 bit green 0 to 63
|
2019-10-16 23:21:30 -07:00 |
|
Paul Peavyhouse
|
92be109cba
|
Fixing +/- 3 conversion problem
|
2019-10-16 22:41:56 -07:00 |
|
Amir Gonnen
|
93a94bc4d5
|
Add exported constants to log-level macros (#1226)
See GitHub comments on 0df7d0d9969c69a1b9d9854322ba1d74a3aff2f2.
|
2019-10-16 16:21:07 -04:00 |
|
Gabor Kiss-Vamosi
|
f1c7e19985
|
bidi: remove debug printfs
|
2019-10-14 16:02:28 +02:00 |
|
Themba Dube
|
0df7d0d996
|
Partially revert lv_log.h to fix compilation issue until consensus is reached
|
2019-10-12 21:00:00 -04:00 |
|
Gabor Kiss-Vamosi
|
6f001958ce
|
bidi: fix btnm, kb, ta, table behaviour in RTL context
|
2019-10-11 12:01:58 +02:00 |
|
Gabor Kiss-Vamosi
|
7a0728fc3c
|
bidi: minor fixes
|
2019-10-09 15:36:38 +02:00 |
|
Gabor Kiss-Vamosi
|
0257fbcd5a
|
bidi: process in paragraphs
|
2019-10-09 14:00:28 +02:00 |
|
Gabor Kiss-Vamosi
|
eeabd32b9e
|
bidi: minor fixes
|
2019-10-08 16:54:28 +02:00 |
|
Gabor Kiss-Vamosi
|
b06ef2620a
|
merge dev-6.1
|
2019-10-08 16:29:40 +02:00 |
|
Gabor Kiss-Vamosi
|
6190763382
|
bidi: add LV_LABEL_ALIGN_AUTO, LV_BIDI_DIR_AOUT/INHERIT, LV_SIGNAL_BASE_DIR_CHG
|
2019-10-08 16:26:55 +02:00 |
|
Paul Peavyhouse
|
e0ca7581ef
|
Initial commit of only 565 to 888; will check others next
|
2019-10-04 17:03:40 -07:00 |
|
Amir Gonnen
|
d1d3ef4305
|
use "export" macro to export interesting defines to binding
|
2019-10-03 23:20:50 +03:00 |
|
Paul Peavyhouse
|
c74e6a6207
|
Shrinking the gap between outer ring and inner preview a little
|
2019-10-02 21:14:28 -07:00 |
|
Gabor Kiss-Vamosi
|
c64dc1d645
|
bidi: compose otput string and swap arithmetical symbols
|
2019-10-01 05:48:46 +02:00 |
|
Gabor Kiss-Vamosi
|
1a5001d7a3
|
Merge pull request #1196 from paulpv/color_picker_6
Porting @AloyseTech's color picker from lvgl v5 to v6
|
2019-09-28 09:16:55 +02:00 |
|
Gabor Kiss-Vamosi
|
a50e597942
|
bidi: support currencies in rtl
|
2019-09-28 08:40:02 +02:00 |
|
Gabor Kiss-Vamosi
|
ac269ebaad
|
bidi: fixes
|
2019-09-27 06:03:54 +02:00 |
|
Gabor Kiss-Vamosi
|
6e9f10451d
|
Merge branch 'color_picker_6' of https://github.com/paulpv/lvgl into paulpv-color_picker_6
|
2019-09-26 07:06:58 +02:00 |
|
Gabor Kiss-Vamosi
|
5660181b81
|
debug: rework asserts
|
2019-09-24 23:14:17 +02:00 |
|
Gabor Kiss-Vamosi
|
3dfbc5c85d
|
create lv_bidi.c/h
|
2019-09-24 21:00:58 +02:00 |
|
Gabor Kiss-Vamosi
|
366f958e1a
|
debug: add the basics of LV_DEBUG
|
2019-09-24 16:30:38 +02:00 |
|
Gabor Kiss-Vamosi
|
7ef624054a
|
bidi: update list weak and neutral chars
|
2019-09-24 10:50:43 +02:00 |
|
Gabor Kiss-Vamosi
|
bddf31824c
|
bidi: handle starting and trailing neutrals
|
2019-09-24 10:30:58 +02:00 |
|
Gabor Kiss-Vamosi
|
2c5c4abdce
|
bidi: clean up
|
2019-09-23 14:24:15 +02:00 |
|
Gabor Kiss-Vamosi
|
62c6ede15e
|
bidi: first attempt to get runs
|
2019-09-23 14:17:27 +02:00 |
|
Paul Peavyhouse
|
7f565f419a
|
Initial commit of porting @AloyseTech's color picker from lvgl v5 to v6
|
2019-09-18 12:03:32 -07:00 |
|
Gabor Kiss-Vamosi
|
a611160636
|
Merge branch 'master' into dev-6.1
|
2019-09-14 11:46:51 +02:00 |
|
Deon Marais
|
8efba76073
|
Make sin table constant in lv_math.c (#1185)
|
2019-09-01 09:19:14 -04:00 |
|
Themba Dube
|
ba1fba1f10
|
Add lv_label_set_text_fmt
|
2019-08-06 09:28:50 -04:00 |
|
Themba Dube
|
bdce05e20f
|
Merge branch 'master' into dev-6.1
|
2019-08-05 13:55:16 -04:00 |
|
Themba Dube
|
2093b43045
|
Add LV_FS_MAX_PATH_LENGTH
|
2019-07-24 12:25:48 -04:00 |
|
Gabor Kiss-Vamosi
|
5a9904fa12
|
lv_txt_get_next_line: step at least one to avoid infinite loops
|
2019-07-24 06:07:20 +02:00 |
|
Brian Pugh
|
29b145ffb2
|
lv_txt.c long word text wrapping initial commit (refactor).
|
2019-07-23 09:19:14 -07:00 |
|
Gabor Kiss-Vamosi
|
5d44e66d42
|
format comments
|
2019-07-23 08:23:33 +02:00 |
|
Gabor Kiss-Vamosi
|
aa2f70fabc
|
add lv_printf
|
2019-07-22 06:29:58 +02:00 |
|
Gabor Kiss-Vamosi
|
014850e73a
|
make lv_fs_get_drv public
|
2019-07-09 08:18:58 +02:00 |
|
Gabor Kiss-Vamosi
|
df91d5bcad
|
add lv_async to makefile
|
2019-07-08 13:02:48 +02:00 |
|