Charts¶
Live plots drawn with gfxDrawLine / gfxFillRect from rolling TinyC buffers,
or served as SVG/PNG via the on-device HTTP hook.
Adding screenshots
Drop PNG/JPG files into tinyc_docs/images/gallery/charts/ and reference
them here with { loading=lazy }.
Energy history¶
24-hour rolling plot of PV vs. consumption.
Example: live_chart.tc
Temperature trace¶
Minute-by-minute temperature with min/max markers.
Example: lcd_chart.tc
Live meter¶
Modbus / SML values streamed into an SVG gauge via addHandler.
Example: web_handler.tc