What is the fastest way to clear the screen?



  • Lcd.clear() does a rect fills which as we all know is dog slow.
    Is there a register in ILI9391 that clears the lcd? Or a way to transfer a large block of 0 in the frame buffer?
    Basically damn fast clear screen.