Writing my own display driver from the datasheet and using Adafruit's epd library as a reference. I see that in Adafruit's library there is a line,
"0x07, // VGH= 20V" (0b111)
This technical works but it doesn't do what it says it does. This byte actually tells the display to use its own internal voltages set in the following bytes. This just happens to work.
Doing this because there isn't a driver for my display in rust and there isn't a good one in C/C++ that supports partial updates.













