This year I was gifted a Badger 2040W. This device is essentially a Pi Pico attached to a black and white e-ink display. The device is supposed to be used as a wearable badge. My use case was a little different however. I wanted a home automation controller. This culminated in the restful-badger project, which permits an arbitrary number of RESTful ’tiles’ to be configured. Each tile can control and get state over HTTP. The problem One of the major design decisions for the software was th...