Having Issue Setting Screen size in setup

Hello @avong.

Take a look at the references:

Try this:

void settings()
  {
  size(displayWidth, displayHeight);
  }

:)