Atmega328P-PU alternatives if more memory is needed

Right.

Also...with blank white lines...maybe a recusrsive function to just "fill" the lines using RAM rather than EEPROM space.

i.e. "for (pixel=0; pixel < line length; pixel++){ set.pixel(white);}" rather thna having say 40bytes of 255 in EEPROM/Sketch space.