Gabor Kiss-Vamosi
|
cb44516c59
|
chore: code formatting
|
2023-11-14 15:01:03 +01:00 |
|
Gabor Kiss-Vamosi
|
7ea8192208
|
fix(anim): fix anim_timeline progress calculation and add tests
|
2023-11-14 14:52:59 +01:00 |
|
Gabor Kiss-Vamosi
|
55f89a83cf
|
fix: fix MixroPython examples
|
2023-11-14 08:57:23 +01:00 |
|
Gabor Kiss-Vamosi
|
db4b264076
|
fix(imgbtn): fix example images
|
2023-11-13 17:07:17 +01:00 |
|
Gabor Kiss-Vamosi
|
91f133f11b
|
fix(font): fix font loader MPY examples
|
2023-11-13 16:47:18 +01:00 |
|
Gabor Kiss-Vamosi
|
90a7e3e98f
|
feat(tiny_ttf): add lv_font_* as paramater to lv_tiny_ttf_create
This way if a font is used by styles or widgets it can be easily reloaded without updating the font pointer on all places
|
2023-11-13 14:47:13 +01:00 |
|
Viktor Szépe
|
cc6581ae03
|
ci: upgrade astyle tool (#4776)
Install from source to use the latest version
|
2023-11-10 15:37:23 +01:00 |
|
Gabor Kiss-Vamosi
|
2e5a551028
|
fix(vector): make vector examples and demos work with the docs
|
2023-11-09 12:22:39 +01:00 |
|
Zhang Ji Peng
|
8cf0bbb558
|
feat(draw): add implements vector graphic APIs (#4528) (#4691)
Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-11-09 11:37:33 +01:00 |
|
Benign X
|
a5f6e2761f
|
chore(lv_label): remove codes for recolor feature (#4766)
|
2023-11-08 16:25:54 +01:00 |
|
Gabor Kiss-Vamosi
|
981a9843fd
|
fix(scale): use LV_FONT_DEFAULT in the examples
|
2023-11-06 09:52:29 +01:00 |
|
lhdjply
|
93885918d4
|
chore(template): fix the variable name of the button input device (#4729)
|
2023-11-02 09:17:09 +01:00 |
|
Gabor Kiss-Vamosi
|
16302e9c7b
|
chore: rename zoom_x/y paramters and local variables to scale_x/y
|
2023-10-31 20:19:12 +01:00 |
|
Gabor Kiss-Vamosi
|
a5a58e39d2
|
refactor: replace lv_coord_t with int32_t
|
2023-10-31 19:25:01 +01:00 |
|
Gabor Kiss-Vamosi
|
50d01cec3d
|
refactor(style): rename lv_indev_get_act to lv_indev_active
|
2023-10-31 19:20:36 +01:00 |
|
Gabor Kiss-Vamosi
|
d28f80d362
|
refactor(style): rename shadow_ofs to shadow_offset
|
2023-10-31 19:10:02 +01:00 |
|
Gabor Kiss-Vamosi
|
9404faa132
|
fix(canvas): fix lv_example_canvas_7.py
|
2023-10-31 14:31:21 +01:00 |
|
Gabor Kiss-Vamosi
|
9d993bd15f
|
feat(line, triangle): add float support for points
|
2023-10-31 14:16:10 +01:00 |
|
Gabor Kiss-Vamosi
|
3c67650a5b
|
example(animimg): fix images
|
2023-10-27 11:26:14 +02:00 |
|
Viktor Szépe
|
742682ae51
|
chore: fix execute permissions and shebangs (#4695)
|
2023-10-24 09:41:51 +02:00 |
|
xaowang96
|
8f57f12a44
|
feat(bar): reverse drawing direction of lv_bar if min > max (#4654)
Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
|
2023-10-20 23:22:56 +02:00 |
|
Gabor Kiss-Vamosi
|
094db896d2
|
fix(scale): fix round scale label positons
|
2023-10-20 11:29:16 +02:00 |
|
Gabor Kiss-Vamosi
|
195c3f72d2
|
fix(scale): fix tick count and example issues
|
2023-10-19 15:02:36 +02:00 |
|
Gabor Kiss-Vamosi
|
4081130dd9
|
docs(scale): fix scale docs
|
2023-10-19 11:36:27 +02:00 |
|
Gabor Kiss-Vamosi
|
865a2f64a0
|
chore: minor docs fixes
|
2023-10-17 14:32:09 +02:00 |
|
Gabor Kiss-Vamosi
|
666f839977
|
docs(chart): update chart example
|
2023-10-16 23:43:35 +02:00 |
|
Gabor Kiss-Vamosi
|
bccbde0cef
|
refactor(obj): remove LV_PART_TICKS and use LV_PART_ITEMS in lv_scale
|
2023-10-12 21:50:46 +02:00 |
|
Gabor Kiss-Vamosi
|
d3aee1d7f6
|
chore: fix micropython example
|
2023-10-12 21:23:56 +02:00 |
|
Gabor Kiss-Vamosi
|
9ec5417dd3
|
refactor: scr -> screen, act->active, del->delete, remove in obj_clear_flag/state
|
2023-10-12 21:12:16 +02:00 |
|
Gabor Kiss-Vamosi
|
0ff2d1c2e4
|
chore. fix micropythn example
|
2023-10-12 21:12:16 +02:00 |
|
Gabor Kiss-Vamosi
|
4b981f7d6d
|
docs: fix examples
|
2023-10-12 20:25:32 +02:00 |
|
Gabor Kiss-Vamosi
|
6163437afd
|
refactor(scale): remove lv_meter use lv_scale instead
|
2023-10-12 17:21:52 +02:00 |
|
Gabor Kiss-Vamosi
|
3adaee8fde
|
ci: temporary remove lv_example_tiny_ttf_3.py
|
2023-10-10 22:20:43 +02:00 |
|
Brandon Holland
|
8c63327f66
|
feat(disp): add double buffered direct-mode efficient sync algorithm (#4443)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: bjsylvia <bjsylvia@163.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Fabian Blatz <fabianblatz@gmail.com>
Co-authored-by: Mike Fikes <mike@fikesfarm.com>
Co-authored-by: Zoltan Janosy <janosy.zoltan@gmail.com>
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
|
2023-10-10 21:44:32 +02:00 |
|
Gabor Kiss-Vamosi
|
80149e7f98
|
refactor(msg): remove lv_msg in favor of lv_observer
|
2023-10-10 20:48:46 +02:00 |
|
Zoltan Janosy
|
4f541cf523
|
feat(observer): implemented an observer pattern (#4541)
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-10-09 23:20:29 +02:00 |
|
PGNetHun
|
8c2fc7ec4b
|
chore: code and documentation cleanups, renames and fixes (#4607)
|
2023-09-27 12:23:40 +02:00 |
|
_VIFEXTech
|
9937138392
|
feat(libs): add libpng decoder (#4569)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-09-25 10:28:35 +02:00 |
|
Gabor Kiss-Vamosi
|
5c134a2bfb
|
chore: fix docs build
|
2023-09-24 20:23:07 +02:00 |
|
Gabor Kiss-Vamosi
|
3c10315b86
|
chore: format code
|
2023-09-23 00:50:36 +02:00 |
|
Gabor Kiss-Vamosi
|
81914f57d3
|
example(libjpeg): add fallback if disabled
required for the docs
|
2023-09-23 00:48:13 +02:00 |
|
_VIFEXTech
|
c4c4627ae0
|
feat(libs): add libjpeg-turbo decoder (#4567)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-09-22 10:43:59 +02:00 |
|
Gabor Kiss-Vamosi
|
f67dd2af55
|
chore(example): fix warning
|
2023-09-21 15:00:56 +02:00 |
|
_VIFEXTech
|
e53cd59fcb
|
chore(libs/jpg): rename lv_jpg to lv_tjpgd (#4573)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-09-20 10:38:47 +02:00 |
|
_VIFEXTech
|
45fb2148d5
|
chore(libs/png): rename lv_png to lv_lodepng (#4574)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
2023-09-20 10:30:04 +02:00 |
|
Gabor Kiss-Vamosi
|
0721884ee9
|
refactor: disp->display, res->result/resolution, hor/ver->horizontal/vertical, txt->text, angle->rotation, zoom->scale
|
2023-09-18 22:57:30 +02:00 |
|
Gabor Kiss-Vamosi
|
e657c74aca
|
chore: fix build errors
|
2023-09-18 21:29:22 +02:00 |
|
Gabor Kiss-Vamosi
|
ca55b2ed8d
|
arch(img_decoder): replace read_liine_c with get_area_cb
also remove sjpeg support as get_area_cb can de quite same (some optimization is still needed to not decode the out of bounds chunks)
|
2023-09-18 21:19:00 +02:00 |
|
Gabor Kiss-Vamosi
|
09c12d0f9c
|
refactor(btn, img): rename btn to button and img to image
|
2023-09-14 20:12:31 +02:00 |
|
茳岚
|
cf6f541394
|
chore(docs): fix comment lv_port_indev_template.c (#4545)
|
2023-09-11 12:44:44 +02:00 |
|