In this update, we share some of the work we’ve been doing to simplify development for the Modos Paper Monitor. Built into the driver board is a USB host that allows you to perform many operations, beyond simply pushing pixels. To simplify access to these extra features, we’re building an SDK that can be used in Python, Rust, and C. Along with options for refreshing the entire screen and portions of the screen, the first version of the SDK will also allow you to set different update modes for different areas of the screen. For instance, if you’re using a code editor, you can set the code pane to the “typing” mode to get the fastest, cleanest experience for editing code, while leaving the rest of the screen in the “browsing” mode to get high-quality grays for UI and navigation...