Choice where to display the fullscreen from external file

I need to choice on which screen to display my fullscreen but unfortunatly with the new method apparently is not possible because fullscreen() method must be the first line to be read...

void setup() {
  fullScreen(info_from_external_file()) ;
}

int info_from_external_file() {
  return 2 ;
}

Capture d’écran 2015-09-18 à 13.38.32

Answers

Sign In or Register to comment.