acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
index.rst (1079B)
1 2 Line Chart 3 """""""""" 4 5 .. lv_example:: widgets/chart/lv_example_chart_1 6 :language: c 7 8 9 Faded area line chart with custom division lines 10 """"""""""""""""""""""""""""""""""""""""""""""""""" 11 12 .. lv_example:: widgets/chart/lv_example_chart_2 13 :language: c 14 15 Axis ticks and labels with scrolling 16 """""""""""""""""""""""""""""""""""" 17 18 .. lv_example:: widgets/chart/lv_example_chart_3 19 :language: c 20 21 Show the value of the pressed points 22 """""""""""""""""""""""""""""""""""""" 23 24 .. lv_example:: widgets/chart/lv_example_chart_4 25 :language: c 26 27 Display 1000 data points with zooming and scrolling 28 """""""""""""""""""""""""""""""""""""""""""""""""""" 29 30 .. lv_example:: widgets/chart/lv_example_chart_5 31 :language: c 32 33 Show cursor on the clicked point 34 """"""""""""""""""""""""""""""""""" 35 36 .. lv_example:: widgets/chart/lv_example_chart_6 37 :language: c 38 39 Scatter chart 40 """"""""""""""""""""""""""""""""""" 41 42 .. lv_example:: widgets/chart/lv_example_chart_7 43 :language: c 44 45 Stacked area chart 46 """"""""""""""""""""""""""""""""""" 47 48 .. lv_example:: widgets/chart/lv_example_chart_8 49 :language: