1); // EPD_W21_SetRamArea(0x00,(xDot-1)/8,(yDot-1%256,(yDot-1)/256,0x00,0x00); / X-source area,Y-gage area setRAM(0, (HEIGHT-1)/8, WIDTH-1, 0); // EPD_W21_SetRamPointer(0x00,(y-1)%256,(yDot-1)/256); // set ram Pointer(0, WIDTH-1); } /***/ ...
I'm also having issues getting partial update to work on my board. -- In my case, I'm using the 1.54" monochrome display. 1.54" Monochrome Display I spent a bit working with Mike over on Adafruit's forum and thought it might be good to reach out here. Here's a link to the discu...