in order to fulfill its purpose Papyrix needs a driver for the Xteink X3/X4 eink display, so I'm at least starting to skim over that today.
There's several magic numbers including several lookuptable. There's a setter (with a support method) for overriding the screen dimensions & an underlying driver to reflect the X3 hardware rather than X4. Several methods defer to that underlying driver, & one of which checks which driver's being used.
An initializer sets properties & logs stuff.
1/?