Adding Charts to your Meadow HMI

Our MicroLayout library provides a lightweight framework for creating HMIs with labels, buttons and images but sometimes that’s just not quite enough to give your users the information you want. IoT devices very often collect time-series telemetry, and displaying that data is usually meaningful…

Drawing Images with MicroGraphics

Drawing images on a display is pretty much table-stakes for any sort of display-based application, and embedded software is no exception. Meadow Foundation‘s MicroGraphics Library is our go-to for drawing things like lines, shapes and text, but it wasn’t terribly friendly for drawing images….