32#define LV_CHART_POINT_DEF (LV_COORD_MIN) 33 35#define LV_CHART_TICK_LENGTH_AUTO 255 36 37/*** 38* TYPEDEFS 39***/ 40 42enum{ 43LV_CHART_TYPE_NONE = 0x00, 44LV_CHART_TYPE_LINE = 0x01, 45LV_CHART_TYPE_COLUMN = 0x02, 46LV_CHART_TYPE_POINT ...
#define LV_USE_CHART 1 #define LV_USE_CHECKBOX 1 #define LV_USE_DROPDOWN 1 /**< Requires: lv_label */ #define LV_USE_IMAGE 1 /**< Requires: lv_label */ #define LV_USE_IMAGEBUTTON 1 #define LV_USE_KEYBOARD 1 #define LV_USE_LABEL 1 #if LV_USE_LABEL #define LV...
#define LV_USE_CHART 1 #define LV_USE_CHECKBOX 1 #define LV_USE_DROPDOWN 1 /*Requires: lv_label*/ #define LV_USE_IMAGE 1 /*Requires: lv_label*/ #define LV_USE_IMAGEBUTTON 1 #define LV_USE_KEYBOARD 1 #define LV_USE_LABEL 1 #if LV_USE_LABEL #define LV_LABEL_TEXT_...
2.1.1528 Part 1 Section 21.2.2.151, pt (String Point) 2.1.1529 Part 1 Section 21.2.2.152, ptCount (Point Count) 2.1.1530 Part 1 Section 21.2.2.153, radarChart (Radar Charts) 2.1.1531 Part 1 Section 21.2.2.154, radarStyle (Radar Style) 2.1.1532 Part 1 Section 21.2.2.1...
( I use 900 points:lv_chart_set_point_count(ui.screen_chart_1, 900);) From my understanding the ticks on the X-axis have to be set only once (at initialization), why does this have an influence on the graph set function and therefore to the processor load?
lv_point_t size; lv_text_get_size(&size, label->text, label_draw_dsc.font, label_draw_dsc.letter_space, label_draw_dsc.line_space, @@ -852,12 +854,12 @@ static void draw_main(lv_event_t * e) return; } if(label->long_mode == LV_LABEL_LONG_WRAP) { if(label->long_mode...
2.1.1528 Part 1 Section 21.2.2.151, pt (String Point) 2.1.1529 Part 1 Section 21.2.2.152, ptCount (Point Count) 2.1.1530 Part 1 Section 21.2.2.153, radarChart (Radar Charts) 2.1.1531 Part 1 Section 21.2.2.154, radarStyle (Radar Style) 2.1.1532 Part 1 Section 21.2....
/*Profiler end point function with custom tag*/ #define LV_PROFILER_END_TAG LV_PROFILER_BUILTIN_END_TAG #endif /*1: Enable Monkey test*/ #define LV_USE_MONKEY 0 /*1: Enable grid navigation*/ #define LV_USE_GRIDNAV 0 /*1: Enable lv_obj fragment*/ #define LV_USE_FRAG...
2.5.191 OfficeArtClientAnchorChart 2.5.192 OfficeArtClientAnchorHF 2.5.193 OfficeArtClientAnchorSheet 2.5.194 OfficeArtClientData 2.5.195 OfficeArtClientTextbox 2.5.196 PaneType 2.5.197 PARAMQRY_Fixed 2.5.198 Parsed Expressions 2.5.199 PBT 2.5.200 PhRuns 2.5.201 Phs 2.5.202 PictFmlaEmbedInfo...
#define LV_USE_CHART 1 #define LV_USE_CHECKBOX 1 #define LV_USE_DROPDOWN 1 /*Requires: lv_label*/ #define LV_USE_IMAGE 1 /*Requires: lv_label*/ #define LV_USE_IMAGEBUTTON 1 #define LV_USE_KEYBOARD 1 #define LV_USE_LABEL 1 #if LV_USE_LABEL #define LV_LABEL_TEXT_...