This code doesn't work. It fails to render a white square on the Legio display. Please fix the bug in your library ASAP. ``` display.begin(EPD_BLACK); display.fillRect(80, 40, 25, 25, EPD_BLACK); display.updateLegio(EPD_WHITE); display.clear(); ```