Gabor Kiss-Vamosi
7d7a85c78f
lv_chart:fixes
2018-12-02 09:37:24 +01:00
Gabor Kiss-Vamosi
28c4599436
Merge branch 'master' of https://github.com/stheil/lvgl into stheil-master
2018-12-02 09:07:34 +01:00
Stefan Theil
8e10f79075
lv_chart: Use circular buffer to avoid memcopy for every new data point
...
This makes the cost of adding a data point independent of array size.
Changing the array size is more complicated, but that will most likely
happen a lot less than adding a data point.
2018-11-29 22:03:56 +01:00
AloyseTech
5102e71e84
add optimized chart drawing for test
2018-11-15 00:01:05 +01:00
AloyseTech
9b5ec3572e
move LV_CHART_POINT_DEF to header and define it to LV_COORD_MIN
2018-11-01 18:40:13 +01:00
AloyseTech
bcf0a42674
Negative chart point not rendered, add function to clear points from a serie
2018-10-30 17:26:26 +01:00
Zaltora
589e7f28e0
refactoring enum declaration
2018-09-18 13:59:40 +02:00
Gabor Kiss-Vamosi
769c7b28ff
add 'const' attribute to pointer where possible
2018-07-30 06:52:29 +02:00
Gabor Kiss-Vamosi
a6ee4a680c
move lv_fonts from lv_misc next to lv_misc
2018-07-07 12:21:36 +02:00
Gabor Kiss-Vamosi
90679c2cf5
add LV_CONF_INCLUDE_SIMPLE to choose between relative or simple include of lv_conf.h
2018-07-07 11:53:22 +02:00
Gabor Kiss-Vamosi
383ce0599e
format with astyler
2018-06-19 09:49:58 +02:00
Gabor Kiss-Vamosi
dda1a38143
chart:init_points and set_points added
2017-12-20 16:51:34 +01:00
Gabor Kiss-Vamosi
d6e1705a1a
fix a lot of warnings
2017-12-02 20:43:50 +01:00
Gabor Kiss-Vamosi
514d2b38b4
lv_obj folder rename to lv_core
2017-11-30 11:35:49 +01:00
Gabor Kiss-Vamosi
c890dc8d43
use only relative include paths
2017-11-26 23:58:05 +01:00
Gabor Kiss-Vamosi
a8ceb6bcaf
lv_misc: all functions are renamed
2017-11-24 17:48:47 +01:00
Gabor Kiss-Vamosi
1fcda8092e
rename a lot of functions in lv_misc
2017-11-23 21:28:36 +01:00
Gabor Kiss-Vamosi
86daac1424
add lv_xxx_style_t and unify style set/get
2017-11-15 15:50:33 +01:00
Gabor Kiss-Vamosi
f0080b944d
fixes and updates according to test results
2017-10-26 21:20:10 +02:00
Kiss-Vamosi Gabor
7fab8564d0
header udated with __cplusplus define
2017-07-09 15:32:49 +02:00
Gabor
9edaf13c68
minor updates during tests
2017-04-28 16:12:35 +02:00
Gabor
24128ae325
Cleaning the code
2017-04-24 16:16:36 +02:00
Gabor
e07abd8ad6
review: bugfixes, minor updates
2017-04-21 09:15:39 +02:00
Gabor
d93844bdd8
lv_rect renamed to lv_cont (container)
2017-04-13 16:12:03 +02:00
Gabor
092c0da4b5
updates according to the new style system
2017-04-13 15:57:02 +02:00
Gabor
f431f262be
Apply the new style system on the applications too
2017-04-13 13:34:57 +02:00
Gabor
6116e83815
New style system introduced! Still not applied to apps
2017-04-13 10:20:35 +02:00
Gabor
c4f3838b1e
further renames
2017-04-11 10:50:57 +02:00
Gabor
4c14c4c762
BIG UPDTAE: Style renames in the whole library
2017-04-10 11:33:38 +02:00
Kiss-Vamosi Gabor
79885c70fc
lv_objx: header file documentation updates
2017-01-14 23:54:16 +01:00
Kiss-Vamosi Gabor
39af8d8252
Update the function documentation in the header files
2017-01-13 23:27:49 +01:00
Gabor
3d399ad842
Adding dependency check to oject types
2017-01-02 10:48:21 +01:00
Kiss-Vamosi Gabor
72948cda48
icons moved, app sysmon added, app fsel added
2016-12-29 23:48:01 +01:00
Gabor
2eefe1a231
Minor fixes
2016-12-15 10:31:30 +01:00
Gabor
c295a04d6c
prototype argument renameing
2016-10-07 11:15:46 +02:00
Gabor
54f551995a
Minor chart changes
2016-09-28 11:17:46 +02:00
Gabor
0b50f337d9
Chart ready
2016-08-11 15:00:46 +02:00
Gabor
0818189e04
lv_chart updated
2016-08-09 12:24:03 +02:00
Gabor
a56f804c9f
Bug fixes + chart bg changed to chart and some basic chart funtions added
2016-08-08 16:25:41 +02:00