1A simple horizontal scale 2------------------------- 3 4.. lv_example:: widgets/scale/lv_example_scale_1 5 :language: c 6 7An vertical scale with section and custom styling 8------------------------------------------------- 9 10.. lv_example:: widgets/scale/lv_example_scale_2 11 :language: c 12 13A simple round scale 14-------------------- 15 16.. lv_example:: widgets/scale/lv_example_scale_3 17 :language: c 18 19A round scale with section and custom styling 20--------------------------------------------- 21 22.. lv_example:: widgets/scale/lv_example_scale_4 23 :language: c 24 25A scale with section and custom styling 26--------------------------------------- 27 28.. lv_example:: widgets/scale/lv_example_scale_5 29 :language: c 30 31A round scale with multiple needles, resembling a clock 32------------------------------------------------------- 33 34.. lv_example:: widgets/scale/lv_example_scale_6 35 :language: c 36 37Customizing scale major tick label color with `LV_EVENT_DRAW_TASK_ADDED` event 38------------------------------------------------------------------------------ 39 40.. lv_example:: widgets/scale/lv_example_scale_7 41 :language: c 42 43A round scale with labels rotated and translated 44------------------------------------------------ 45 46.. lv_example:: widgets/scale/lv_example_scale_8 47 :language: c 48 49A horizontal scale with labels rotated and translated 50----------------------------------------------------- 51 52.. lv_example:: widgets/scale/lv_example_scale_9 53 :language: c 54