resetPixelShape method
Implementation
void resetPixelShape(int newWidth, int newHeight) {
pixelWidth = newWidth;
pixelHeight = newHeight;
display.renderer.renderBackground(backgroundColor);
display.setDisplaySize(pixelWidth, pixelHeight);
resizeFrameShape();
}